[arch-commits] Commit in kdeedu-ktouch/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Mar 26 22:43:08 UTC 2015


    Date: Thursday, March 26, 2015 @ 23:43:08
  Author: arojas
Revision: 234997

Add missing libxkbfile dependency

Modified:
  kdeedu-ktouch/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-26 22:38:51 UTC (rev 234996)
+++ PKGBUILD	2015-03-26 22:43:08 UTC (rev 234997)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'kqtquickcharts')
+depends=('kdebase-runtime' 'kqtquickcharts' 'libxkbfile')
 makedepends=('cmake' 'automoc4' 'mesa')
 install=${pkgname}.install
 source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz")



More information about the arch-commits mailing list