summaryrefslogtreecommitdiffstats
path: root/xfce/xfdesktop/Pkgfile
diff options
context:
space:
mode:
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
}