summaryrefslogtreecommitdiffstats
path: root/extra/libgnome
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-21 23:27:02 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-21 23:27:02 +0200
commitaeb7a85139d311c78f5b649e31607d7a8d01d7af (patch)
treeb2a2b4cf3ca23611cfb92e30d74ac7efa1d3d44e /extra/libgnome
parent647601f98be4cbee8d498cac6ed693a8b3f034c6 (diff)
downloadnutyx-extra-aeb7a85139d311c78f5b649e31607d7a8d01d7af.tar.gz
nutyx-extra-aeb7a85139d311c78f5b649e31607d7a8d01d7af.tar.bz2
nutyx-extra-aeb7a85139d311c78f5b649e31607d7a8d01d7af.tar.xz
nutyx-extra-aeb7a85139d311c78f5b649e31607d7a8d01d7af.zip
libgnome, nouveau fond
Diffstat (limited to 'extra/libgnome')
-rw-r--r--extra/libgnome/.md5sum2
-rw-r--r--extra/libgnome/Pkgfile14
-rw-r--r--extra/libgnome/nutyx2010_0.jpgbin0 -> 292858 bytes
-rwxr-xr-xextra/libgnome/post-install4
4 files changed, 10 insertions, 10 deletions
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
--- /dev/null
+++ b/extra/libgnome/nutyx2010_0.jpg
Binary files 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