* update kdeconnect to 24.08.2-1

This commit is contained in:
Alexander Baldeck 2024-11-16 09:44:50 +01:00
parent 17a5d8a0e9
commit bd6ff57aeb
2 changed files with 13 additions and 21 deletions

View File

@ -1,7 +1,7 @@
pkgbase = kdeconnect
pkgdesc = Adds communication between KDE and your smartphone
pkgver = 24.05.2
pkgrel = 2
pkgver = 24.08.2
pkgrel = 1
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
@ -49,14 +50,12 @@ pkgbase = kdeconnect
optdepends = python-nautilus: Nautilus integration
optdepends = qt6-tools: for some runcommand plugin actions
optdepends = sshfs: remote filesystem browser
source = https://download.kde.org/stable/release-service/24.05.2/src/kdeconnect-kde-24.05.2.tar.xz
source = https://download.kde.org/stable/release-service/24.05.2/src/kdeconnect-kde-24.05.2.tar.xz.sig
source = https://invent.kde.org/network/kdeconnect-kde/-/commit/4f3a8968.patch
source = https://download.kde.org/stable/release-service/24.08.2/src/kdeconnect-kde-24.08.2.tar.xz
source = https://download.kde.org/stable/release-service/24.08.2/src/kdeconnect-kde-24.08.2.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
sha256sums = 03d827abed7b0552b536298920ce5815e321f9101b020bfcebf5bcaa4ccf054a
sha256sums = d7178d96b445ef660923f305a90fc6aecccae4049cc99a39ee6c17ac0bf51c69
sha256sums = SKIP
sha256sums = 1bb736087df5017141f4490727167c84f0baa4828e12786965c36964d6178635
pkgname = kdeconnect

View File

@ -4,8 +4,8 @@
# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
pkgname=kdeconnect
pkgver=24.05.2
pkgrel=2
pkgver=24.08.2
pkgrel=1
pkgdesc='Adds communication between KDE and your smartphone'
url='https://kdeconnect.kde.org/'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -40,7 +40,7 @@ depends=(dbus
pulseaudio-qt
qqc2-desktop-style
qt6-base
# qt6-connectivity
qt6-connectivity
qt6-declarative
qt6-multimedia
qt6-wayland
@ -55,23 +55,16 @@ optdepends=('python-nautilus: Nautilus integration'
'sshfs: remote filesystem browser')
groups=(kde-applications
kde-network)
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-kde-$pkgver.tar.xz{,.sig}
https://invent.kde.org/network/kdeconnect-kde/-/commit/4f3a8968.patch)
sha256sums=('03d827abed7b0552b536298920ce5815e321f9101b020bfcebf5bcaa4ccf054a'
'SKIP'
'1bb736087df5017141f4490727167c84f0baa4828e12786965c36964d6178635')
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-kde-$pkgver.tar.xz{,.sig})
sha256sums=('d7178d96b445ef660923f305a90fc6aecccae4049cc99a39ee6c17ac0bf51c69'
'SKIP')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck@kde.org>
D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org>
prepare() {
patch -d $pkgname-kde-$pkgver -p1 < 4f3a8968.patch # Fix errors with openssh 9.8
}
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
}