kdeconnect-git: add Bluetooth dependency

Bluetooth support is now enabled by default.
This commit is contained in:
Rihards Skuja 2023-12-08 15:26:39 +02:00
parent 1d4021f584
commit 26f294bc39
Signed by: rhssk
GPG Key ID: BABE7EB1F38C7EF6
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = kdeconnect-git
pkgdesc = Adds communication between KDE and your smartphone
pkgver = 24.01.75.r1.g5db4263
pkgver = 24.01.80.r13.g984d5a9
pkgrel = 1
url = https://community.kde.org/KDEConnect
arch = x86_64
@ -17,6 +17,7 @@ pkgbase = kdeconnect-git
depends = qqc2-desktop-style5
depends = kirigami-addons5
depends = modemmanager-qt5
depends = qt5-connectivity
optdepends = sshfs: remote filesystem browser
optdepends = python-nautilus: Nautilus integration
optdepends = qt5-tools: for some runcommand plugin actions

View File

@ -6,13 +6,13 @@
_remotename=kdeconnect-kde
_pkgname=kdeconnect
pkgname=$_pkgname-git
pkgver=24.01.75.r1.g5db4263
pkgver=24.01.80.r13.g984d5a9
pkgrel=1
pkgdesc='Adds communication between KDE and your smartphone'
arch=(x86_64)
url='https://community.kde.org/KDEConnect'
license=(GPL2)
depends=(kcmutils5 libfakekey qca-qt5 kpeoplevcard pulseaudio-qt qqc2-desktop-style5 kirigami-addons5 modemmanager-qt5)
depends=(kcmutils5 libfakekey qca-qt5 kpeoplevcard pulseaudio-qt qqc2-desktop-style5 kirigami-addons5 modemmanager-qt5 qt5-connectivity)
makedepends=(git extra-cmake-modules kdoctools5 wayland-protocols)
optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus integration' 'qt5-tools: for some runcommand plugin actions')
conflicts=($_pkgname)