summaryrefslogtreecommitdiffstats
path: root/extra/xfce-utils/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:38:09 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:38:09 +0200
commit42105958b944e477dcff675a8549b4f7ff754829 (patch)
tree1e614b45a64ca6c465e3fb50c8f19a50adefcf25 /extra/xfce-utils/Pkgfile
parent73499fbf60a66814da22a9fc83ca03c0a402de20 (diff)
downloadnutyx-pakxe-42105958b944e477dcff675a8549b4f7ff754829.tar.gz
nutyx-pakxe-42105958b944e477dcff675a8549b4f7ff754829.tar.bz2
nutyx-pakxe-42105958b944e477dcff675a8549b4f7ff754829.tar.xz
nutyx-pakxe-42105958b944e477dcff675a8549b4f7ff754829.zip
xfce-utils dans extra
Diffstat (limited to 'extra/xfce-utils/Pkgfile')
-rwxr-xr-xextra/xfce-utils/Pkgfile30
1 files changed, 30 insertions, 0 deletions
diff --git a/extra/xfce-utils/Pkgfile b/extra/xfce-utils/Pkgfile
new file mode 100755
index 000000000..c4c45f9f1
--- /dev/null
+++ b/extra/xfce-utils/Pkgfile
@@ -0,0 +1,30 @@
+# Description: Utilitaires pour Xfce
+# URL: http://www.xfce.org/projects/xfce-utils/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: dbus-glib,xorg-libsm,libxfce4ui
+# Run on: dbus-glib,libxfce4ui
+
+name=xfce-utils
+version=4.8.3
+release=1
+source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+
+# Xinit fix
+ mkdir -p $PKG/etc/X11/xinit
+ cp $PKG/etc/xdg/xfce4/xinitrc $PKG/etc/X11/xinit/xinitrc.xfce
+ chmod 755 $PKG/etc/xdg/xfce4/xinitrc
+ chmod 755 $PKG/etc/X11/xinit/xinitrc.xfce
+ rm -r $PKG/usr/share/doc
+}
+