diff options
author | sibel <lesibel@free.fr> | 2011-03-30 21:53:15 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-30 21:53:15 +0200 |
commit | 64b2a40f904c56183258bdf5ac67f8457a93cfc5 (patch) | |
tree | 3ab995f9b78e5fec0716e1e23b3b168c30a9baac /xfce/xfdesktop/Pkgfile | |
parent | 5a21bc3ef78af0204a113a730c7bb4bfe175589f (diff) | |
parent | dd80d93d30430ce67bf5791f58a9cd685498acb3 (diff) | |
download | nutyx-pakxe-64b2a40f904c56183258bdf5ac67f8457a93cfc5.tar.gz nutyx-pakxe-64b2a40f904c56183258bdf5ac67f8457a93cfc5.tar.bz2 nutyx-pakxe-64b2a40f904c56183258bdf5ac67f8457a93cfc5.tar.xz nutyx-pakxe-64b2a40f904c56183258bdf5ac67f8457a93cfc5.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'xfce/xfdesktop/Pkgfile')
-rwxr-xr-x | xfce/xfdesktop/Pkgfile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xfce/xfdesktop/Pkgfile b/xfce/xfdesktop/Pkgfile index f0a9f3d3d..d4efe3911 100755 --- a/xfce/xfdesktop/Pkgfile +++ b/xfce/xfdesktop/Pkgfile @@ -7,12 +7,13 @@ name=xfdesktop version=4.8.1 -release=1 -source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2) +release=2 +source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2\ + http://nutyx.meticul.eu/files/patchs/$name/pakxe-01.xcf.png) build() { cd $name-$version -# sed -i "s/xfce-stripes.png/attapu.png/" common/xfdesktop-common.h + sed -i "s/xfce-stripes.png/pakxe.png/" common/xfdesktop-common.h ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ @@ -20,8 +21,8 @@ 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 ../pakxe-01.xcf.png \ + $PKG/usr/share/xfce4/backdrops/pakxe.png # install -D -m644 ../nutyx2009_2.png \ # $PKG/usr/share/pixmaps/nutyx2009_2.png rm -r $PKG/usr/share/doc |