kdeconnect-git: fix build failure because of missing dependencies
Sync dependencies with kdeconnect from 'Extra'.
This commit is contained in:
parent
34fb075df9
commit
2d66c79ba1
@ -1,28 +1,25 @@
|
||||
pkgbase = kdeconnect-git
|
||||
pkgdesc = Adds communication between KDE and your smartphone
|
||||
pkgver = 21.07.80.r160.77047268
|
||||
pkgver = 24.01.75.r1.g5db4263
|
||||
pkgrel = 1
|
||||
url = https://community.kde.org/KDEConnect
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
makedepends = git
|
||||
makedepends = extra-cmake-modules
|
||||
makedepends = kdoctools
|
||||
makedepends = qt5-declarative
|
||||
makedepends = qqc2-desktop-style
|
||||
makedepends = plasma-wayland-protocols
|
||||
depends = hicolor-icon-theme
|
||||
depends = kcmutils
|
||||
depends = kwayland
|
||||
makedepends = kdoctools5
|
||||
makedepends = wayland-protocols
|
||||
depends = kcmutils5
|
||||
depends = libfakekey
|
||||
depends = qca
|
||||
depends = kpeople
|
||||
depends = qca-qt5
|
||||
depends = kpeoplevcard
|
||||
depends = kirigami2
|
||||
depends = pulseaudio-qt
|
||||
depends = qqc2-desktop-style5
|
||||
depends = kirigami-addons5
|
||||
depends = modemmanager-qt5
|
||||
optdepends = sshfs: remote filesystem browser
|
||||
optdepends = kde-cli-tools: configuration UI
|
||||
optdepends = python-nautilus: Nautilus integration
|
||||
optdepends = qt5-tools: for some runcommand plugin actions
|
||||
provides = kdeconnect
|
||||
conflicts = kdeconnect
|
||||
source = git+https://invent.kde.org/network/kdeconnect-kde.git
|
||||
|
@ -6,19 +6,15 @@
|
||||
_remotename=kdeconnect-kde
|
||||
_pkgname=kdeconnect
|
||||
pkgname=$_pkgname-git
|
||||
pkgver=21.07.80.r160.77047268
|
||||
pkgver=24.01.75.r1.g5db4263
|
||||
pkgrel=1
|
||||
pkgdesc='Adds communication between KDE and your smartphone'
|
||||
arch=(x86_64)
|
||||
url='https://community.kde.org/KDEConnect'
|
||||
license=(GPL2)
|
||||
depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca kpeople
|
||||
kpeoplevcard kirigami2 pulseaudio-qt)
|
||||
makedepends=(git extra-cmake-modules kdoctools qt5-declarative qqc2-desktop-style
|
||||
plasma-wayland-protocols)
|
||||
optdepends=('sshfs: remote filesystem browser'
|
||||
'kde-cli-tools: configuration UI'
|
||||
'python-nautilus: Nautilus integration')
|
||||
depends=(kcmutils5 libfakekey qca-qt5 kpeoplevcard pulseaudio-qt qqc2-desktop-style5 kirigami-addons5 modemmanager-qt5)
|
||||
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)
|
||||
provides=($_pkgname)
|
||||
source=("git+https://invent.kde.org/network/$_remotename.git")
|
||||
@ -26,7 +22,7 @@ sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user