kdeconnect-git: add Bluetooth dependency
Bluetooth support is now enabled by default.
This commit is contained in:
parent
1d4021f584
commit
26f294bc39
@ -1,6 +1,6 @@
|
|||||||
pkgbase = kdeconnect-git
|
pkgbase = kdeconnect-git
|
||||||
pkgdesc = Adds communication between KDE and your smartphone
|
pkgdesc = Adds communication between KDE and your smartphone
|
||||||
pkgver = 24.01.75.r1.g5db4263
|
pkgver = 24.01.80.r13.g984d5a9
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://community.kde.org/KDEConnect
|
url = https://community.kde.org/KDEConnect
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -17,6 +17,7 @@ pkgbase = kdeconnect-git
|
|||||||
depends = qqc2-desktop-style5
|
depends = qqc2-desktop-style5
|
||||||
depends = kirigami-addons5
|
depends = kirigami-addons5
|
||||||
depends = modemmanager-qt5
|
depends = modemmanager-qt5
|
||||||
|
depends = qt5-connectivity
|
||||||
optdepends = sshfs: remote filesystem browser
|
optdepends = sshfs: remote filesystem browser
|
||||||
optdepends = python-nautilus: Nautilus integration
|
optdepends = python-nautilus: Nautilus integration
|
||||||
optdepends = qt5-tools: for some runcommand plugin actions
|
optdepends = qt5-tools: for some runcommand plugin actions
|
||||||
|
@ -6,13 +6,13 @@
|
|||||||
_remotename=kdeconnect-kde
|
_remotename=kdeconnect-kde
|
||||||
_pkgname=kdeconnect
|
_pkgname=kdeconnect
|
||||||
pkgname=$_pkgname-git
|
pkgname=$_pkgname-git
|
||||||
pkgver=24.01.75.r1.g5db4263
|
pkgver=24.01.80.r13.g984d5a9
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Adds communication between KDE and your smartphone'
|
pkgdesc='Adds communication between KDE and your smartphone'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://community.kde.org/KDEConnect'
|
url='https://community.kde.org/KDEConnect'
|
||||||
license=(GPL2)
|
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)
|
makedepends=(git extra-cmake-modules kdoctools5 wayland-protocols)
|
||||||
optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus integration' 'qt5-tools: for some runcommand plugin actions')
|
optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus integration' 'qt5-tools: for some runcommand plugin actions')
|
||||||
conflicts=($_pkgname)
|
conflicts=($_pkgname)
|
||||||
|
Loading…
Reference in New Issue
Block a user