diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-26 16:46:59 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-26 16:46:59 +0200 |
commit | 4a396dd7c20db411e483755c8c1af89a598e8a7f (patch) | |
tree | 9b025672384a9430244cca96d85134d60b366961 /xfce/xfdesktop/Pkgfile | |
parent | 7402787fb63ed6c276be77467dea7e8f971fe4aa (diff) | |
download | nutyx-extra-4a396dd7c20db411e483755c8c1af89a598e8a7f.tar.gz nutyx-extra-4a396dd7c20db411e483755c8c1af89a598e8a7f.tar.bz2 nutyx-extra-4a396dd7c20db411e483755c8c1af89a598e8a7f.tar.xz nutyx-extra-4a396dd7c20db411e483755c8c1af89a598e8a7f.zip |
maj xfdesktop#4.6.2-1
Diffstat (limited to 'xfce/xfdesktop/Pkgfile')
-rwxr-xr-x | xfce/xfdesktop/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce/xfdesktop/Pkgfile b/xfce/xfdesktop/Pkgfile index 662b4c657..54f2c6777 100755 --- a/xfce/xfdesktop/Pkgfile +++ b/xfce/xfdesktop/Pkgfile @@ -5,14 +5,14 @@ # Depends on: dbus-glib, exo, libglade, libwnck, libxfce4menu, libxfce4util, libxfcegui4, libxml2, thunar, xfce4-panel, xfconf name=xfdesktop -version=4.6.1 -release=4 +version=4.6.2 +release=1 source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2 \ xfdesktop-handle-unmountable-volumes.patch nutyx2009_2.png) build() { cd $name-$version -patch -p1 < ../xfdesktop-handle-unmountable-volumes.patch +# patch -p1 < ../xfdesktop-handle-unmountable-volumes.patch ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ |