You are not logged in.

#1 2008-03-18 01:03:57

vvirla
Member
From: Caracas, Venezuela
Registered: 2008-03-18
Posts: 13

Guake-Terminal PKGBUILD and a couple of questions

Hello folks. First post here. I just installed Archlinux like 2 days ago and I'm already enjoying it a lot big_smile The only application I haven't found so far on Arch's repos is Guake-Terminal (for those who don't know it, it's a nice drop-down terminal for Gnome, similar to KDE's yakuake). So, since I don't like to install things directly from source but rather from binary packages, I decided to write a PKGBUILD for this app. So I did, and the package built fine, I installed it, and it runs fine, but there's a little but harmless issue with the first run: when you first execute the app you get an error message saying you have to install the schema file, so you have to install it as user with gconftool-2.

I attempted to solve this issue by executing the 'configure' script like this:

./configure --prefix=/usr --with-gconf-schema-file-dir=/usr/share/gconf/schemas

but it didn't seem to solve the problem.

Now, the questions are:

1) Is it possible to solve this schema file issue in the configuration/compilation process? (thinking it better, I should contact guake's developer).

2) How do I submit my PKGBUILD so other people can benefit from it?

3) Is it ok to copy my PKGBUILD here so other people can test it?

Oh, and by the way, guake's site is http://www.guake-terminal.org/

Greetings, and thanks in advance smile

Offline

#2 2008-03-18 08:21:42

tami
Member
From: Norway, Oslo
Registered: 2007-11-10
Posts: 58
Website

Re: Guake-Terminal PKGBUILD and a couple of questions

I'm sorry if I disappoint you but the package is in AUR smile Actually, there are three versions of guake there.
One of them, f.i., here:
http://aur.archlinux.org/packages.php?ID=15547
But I have to admit I like your attitude - welcome to Arch,
tami smile


"Possession means worries and luggage bags one has to drag along." Little My wink

Offline

#3 2008-03-18 10:54:25

vvirla
Member
From: Caracas, Venezuela
Registered: 2008-03-18
Posts: 13

Re: Guake-Terminal PKGBUILD and a couple of questions

Hi, I had not realized the package was already in AUR, thanks for making me notice that (I searched on the repos with pacman but I found nothing, unless I didn't search correctly). Well, I guess I'll have to look for another package to have fun with smile

Greetings and thank you again.

Offline

#4 2008-03-18 11:04:40

dyscoria
Member
Registered: 2008-01-10
Posts: 1,007

Re: Guake-Terminal PKGBUILD and a couple of questions

vvirla wrote:

(I searched on the repos with pacman but I found nothing, unless I didn't search correctly)

You won't be able to find packages on AUR through pacman, unless you install yaourt. The other way is to search directly on the website.


flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)

Offline

#5 2008-03-18 11:26:45

vvirla
Member
From: Caracas, Venezuela
Registered: 2008-03-18
Posts: 13

Re: Guake-Terminal PKGBUILD and a couple of questions

Installed yaourt and it's very nice. Thank you for the suggestion.

Offline

Board footer

Powered by FluxBB