From aeb7a85139d311c78f5b649e31607d7a8d01d7af Mon Sep 17 00:00:00 2001 From: tnut Date: Mon, 21 Jun 2010 23:27:02 +0200 Subject: libgnome, nouveau fond --- extra/libgnome/.md5sum | 2 +- extra/libgnome/Pkgfile | 14 +++++++------- extra/libgnome/nutyx2010_0.jpg | Bin 0 -> 292858 bytes extra/libgnome/post-install | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 extra/libgnome/nutyx2010_0.jpg (limited to 'extra/libgnome') diff --git a/extra/libgnome/.md5sum b/extra/libgnome/.md5sum index e2181e5a1..a5acd0e29 100644 --- a/extra/libgnome/.md5sum +++ b/extra/libgnome/.md5sum @@ -1,2 +1,2 @@ 1f85adc40b242b953c0e96ad017c2616 libgnome-2.30.0.tar.bz2 -79f93fb1cd0bff442030ede794943a04 nutyx2009_2.jpg +a3f6c04f1cf02df79b2c9a23b5136d32 nutyx2010_0.jpg diff --git a/extra/libgnome/Pkgfile b/extra/libgnome/Pkgfile index 161e71ab5..21855ab7f 100644 --- a/extra/libgnome/Pkgfile +++ b/extra/libgnome/Pkgfile @@ -6,19 +6,19 @@ name=libgnome version=2.30.0 -release=3 +release=4 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\ - nutyx2009_2.jpg) + nutyx2010_0.jpg) build() { cd $name-$version - ./configure --prefix=$GNOME_PREFIX \ + ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var/lib \ - --mandir=$GNOME_PREFIX/share/man + --mandir=/usr/share/man make make DESTDIR=$PKG install - cp ../nutyx2009_2.jpg \ - $PKG/$GNOME_PREFIX/share/pixmaps/backgrounds/gnome/background-default.jpg - rm -r $PKG/$GNOME_PREFIX/share/gtk-doc + cp ../nutyx2010_0.jpg \ + $PKG/usr/share/pixmaps/backgrounds/gnome/background-default.jpg + rm -r $PKG/usr/share/gtk-doc } diff --git a/extra/libgnome/nutyx2010_0.jpg b/extra/libgnome/nutyx2010_0.jpg new file mode 100644 index 000000000..4ce8d3c38 Binary files /dev/null and b/extra/libgnome/nutyx2010_0.jpg differ diff --git a/extra/libgnome/post-install b/extra/libgnome/post-install index 58d717296..d2f6ac8a9 100755 --- a/extra/libgnome/post-install +++ b/extra/libgnome/post-install @@ -7,8 +7,8 @@ SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`" for SCHEMA in $SCHEMAS do - export GCONF_CONFIG_SOURCE=`$GNOME_PREFIX/bin/gconftool-2 --get-default-source` - $GNOME_PREFIX/bin/gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null + export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` + /usr/bin/gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null done # reload gconf caches -- cgit v1.2.3-70-g09d2