author | Antonio Rojas
<arojas@archlinux.org> 2024-03-03 15:57:52 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-03-03 15:57:52 UTC |
parent | 9c627e19b965e7c485923e05a01fdbf147c33902 |
.SRCINFO | +1 | -2 |
PKGBUILD | +4 | -3 |
diff --git a/.SRCINFO b/.SRCINFO index 7dcd3c0..8868840 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = kdeconnect pkgdesc = Adds communication between KDE and your smartphone pkgver = 24.02.0 - pkgrel = 1 + pkgrel = 2 url = https://kdeconnect.kde.org/ arch = x86_64 groups = kde-applications @@ -42,7 +42,6 @@ pkgbase = kdeconnect depends = qqc2-desktop-style depends = qt6-5compat depends = qt6-base - depends = qt6-connectivity depends = qt6-declarative depends = qt6-multimedia depends = qt6-wayland diff --git a/PKGBUILD b/PKGBUILD index 4c45b98..da74811 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=kdeconnect pkgver=24.02.0 -pkgrel=1 +pkgrel=2 pkgdesc='Adds communication between KDE and your smartphone' url='https://kdeconnect.kde.org/' arch=(x86_64) @@ -40,7 +40,7 @@ depends=(dbus qqc2-desktop-style qt6-5compat qt6-base - qt6-connectivity +# qt6-connectivity qt6-declarative qt6-multimedia qt6-wayland @@ -65,7 +65,8 @@ validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aac build() { cmake -B build -S $pkgname-kde-$pkgver \ -DBUILD_TESTING=OFF \ - -DCMAKE_INSTALL_LIBEXECDIR=lib + -DCMAKE_INSTALL_LIBEXECDIR=lib \ + -DBLUETOOTH_ENABLED=OFF # https://bugs.kde.org/show_bug.cgi?id=481870 cmake --build build }