[arch-commits] Commit in kdebase-workspace/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Apr 6 14:46:34 UTC 2013


    Date: Saturday, April 6, 2013 @ 16:46:34
  Author: andrea
Revision: 182079

Require a versioned dependence of kdelibs to avoid breakage

Modified:
  kdebase-workspace/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-06 14:46:32 UTC (rev 182078)
+++ PKGBUILD	2013-04-06 14:46:34 UTC (rev 182079)
@@ -14,8 +14,8 @@
 # note on libxdamage:
 # 	not detected by namcap because libgl depends on it
 #	but nvidia providing libgl does not depend on libxdamage
-depends=('kdepim-runtime' 'lm_sensors' 'libraw1394' 'libqalculate'
-         'qimageblitz' 'polkit-kde' 'xorg-xprop' 'libxdamage'
+depends=("kdelibs>=${pkgver}" 'kdepim-runtime' 'lm_sensors' 'libraw1394'
+         'qimageblitz' 'polkit-kde' 'xorg-xprop' 'libxdamage' 'libqalculate'
          'libxklavier' 'xorg-xsetroot' 'libxcomposite' 'libxinerama'
          'xorg-xrdb' 'libxres' 'xorg-xrandr' 'xorg-xmessage' 'libusb-compat'
          'kde-base-artwork' 'xcb-util-renderutil' 'xcb-util-image' 'ttf-font')




More information about the arch-commits mailing list