Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kdeconnect
Commits:
ffadf237 by Antonio Rojas at 2024-08-25T15:20:36+02:00
upgpkg: 24.08.0-2: Reenable bluetooth
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = kdeconnect
pkgdesc = Adds communication between KDE and your smartphone
pkgver = 24.08.0
- pkgrel = 1
+ pkgrel = 2
url = https://kdeconnect.kde.org/
arch = x86_64
groups = kde-applications
@@ -41,6 +41,7 @@ pkgbase = kdeconnect
depends = pulseaudio-qt
depends = qqc2-desktop-style
depends = qt6-base
+ depends = qt6-connectivity
depends = qt6-declarative
depends = qt6-multimedia
depends = qt6-wayland
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=kdeconnect
pkgver=24.08.0
-pkgrel=1
+pkgrel=2
pkgdesc='Adds communication between KDE and your smartphone'
url='https://kdeconnect.kde.org/'
arch=(x86_64)
@@ -39,7 +39,7 @@ depends=(dbus
pulseaudio-qt
qqc2-desktop-style
qt6-base
-# qt6-connectivity
+ qt6-connectivity
qt6-declarative
qt6-multimedia
qt6-wayland
@@ -63,8 +63,7 @@ validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 #
Albert Astals Cid <aac
build() {
cmake -B build -S $pkgname-kde-$pkgver \
- -DBUILD_TESTING=OFF \
- -DBLUETOOTH_ENABLED=OFF # https://bugs.kde.org/show_bug.cgi?id=481870
+ -DBUILD_TESTING=OFF
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kdeconnect/-/commit/ffadf2374f7deb60bc52aa3ec332390c62018cff
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kdeconnect/-/commit/ffadf2374f7deb60bc52aa3ec332390c62018cff
You're receiving this email because of your account on gitlab.archlinux.org.