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

Antonio Rojas arojas at archlinux.org
Sun Nov 27 12:16:50 UTC 2016


    Date: Sunday, November 27, 2016 @ 12:16:50
  Author: arojas
Revision: 282125

Add missing dependency

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-27 11:44:32 UTC (rev 282124)
+++ PKGBUILD	2016-11-27 12:16:50 UTC (rev 282125)
@@ -181,7 +181,7 @@
 
 package_calligra-devtools() {
   pkgdesc="Calligra developer tools"
-  depends=('calligra-libs')
+  depends=('calligra-libs' 'poppler-qt4')
 
   cd build/devtools
   make DESTDIR="${pkgdir}" install



More information about the arch-commits mailing list