diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-21 23:30:04 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-21 23:30:04 +0100 |
commit | db57a1387808e7a1d0893a95a84ecba5701f9815 (patch) | |
tree | 93a0bcd98d1aa2972909feabf1cdacef3b8e5318 /xfce/xfwm4/Pkgfile | |
parent | 3868aa989d05d6cc4c71d1f505f8c78a0845363d (diff) | |
download | nutyx-pakxe-db57a1387808e7a1d0893a95a84ecba5701f9815.tar.gz nutyx-pakxe-db57a1387808e7a1d0893a95a84ecba5701f9815.tar.bz2 nutyx-pakxe-db57a1387808e7a1d0893a95a84ecba5701f9815.tar.xz nutyx-pakxe-db57a1387808e7a1d0893a95a84ecba5701f9815.zip |
xfwm4, maj 4.8.0-1
Diffstat (limited to 'xfce/xfwm4/Pkgfile')
-rwxr-xr-x | xfce/xfwm4/Pkgfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xfce/xfwm4/Pkgfile b/xfce/xfwm4/Pkgfile index 44b759e3d..9b7702d68 100755 --- a/xfce/xfwm4/Pkgfile +++ b/xfce/xfwm4/Pkgfile @@ -2,13 +2,13 @@ # URL: http://www.xfce.org/projects/xfwm4/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: libwnck, libxfce4util, libxfcegui4, startup-notification, xfconf -# Run on: libwnck,libxfce4util,libxfcegui4,startup-notification,xfconf +# Depends on: libxfce4ui,libwnck, libxfce4util, libxfcegui4, startup-notification, xfconf +# Run on: libxfce4ui,libwnck,libxfce4util,libxfcegui4,startup-notification,xfconf name=xfwm4 -version=4.7.4 +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 @@ -21,5 +21,5 @@ cd $name-$version --enable-xinerama make make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc } - |