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 | 56c34129d9ee71db9d9f61f8daef46354ba923fa (patch) | |
tree | 0ea05fd65ccfc6523b76c6e3e40358536c2d8fd1 /extra/xfce4-session/Pkgfile | |
parent | 88c8e2fd33c04cf078ab06db860bc0a048283335 (diff) | |
download | nutyx-extra-56c34129d9ee71db9d9f61f8daef46354ba923fa.tar.gz nutyx-extra-56c34129d9ee71db9d9f61f8daef46354ba923fa.tar.bz2 nutyx-extra-56c34129d9ee71db9d9f61f8daef46354ba923fa.tar.xz nutyx-extra-56c34129d9ee71db9d9f61f8daef46354ba923fa.zip |
xfce4-session dans extra
Diffstat (limited to 'extra/xfce4-session/Pkgfile')
-rwxr-xr-x | extra/xfce4-session/Pkgfile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/extra/xfce4-session/Pkgfile b/extra/xfce4-session/Pkgfile new file mode 100755 index 000000000..1775c18a2 --- /dev/null +++ b/extra/xfce4-session/Pkgfile @@ -0,0 +1,27 @@ +# Description: Gestionnaire de sessions de Xfce +# URL: http://www.xfce.org/projects/xfce4-session/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: dbus, libxfce4ui,libxfce4util, libxfcegui4, xfce4-panel, libwnck, p5-xml-parser,xorg-xauth,xorg-iceauth +# Run on: dbus,libxfce4ui,libxfce4util,libxfcegui4,xfce4-panel,libwnck,xorg-xauth,xorg-iceauth + +name=xfce4-session +version=4.8.2 +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 \ + --disable-gnome \ + --enable-final \ + --enable-session-screenshots + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc + rm $PKG/etc/xdg/autostart/xfce4-tips-autostart.desktop +} |