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

Balló György bgyorgy at archlinux.org
Mon Jul 6 17:07:19 UTC 2015


    Date: Monday, July 6, 2015 @ 19:07:19
  Author: bgyorgy
Revision: 136472

upgpkg: libqtxdg 1.2.0-2

Add libsm and libxkbcommon-x11 to dependencies. libqtxdg uses 
Qt5Widgets, which uses the xcb platform plugin, which needs these 
libraries. (FS#44005)

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-06 14:35:20 UTC (rev 136471)
+++ PKGBUILD	2015-07-06 17:07:19 UTC (rev 136472)
@@ -3,12 +3,12 @@
 
 pkgname=libqtxdg
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("i686" "x86_64")
 url="http://lxqt.org"
 license=("GPL2")
-depends=("qt5-base")
+depends=("libsm" "libxkbcommon-x11" "qt5-base")
 makedepends=("cmake")
 source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
 sha256sums=("88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9")



More information about the arch-commits mailing list