summaryrefslogtreecommitdiffstats
path: root/xfce/xfdesktop/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-09-13 19:33:44 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-09-13 19:33:44 +0200
commitbe2d160ee584cc23fc7350d8443a509cee82f83d (patch)
tree4291db701fe8a7963eafe29aab4c2414910ef523 /xfce/xfdesktop/Pkgfile
parent8aa3fc2298c585ddae759e49c029bf2fc2babc57 (diff)
downloadnutyx-pakxe-be2d160ee584cc23fc7350d8443a509cee82f83d.tar.gz
nutyx-pakxe-be2d160ee584cc23fc7350d8443a509cee82f83d.tar.bz2
nutyx-pakxe-be2d160ee584cc23fc7350d8443a509cee82f83d.tar.xz
nutyx-pakxe-be2d160ee584cc23fc7350d8443a509cee82f83d.zip
maj xfdesktop#4.6.1-3
Diffstat (limited to 'xfce/xfdesktop/Pkgfile')
-rwxr-xr-xxfce/xfdesktop/Pkgfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/xfce/xfdesktop/Pkgfile b/xfce/xfdesktop/Pkgfile
index 0185c6c23..58d3db379 100755
--- a/xfce/xfdesktop/Pkgfile
+++ b/xfce/xfdesktop/Pkgfile
@@ -6,9 +6,9 @@
name=xfdesktop
version=4.6.1
-release=2
+release=3
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2 \
-xfdesktop-handle-unmountable-volumes.patch)
+xfdesktop-handle-unmountable-volumes.patch NuTyX2009.png)
build() {
cd $name-$version
@@ -20,5 +20,9 @@ patch -p1 < ../xfdesktop-handle-unmountable-volumes.patch
--disable-static
make
make DESTDIR=$PKG install
+ cp ../NuTyX2009.png \
+ $PKG/usr/share/pixmaps/NuTyX2009.png
+ sed -i "s/xfce4_xicon1/NuTyX2009/" \
+ $PKG/usr/share/xfce4/panel-plugins/xfce4-menu.desktop
}