summaryrefslogtreecommitdiffstats
path: root/xfdesktop/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /xfdesktop/Pkgfile
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'xfdesktop/Pkgfile')
-rwxr-xr-xxfdesktop/Pkgfile31
1 files changed, 31 insertions, 0 deletions
diff --git a/xfdesktop/Pkgfile b/xfdesktop/Pkgfile
new file mode 100755
index 000000000..38842e96e
--- /dev/null
+++ b/xfdesktop/Pkgfile
@@ -0,0 +1,31 @@
+# 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=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\
+ 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
+}
+