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

Antonio Rojas arojas at archlinux.org
Tue Mar 13 07:46:01 UTC 2018


    Date: Tuesday, March 13, 2018 @ 07:46:01
  Author: arojas
Revision: 318782

Add missing QCH docs, make qt5-declarative optional

Modified:
  bluez-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-13 06:12:34 UTC (rev 318781)
+++ PKGBUILD	2018-03-13 07:46:01 UTC (rev 318782)
@@ -3,13 +3,14 @@
 
 pkgname=bluez-qt
 pkgver=5.44.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt wrapper for Bluez 5 DBus API'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
 license=(GPL2)
-depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules mesa doxygen qt5-tools)
+depends=(qt5-base bluez)
+makedepends=(extra-cmake-modules mesa doxygen qt5-tools qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
 groups=(kf5)
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
 sha256sums=('bb73134db489fab1adde6e6f26a4298b07a36dfb3edba1671c01f3c3e0809f14'
@@ -25,7 +26,8 @@
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
-    -DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+    -DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d \
+    -DBUILD_QCH=ON
   make
 }
 



More information about the arch-commits mailing list