kdeconnect-git: fix build failure because of missing dependencies

Sync dependencies with kdeconnect from 'Extra'.
This commit is contained in:
Rihards Skuja 2023-11-10 20:07:06 +02:00
parent 34fb075df9
commit 2d66c79ba1
Signed by: rhssk
GPG Key ID: BABE7EB1F38C7EF6
2 changed files with 14 additions and 21 deletions

View File

@ -1,28 +1,25 @@
pkgbase = kdeconnect-git pkgbase = kdeconnect-git
pkgdesc = Adds communication between KDE and your smartphone pkgdesc = Adds communication between KDE and your smartphone
pkgver = 21.07.80.r160.77047268 pkgver = 24.01.75.r1.g5db4263
pkgrel = 1 pkgrel = 1
url = https://community.kde.org/KDEConnect url = https://community.kde.org/KDEConnect
arch = x86_64 arch = x86_64
license = GPL2 license = GPL2
makedepends = git makedepends = git
makedepends = extra-cmake-modules makedepends = extra-cmake-modules
makedepends = kdoctools makedepends = kdoctools5
makedepends = qt5-declarative makedepends = wayland-protocols
makedepends = qqc2-desktop-style depends = kcmutils5
makedepends = plasma-wayland-protocols
depends = hicolor-icon-theme
depends = kcmutils
depends = kwayland
depends = libfakekey depends = libfakekey
depends = qca depends = qca-qt5
depends = kpeople
depends = kpeoplevcard depends = kpeoplevcard
depends = kirigami2
depends = pulseaudio-qt depends = pulseaudio-qt
depends = qqc2-desktop-style5
depends = kirigami-addons5
depends = modemmanager-qt5
optdepends = sshfs: remote filesystem browser optdepends = sshfs: remote filesystem browser
optdepends = kde-cli-tools: configuration UI
optdepends = python-nautilus: Nautilus integration optdepends = python-nautilus: Nautilus integration
optdepends = qt5-tools: for some runcommand plugin actions
provides = kdeconnect provides = kdeconnect
conflicts = kdeconnect conflicts = kdeconnect
source = git+https://invent.kde.org/network/kdeconnect-kde.git source = git+https://invent.kde.org/network/kdeconnect-kde.git

View File

@ -6,19 +6,15 @@
_remotename=kdeconnect-kde _remotename=kdeconnect-kde
_pkgname=kdeconnect _pkgname=kdeconnect
pkgname=$_pkgname-git pkgname=$_pkgname-git
pkgver=21.07.80.r160.77047268 pkgver=24.01.75.r1.g5db4263
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=(hicolor-icon-theme kcmutils kwayland libfakekey qca kpeople depends=(kcmutils5 libfakekey qca-qt5 kpeoplevcard pulseaudio-qt qqc2-desktop-style5 kirigami-addons5 modemmanager-qt5)
kpeoplevcard kirigami2 pulseaudio-qt) makedepends=(git extra-cmake-modules kdoctools5 wayland-protocols)
makedepends=(git extra-cmake-modules kdoctools qt5-declarative qqc2-desktop-style optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus integration' 'qt5-tools: for some runcommand plugin actions')
plasma-wayland-protocols)
optdepends=('sshfs: remote filesystem browser'
'kde-cli-tools: configuration UI'
'python-nautilus: Nautilus integration')
conflicts=($_pkgname) conflicts=($_pkgname)
provides=($_pkgname) provides=($_pkgname)
source=("git+https://invent.kde.org/network/$_remotename.git") source=("git+https://invent.kde.org/network/$_remotename.git")
@ -26,7 +22,7 @@ sha256sums=('SKIP')
pkgver() { pkgver() {
cd $_remotename cd $_remotename
printf "%s" "$(git describe --long | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g')" git describe --long --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
} }
build() { build() {