summaryrefslogtreecommitdiffstats
path: root/xfce/xfdesktop/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-07-10 21:14:50 +0200
committertnut <thierryn1 at hispeed dot ch>2010-07-10 21:14:50 +0200
commit808f2673ec3058e02d186974aa4fe6c1a1f2da35 (patch)
treec5800f58e3c02fb17cbd8425354a43cd86d32474 /xfce/xfdesktop/Pkgfile
parentb8684da0a677c00eb9c9b8e08e1344a6a0d8727a (diff)
downloadnutyx-extra-808f2673ec3058e02d186974aa4fe6c1a1f2da35.tar.gz
nutyx-extra-808f2673ec3058e02d186974aa4fe6c1a1f2da35.tar.bz2
nutyx-extra-808f2673ec3058e02d186974aa4fe6c1a1f2da35.tar.xz
nutyx-extra-808f2673ec3058e02d186974aa4fe6c1a1f2da35.zip
maj xfdesktop#4.6.2-2
Diffstat (limited to 'xfce/xfdesktop/Pkgfile')
-rwxr-xr-xxfce/xfdesktop/Pkgfile8
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/" \