You are not logged in.

#1 2004-10-25 10:55:38

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Offline

#2 2004-10-25 12:23:11

rensel
Member
From: Milan, Italy, Europe, Earth, S
Registered: 2004-06-20
Posts: 93
Website

Re: [req] GnomeBaker

# 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

#3 2004-10-26 08:53:04

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [req] GnomeBaker

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

#4 2004-10-26 12:04:51

rensel
Member
From: Milan, Italy, Europe, Earth, S
Registered: 2004-06-20
Posts: 93
Website

Re: [req] GnomeBaker

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

#5 2004-10-26 20:42:46

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [req] GnomeBaker

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 smile

btw do you plan to add this in your repo?

Offline

#6 2004-10-27 12:16:28

rensel
Member
From: Milan, Italy, Europe, Earth, S
Registered: 2004-06-20
Posts: 93
Website

Re: [req] GnomeBaker

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

#7 2004-10-27 12:35:14

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [req] GnomeBaker

rensel wrote:

It's now in my TUR. I modified the gnomebaker.desktop file so that now Gnome menus display it.

thanks smile

Offline

Board footer

Powered by FluxBB