diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:38:09 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:38:09 +0200 |
commit | 3cedeffead50e146d5f207b9469fb56cfd9a69a4 (patch) | |
tree | 271421d25aeacf30d7f28476826e369d0bcbdae8 /xfce/xfdesktop/Pkgfile | |
parent | 54c95f4c6053b20dd3c45e12360902a01363c755 (diff) | |
download | nutyx-pakxe-3cedeffead50e146d5f207b9469fb56cfd9a69a4.tar.gz nutyx-pakxe-3cedeffead50e146d5f207b9469fb56cfd9a69a4.tar.bz2 nutyx-pakxe-3cedeffead50e146d5f207b9469fb56cfd9a69a4.tar.xz nutyx-pakxe-3cedeffead50e146d5f207b9469fb56cfd9a69a4.zip |
xfdesktop dans extra
Diffstat (limited to 'xfce/xfdesktop/Pkgfile')
-rwxr-xr-x | xfce/xfdesktop/Pkgfile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/xfce/xfdesktop/Pkgfile b/xfce/xfdesktop/Pkgfile deleted file mode 100755 index 276a9cef4..000000000 --- a/xfce/xfdesktop/Pkgfile +++ /dev/null @@ -1,31 +0,0 @@ -# Description: Bureau de Xfce -# URL: http://www.xfce.org/projects/xfdesktop/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed do ch -# Depends on: libxfce4ui,exo,garcon,libwnck,xfconf,libnotify -# Run on: libxfce4ui,exo,garcon,libwnck,xfconf,libnotify - -name=xfdesktop -version=4.8.3 -release=1 -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\ - http://nutyx.meticul.eu/files/patchs/$name/icon-pakxe.png) - -build() { -cd $name-$version - sed -i "s/xfce-stripes.png/pakxe.png/" common/xfdesktop-common.h - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/xfce4 \ - --localstatedir=/var \ - --disable-static - make - make DESTDIR=$PKG install - install -D -m644 ../pakxe-01.xcf.png \ - $PKG/usr/share/xfce4/backdrops/pakxe.png - install -D -m644 ../icon-pakxe.png \ - $PKG/usr/share/pixmaps/icon-pakxe.png - rm -r $PKG/usr/share/doc -} - |