[arch-commits] Commit in xfconf/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sun Jan 17 22:25:41 UTC 2010
Date: Sunday, January 17, 2010 @ 17:25:41
Author: andyrtr
Revision: 63565
upgpkg: xfconf 4.6.1-3
fix deps; #14536
Modified:
xfconf/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-01-17 22:14:16 UTC (rev 63564)
+++ PKGBUILD 2010-01-17 22:25:41 UTC (rev 63565)
@@ -3,13 +3,15 @@
pkgname=xfconf
pkgver=4.6.1
-pkgrel=2
+pkgrel=3
pkgdesc="xfconf.. thingie"
arch=('i686' 'x86_64')
license=('GPL2')
url="http://www.xfce.org/"
groups=('xfce4')
-depends=("dbus-glib>=0.80" "libxfce4util>=4.6.1")
+# http://www.xfce.org/documentation/requirements
+# keep dbus and gtk2, see also http://bugs.archlinux.org/task/14536
+depends=( "libxfce4util>=4.6.1" "dbus-glib>=0.80" 'dbus>=1.2.16' 'gtk2>=2.18.5')
makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig')
options=('!libtool')
replaces=('libxfce4mcs' 'xfce-mcs-manager' 'xfce-mcs-plugins')
More information about the arch-commits
mailing list