diff options
author | Olivier DOSSMANN <blankoworld@wanadoo.fr> | 2009-11-16 12:33:24 +0100 |
---|---|---|
committer | Olivier DOSSMANN <blankoworld@wanadoo.fr> | 2009-11-16 12:33:24 +0100 |
commit | 6b49c24b1e655ee84e31beea9a91746111fb60c7 (patch) | |
tree | 5565cd836eedc9e2af628e7f352a06b097069150 /extra/libgnome/Pkgfile | |
parent | b3e42e037e863eee3009a69316067cb24f707b66 (diff) | |
parent | 48bc5143a4007dc320105111481dccb44e275544 (diff) | |
download | nutyx-extra-6b49c24b1e655ee84e31beea9a91746111fb60c7.tar.gz nutyx-extra-6b49c24b1e655ee84e31beea9a91746111fb60c7.tar.bz2 nutyx-extra-6b49c24b1e655ee84e31beea9a91746111fb60c7.tar.xz nutyx-extra-6b49c24b1e655ee84e31beea9a91746111fb60c7.zip |
Merge branch 'master' of github.com:blankoworld/nutyx-2009
Diffstat (limited to 'extra/libgnome/Pkgfile')
-rw-r--r-- | extra/libgnome/Pkgfile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/libgnome/Pkgfile b/extra/libgnome/Pkgfile index 275d4d820..f83ceb6a4 100644 --- a/extra/libgnome/Pkgfile +++ b/extra/libgnome/Pkgfile @@ -6,8 +6,9 @@ name=libgnome version=2.28.0 -release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) +release=2 +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2\ + nutyx2009_1.jpg) build() { cd $name-$version @@ -17,5 +18,7 @@ build() { --mandir=$GNOME_PREFIX/share/man make make DESTDIR=$PKG install + cp ../nutyx2009_1.jpg \ + $PKG/$GNOME_PREFIX/share/pixmaps/backgrounds/gnome/background-default.jpg rm -r $PKG/$GNOME_PREFIX/share/gtk-doc } |