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

Balló György bgyorgy at archlinux.org
Thu Jul 9 12:37:11 UTC 2015


    Date: Thursday, July 9, 2015 @ 14:37:11
  Author: bgyorgy
Revision: 136576

upgpkg: lxqt-common 0.9.1-3

Add dependency on qt5-svg. Required for the SVG icons.

Modified:
  lxqt-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-09 11:41:20 UTC (rev 136575)
+++ PKGBUILD	2015-07-09 12:37:11 UTC (rev 136576)
@@ -3,12 +3,12 @@
 
 pkgname=lxqt-common
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Common data to run a LXQt session."
 arch=("any")
 url="http://lxqt.org"
 license=("GPL2")
-depends=("bash" "hicolor-icon-theme" "xdg-utils")
+depends=("bash" "qt5-svg" "hicolor-icon-theme" "xdg-utils")
 makedepends=("cmake" "liblxqt" "qt5-tools")
 install=$pkgname.install
 source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")



More information about the arch-commits mailing list