summaryrefslogtreecommitdiffstats
path: root/xfce/xfdesktop/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-20 21:24:16 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-20 21:24:16 +0100
commitb08f768915eda4ab92120a42f46b796d698c93c6 (patch)
tree61d7793ef62aeef8fcc839349192cb45a66297e9 /xfce/xfdesktop/Pkgfile
parent76a7abf13a49c6061736c4a299bda95f8c50d5fb (diff)
downloadnutyx-pakxe-b08f768915eda4ab92120a42f46b796d698c93c6.tar.gz
nutyx-pakxe-b08f768915eda4ab92120a42f46b796d698c93c6.tar.bz2
nutyx-pakxe-b08f768915eda4ab92120a42f46b796d698c93c6.tar.xz
nutyx-pakxe-b08f768915eda4ab92120a42f46b796d698c93c6.zip
xfdesktop, maj port
Diffstat (limited to 'xfce/xfdesktop/Pkgfile')
-rwxr-xr-xxfce/xfdesktop/Pkgfile13
1 files changed, 6 insertions, 7 deletions
diff --git a/xfce/xfdesktop/Pkgfile b/xfce/xfdesktop/Pkgfile
index 398c933a7..f0a9f3d3d 100755
--- a/xfce/xfdesktop/Pkgfile
+++ b/xfce/xfdesktop/Pkgfile
@@ -8,12 +8,11 @@
name=xfdesktop
version=4.8.1
release=1
-source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2 \
-attapu.png nutyx2009_2.png)
+source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2)
build() {
cd $name-$version
- sed -i "s/xfce-stripes.png/attapu.png/" common/xfdesktop-common.h
+# sed -i "s/xfce-stripes.png/attapu.png/" common/xfdesktop-common.h
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
@@ -21,10 +20,10 @@ cd $name-$version
--disable-static
make
make DESTDIR=$PKG install
- install -D -m644 ../attapu.png \
- $PKG/usr/share/xfce4/backdrops/attapu.png
- install -D -m644 ../nutyx2009_2.png \
- $PKG/usr/share/pixmaps/nutyx2009_2.png
+# install -D -m644 ../attapu.png \
+# $PKG/usr/share/xfce4/backdrops/attapu.png
+# install -D -m644 ../nutyx2009_2.png \
+# $PKG/usr/share/pixmaps/nutyx2009_2.png
rm -r $PKG/usr/share/doc
}