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

Antonio Rojas arojas at archlinux.org
Fri Aug 30 06:30:00 UTC 2019


    Date: Friday, August 30, 2019 @ 06:29:59
  Author: arojas
Revision: 505165

Disable bluetooth support again, it causes too many regressions (FS#63595, FS#63601)

Modified:
  kdeconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-30 06:27:45 UTC (rev 505164)
+++ PKGBUILD	2019-08-30 06:29:59 UTC (rev 505165)
@@ -4,12 +4,12 @@
 
 pkgname=kdeconnect
 pkgver=1.3.5
-pkgrel=2
+pkgrel=3
 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 qt5-connectivity)
+depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca)
 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')
@@ -27,9 +27,7 @@
   cd build
   cmake ../$pkgname-kde-$pkgver \
     -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_INSTALL_LIBEXECDIR=lib \
-    -DBLUETOOTH_ENABLED=ON
+    -DCMAKE_INSTALL_LIBEXECDIR=lib
   make
 }
 



More information about the arch-commits mailing list