diff options
Diffstat (limited to 'xfce/xfdesktop/Pkgfile')
-rwxr-xr-x | xfce/xfdesktop/Pkgfile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xfce/xfdesktop/Pkgfile b/xfce/xfdesktop/Pkgfile index 54f2c6777..6f8740c99 100755 --- a/xfce/xfdesktop/Pkgfile +++ b/xfce/xfdesktop/Pkgfile @@ -6,13 +6,13 @@ name=xfdesktop version=4.6.2 -release=1 +release=2 source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2 \ -xfdesktop-handle-unmountable-volumes.patch nutyx2009_2.png) +attapu.png nutyx2009_2.png) build() { cd $name-$version -# patch -p1 < ../xfdesktop-handle-unmountable-volumes.patch + sed -i "s/xfce-stripes.png/attapu.png/" common/xfdesktop-common.h ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ @@ -20,6 +20,8 @@ cd $name-$version --disable-static make make DESTDIR=$PKG install + install -D -m644 ../attapu.png \ + $PKG/usr/share/xfce4/backdrops/attapu.png cp ../nutyx2009_2.png \ $PKG/usr/share/pixmaps/nutyx2009_2.png sed -i "s/xfce4_xicon1/nutyx2009_2/" \ |