summaryrefslogtreecommitdiffstats
path: root/xfce/xfdesktop/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:11:17 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:11:17 +0200
commit87e6940a18a535b95b23dea0c642f1eae85d696d (patch)
tree7c9901afed64530b7f002010a2f287cee748c417 /xfce/xfdesktop/Pkgfile
parent65827df6753a937a4753a0c5519139f0c19f02ac (diff)
downloadnutyx-extra-87e6940a18a535b95b23dea0c642f1eae85d696d.tar.gz
nutyx-extra-87e6940a18a535b95b23dea0c642f1eae85d696d.tar.bz2
nutyx-extra-87e6940a18a535b95b23dea0c642f1eae85d696d.tar.xz
nutyx-extra-87e6940a18a535b95b23dea0c642f1eae85d696d.zip
Ajout de xfdesktop#4.6.1-2
Diffstat (limited to 'xfce/xfdesktop/Pkgfile')
-rwxr-xr-xxfce/xfdesktop/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/xfce/xfdesktop/Pkgfile b/xfce/xfdesktop/Pkgfile
new file mode 100755
index 000000000..0185c6c23
--- /dev/null
+++ b/xfce/xfdesktop/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Bureau de Xfce
+# URL: http://www.xfce.org/projects/xfdesktop/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: dbus-glib, exo, libglade, libwnck, libxfce4menu, libxfce4util, libxfcegui4, libxml2, thunar, xfce4-panel, xfconf
+
+name=xfdesktop
+version=4.6.1
+release=2
+source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2 \
+xfdesktop-handle-unmountable-volumes.patch)
+
+build() {
+cd $name-$version
+patch -p1 < ../xfdesktop-handle-unmountable-volumes.patch
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+