summaryrefslogtreecommitdiffstats
path: root/xfce/xfdesktop/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-04-29 05:25:54 +0200
committertnut <tnut at nutyx dot com>2011-04-29 05:25:54 +0200
commit6519b2a7ecae4e2dae53ffa3f52e63d85ba6a531 (patch)
treee1501abe3cf821d64944e0a781991881965be0cd /xfce/xfdesktop/Pkgfile
parent112ffce2da9e5bd6713a9c3c4c0e7495781f06bd (diff)
downloadnutyx-extra-6519b2a7ecae4e2dae53ffa3f52e63d85ba6a531.tar.gz
nutyx-extra-6519b2a7ecae4e2dae53ffa3f52e63d85ba6a531.tar.bz2
nutyx-extra-6519b2a7ecae4e2dae53ffa3f52e63d85ba6a531.tar.xz
nutyx-extra-6519b2a7ecae4e2dae53ffa3f52e63d85ba6a531.zip
xfdesktop, maj 4.8.2-1
Diffstat (limited to 'xfce/xfdesktop/Pkgfile')
-rwxr-xr-xxfce/xfdesktop/Pkgfile11
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
}