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