summaryrefslogtreecommitdiff
path: root/extra/xfce4-settings/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xfce4-settings/PKGBUILD')
-rw-r--r--extra/xfce4-settings/PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/extra/xfce4-settings/PKGBUILD b/extra/xfce4-settings/PKGBUILD
index f17fd5727..725f43548 100644
--- a/extra/xfce4-settings/PKGBUILD
+++ b/extra/xfce4-settings/PKGBUILD
@@ -1,31 +1,31 @@
-# $Id: PKGBUILD 143211 2011-11-23 12:04:45Z foutrelis $
+# $Id: PKGBUILD 157887 2012-04-30 04:21:22Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: tobias <tobias funnychar archlinux.org>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
pkgname=xfce4-settings
-pkgver=4.8.3
-pkgrel=2
+pkgver=4.10.0
+pkgrel=1
pkgdesc="Settings manager for xfce"
arch=('i686' 'x86_64')
url="http://www.xfce.org/"
license=('GPL2')
groups=('xfce4')
-depends=('exo' 'libxfce4ui' 'libnotify' 'libxklavier' 'gnome-icon-theme'
- 'gtk-engines' 'gtk-xfce-engine')
+depends=('exo' 'garcon' 'libxfce4ui' 'libnotify' 'libxklavier'
+ 'gnome-icon-theme' 'gtk-engines' 'gtk2-xfce-engine')
makedepends=('intltool')
optdepends=('libcanberra: for sound control')
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2
- xfce4-settings-4.6.0.patch)
-sha256sums=('d878cc474e1e677e9607279b9a1007cb90ed35ff078de180259a8b2b8d06bc2e'
- 'c91d246cc678014a7fa8af37f2a24640bcc8823e41e064361130da7ae3809ed5')
+source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2
+ xfce4-settings-xml-4.10.0.patch)
+sha256sums=('0843f09ba9673f1d1b5df8dce4a17b63c183a9ba3be75fb6ef99a67fc8c1f77e'
+ '544d4409bac1cba1c0897317838cf2e24345f6ed4e3bf497a89b38d2643925c1')
build() {
cd "$srcdir/$pkgname-$pkgver"
# enable gnome icon theme, clearlooks theme and font hinting by default
# (taken from Fedora)
- patch -Np1 -i "$srcdir/xfce4-settings-4.6.0.patch"
+ patch -Np1 -i "$srcdir/xfce4-settings-xml-4.10.0.patch"
./configure --prefix=/usr \
--sysconfdir=/etc \