diff options
Diffstat (limited to 'xfce/xfdesktop/Pkgfile')
-rwxr-xr-x | xfce/xfdesktop/Pkgfile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xfce/xfdesktop/Pkgfile b/xfce/xfdesktop/Pkgfile index d4efe3911..170b84201 100755 --- a/xfce/xfdesktop/Pkgfile +++ b/xfce/xfdesktop/Pkgfile @@ -6,10 +6,11 @@ # Run on: libxfce4ui,exo,garcon,libwnck,xfconf,libnotify name=xfdesktop -version=4.8.1 -release=2 +version=4.8.2 +release=1 source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2\ - http://nutyx.meticul.eu/files/patchs/$name/pakxe-01.xcf.png) + http://nutyx.meticul.eu/files/patchs/$name/pakxe-01.xcf.png\ + http://nutyx.meticul.eu/files/patchs/$name/icon-pakxe.png) build() { cd $name-$version @@ -23,8 +24,8 @@ cd $name-$version make DESTDIR=$PKG install install -D -m644 ../pakxe-01.xcf.png \ $PKG/usr/share/xfce4/backdrops/pakxe.png -# install -D -m644 ../nutyx2009_2.png \ -# $PKG/usr/share/pixmaps/nutyx2009_2.png + install -D -m644 ../icon-pakxe.png \ + $PKG/usr/share/pixmaps/icon-pakxe.png rm -r $PKG/usr/share/doc } |