diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-21 23:33:39 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-21 23:33:39 +0100 |
commit | 4064406088ef3b5bacc4f05995d3a8ff762de207 (patch) | |
tree | 8a7e24e5e4fcf237c7af591b629b8acfb8136c47 /xfce/xfce-utils/Pkgfile | |
parent | 5cb2b964628c22fa5ed08ff18b64690601da4c73 (diff) | |
download | nutyx-pakxe-4064406088ef3b5bacc4f05995d3a8ff762de207.tar.gz nutyx-pakxe-4064406088ef3b5bacc4f05995d3a8ff762de207.tar.bz2 nutyx-pakxe-4064406088ef3b5bacc4f05995d3a8ff762de207.tar.xz nutyx-pakxe-4064406088ef3b5bacc4f05995d3a8ff762de207.zip |
xfce-utils, maj 4.8.0-1
Diffstat (limited to 'xfce/xfce-utils/Pkgfile')
-rwxr-xr-x | xfce/xfce-utils/Pkgfile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xfce/xfce-utils/Pkgfile b/xfce/xfce-utils/Pkgfile index 60ccddf2b..736ebf9ae 100755 --- a/xfce/xfce-utils/Pkgfile +++ b/xfce/xfce-utils/Pkgfile @@ -1,14 +1,14 @@ # Description: Utilitaires pour Xfce # URL: http://www.xfce.org/projects/xfce-utils/ # Maintainer: NuTyX core team -# Packager: fred.galusik at gmail dot com -# Depends on: dbus, libxfce4util, libxfcegui4, p5-xml-parser -# Run on: dbus,libxfce4util,libxfcegui4,p5-xml-parser +# Packager: thierryn1 at hispeed dot ch +# Depends on: dbus-glib,libxfce4ui +# Run on: dbus-glib,libxfce4ui name=xfce-utils -version=4.6.2 +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 @@ -25,5 +25,6 @@ cd $name-$version 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 } |