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

Antonio Rojas arojas at archlinux.org
Sat Aug 24 22:36:16 UTC 2019


    Date: Saturday, August 24, 2019 @ 22:36:16
  Author: arojas
Revision: 501616

Enable bluetooth support (FS#63481)

Modified:
  kdeconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-24 22:34:12 UTC (rev 501615)
+++ PKGBUILD	2019-08-24 22:36:16 UTC (rev 501616)
@@ -4,12 +4,12 @@
 
 pkgname=kdeconnect
 pkgver=1.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Adds communication between KDE and your smartphone'
 url='https://community.kde.org/KDEConnect'
 license=(GPL)
 arch=(x86_64)
-depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca)
+depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca qt5-connectivity)
 makedepends=(extra-cmake-modules kdoctools qt5-declarative)
 optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration UI'
             'qt5-declarative: QML bindings' 'python-nautilus: Nautilus integration')
@@ -26,10 +26,10 @@
 build() {
   cd build
   cmake ../$pkgname-kde-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
     -DBUILD_TESTING=OFF \
     -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_INSTALL_LIBEXECDIR=lib
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBLUETOOTH_ENABLED=ON
   make
 }
 



More information about the arch-commits mailing list