diff options
author | bg <bg@nutyx.(none)> | 2009-11-10 10:51:38 +0100 |
---|---|---|
committer | bg <bg@nutyx.(none)> | 2009-11-10 10:51:38 +0100 |
commit | 2160419a1175870c3f6c678a7dc863bb249f5638 (patch) | |
tree | 9abb489666bf81bdc8e045004b54dae10a45c00b /extra/libgnome/Pkgfile | |
parent | 85d3865857d7a8ec226bac7b862f86dd6d1960cd (diff) | |
parent | 3972e08717d7c6cee26d3967748d98803101e4dd (diff) | |
download | nutyx-extra-2160419a1175870c3f6c678a7dc863bb249f5638.tar.gz nutyx-extra-2160419a1175870c3f6c678a7dc863bb249f5638.tar.bz2 nutyx-extra-2160419a1175870c3f6c678a7dc863bb249f5638.tar.xz nutyx-extra-2160419a1175870c3f6c678a7dc863bb249f5638.zip |
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/libgnome/Pkgfile')
-rw-r--r-- | extra/libgnome/Pkgfile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/extra/libgnome/Pkgfile b/extra/libgnome/Pkgfile index c26033765..beebb0228 100644 --- a/extra/libgnome/Pkgfile +++ b/extra/libgnome/Pkgfile @@ -5,19 +5,17 @@ # Depends on: libbonobo, gnome-vfs, esound name=libgnome -version=2.26.0 +version=2.28.0 release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.26/$name-$version.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.28/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ + ./configure --prefix=$GNOME_PREFIX \ --sysconfdir=/etc \ --localstatedir=/var/lib \ - --mandir=$(pkg-config \ - --variable=prefix ORBit-2.0)/share/man + --mandir=$GNOME_PREFIX/share/man make make DESTDIR=$PKG install - rm -r $PKG/$(pkg-config \ - --variable=prefix ORBit-2.0)/share/gtk-doc + rm -r $PKG/$GNOME_PREFIX/share/gtk-doc } |