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

Antonio Rojas arojas at archlinux.org
Tue Oct 11 16:32:01 UTC 2016


    Date: Tuesday, October 11, 2016 @ 16:32:00
  Author: arojas
Revision: 278269

Add breeze-icons runtime dependency (FS#51323)

Modified:
  kexi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-11 16:30:50 UTC (rev 278268)
+++ PKGBUILD	2016-10-11 16:32:00 UTC (rev 278269)
@@ -3,13 +3,14 @@
 
 pkgname=kexi
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A visual database applications creator"
 arch=(i686 x86_64)
 url="http://www.kexi-project.org/"
 license=(GPL2)
-depends=(kdb kreport ktexteditor qt5-webkit)
-makedepends=(extra-cmake-modules python qt5-tools breeze-icons marble libmariadbclient postgresql)
+depends=(kdb kreport ktexteditor breeze-icons)
+makedepends=(extra-cmake-modules python qt5-tools marble libmariadbclient postgresql qt5-webkit)
+optdepends=('qt5-webkit: Web browser plugin')
 conflicts=(calligra-kexi)
 replaces=(calligra-kexi)
 groups=(calligra)



More information about the arch-commits mailing list