diff options
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 } - |