summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
Diffstat (limited to 'xfce')
-rw-r--r--xfce/xfce4-settings/.md5sum3
-rwxr-xr-xxfce/xfce4-settings/Pkgfile9
2 files changed, 4 insertions, 8 deletions
diff --git a/xfce/xfce4-settings/.md5sum b/xfce/xfce4-settings/.md5sum
index 9d74c8bdf..59b34e41c 100644
--- a/xfce/xfce4-settings/.md5sum
+++ b/xfce/xfce4-settings/.md5sum
@@ -1,2 +1 @@
-0bd901a7146c951987a4ddddc4cf68cb xfce4-settings-4.6.1-libklavier-4.0.patch
-dc1c8704471c5b0104fa10c30eb60cb6 xfce4-settings-4.6.1.tar.bz2
+04985407e8e5b916c44780314a177e96 xfce4-settings-4.6.4.tar.bz2
diff --git a/xfce/xfce4-settings/Pkgfile b/xfce/xfce4-settings/Pkgfile
index ffb8f05f0..ee707e4d3 100755
--- a/xfce/xfce4-settings/Pkgfile
+++ b/xfce/xfce4-settings/Pkgfile
@@ -5,13 +5,11 @@
# Depends on: dbus-glib, exo, libglade, libnotify, libxfce4util, libxfcegui4, xfconf
name=xfce4-settings
-version=4.6.1
-release=2
-source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2\
- xfce4-settings-4.6.1-libklavier-4.0.patch)
+version=4.6.4
+release=1
+source=(http://archive.xfce.org/src/xfce/xfce4-settings/4.6/$name-$version.tar.bz2)
build() {
cd $name-$version
- patch -Np1 -i ../xfce4-settings-4.6.1-libklavier-4.0.patch
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/xfce4 \
@@ -20,4 +18,3 @@ cd $name-$version
make
make DESTDIR=$PKG install
}
-