diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-21 23:28:44 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-21 23:28:44 +0100 |
commit | 3868aa989d05d6cc4c71d1f505f8c78a0845363d (patch) | |
tree | 5d40cced7ca561544f99e329c0adcf261bb045ce /xfce/xfce4-session/Pkgfile | |
parent | 2c1f4dd94f4597c7683cd6a892513dd3ec86e6ab (diff) | |
download | nutyx-pakxe-3868aa989d05d6cc4c71d1f505f8c78a0845363d.tar.gz nutyx-pakxe-3868aa989d05d6cc4c71d1f505f8c78a0845363d.tar.bz2 nutyx-pakxe-3868aa989d05d6cc4c71d1f505f8c78a0845363d.tar.xz nutyx-pakxe-3868aa989d05d6cc4c71d1f505f8c78a0845363d.zip |
xfce4-session, maj 4.8.0-1
Diffstat (limited to 'xfce/xfce4-session/Pkgfile')
-rwxr-xr-x | xfce/xfce4-session/Pkgfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xfce/xfce4-session/Pkgfile b/xfce/xfce4-session/Pkgfile index 6680026c5..e813895e0 100755 --- a/xfce/xfce4-session/Pkgfile +++ b/xfce/xfce4-session/Pkgfile @@ -2,13 +2,13 @@ # URL: http://www.xfce.org/projects/xfce4-session/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: dbus, libxfce4util, libxfcegui4, libwnck, p5-xml-parser, sudo, xorg-iceauth -# Run on: dbus,libxfce4util,libxfcegui4,libwnck,p5-xml-parser,sudo,xorg-iceauth +# Depends on: dbus, libxfce4ui,libxfce4util, libxfcegui4, libwnck, p5-xml-parser,xorg-xauth,xorg-iceauth +# Run on: dbus,libxfce4ui,libxfce4util,libxfcegui4,libwnck,xorg-xauth,xorg-iceauth name=xfce4-session -version=4.7.3 +version=4.8.0 release=1 -source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2) +source=(http://archive.xfce.org/xfce/4.8/src/$name-$version.tar.bz2) build() { cd $name-$version @@ -22,5 +22,5 @@ cd $name-$version --enable-session-screenshots make make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc } - |