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