You are not logged in.
seems to be a nice application
http://biddell.co.uk/gnomebaker.php
req from http://bbs.archlinux.org/viewtopic.php? … nome+baker
Offline
# Contributor: Rensel <rensel@email.it>
pkgname=gnomebaker
pkgver=0.1
pkgrel=1
pkgdesc="A GTK2/Gnome CD burner application"
url="http://biddell.co.uk/gnomebaker.php"
license="GPL"
depends=('cdrtools' 'x-server' 'libgnomeui')
makedepends=()
install=
source=(http://biddell.co.uk/files/$pkgname-$pkgver.tar.gz)
md5sums=('72aacc5c86d0159eb4e49e4568994e31')
build() {
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/opt/gnome/lib/pkgconfig"
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
mv -f $startdir/pkg/usr/share/gnome/apps/Applications $startdir/pkg/usr/share/applications
rm -rf $startdir/pkg/usr/share/gnome
}
Arch GNU/Linux 0.7 Trusted User
"If I were more modest, I would be perfect"
Offline
thanks man! will we see this package in your Repo?
is this normal:
usr/share/applications/gnomebaker.desktop
I know it's a gtk2 application too, but maybe this file should go under gnome [so the users who have gnome, will have an application in the menus?, and the users who don't have gnome will just have yet another semi empty folder {/opt/gnome}]
thanks
Offline
I took GaIM, XChat and GIMP as models. They all have .desktop files in /usr/share/applications.
Arch GNU/Linux 0.7 Trusted User
"If I were more modest, I would be perfect"
Offline
hmm, does gnome alos read there?
Cause I have GAIM in the GNOME menus but I cannot find gnome baker..
tell me coz I don't know
btw do you plan to add this in your repo?
Offline
It's now in my TUR. I modified the gnomebaker.desktop file so that now Gnome menus display it.
Arch GNU/Linux 0.7 Trusted User
"If I were more modest, I would be perfect"
Offline
It's now in my TUR. I modified the gnomebaker.desktop file so that now Gnome menus display it.
thanks
Offline