* update kdeconnect to 24.05.2-2
This commit is contained in:
parent
e962ceb6da
commit
41871480e9
62
kde/kdeconnect/.SRCINFO
Normal file
62
kde/kdeconnect/.SRCINFO
Normal file
@ -0,0 +1,62 @@
|
||||
pkgbase = kdeconnect
|
||||
pkgdesc = Adds communication between KDE and your smartphone
|
||||
pkgver = 24.05.2
|
||||
pkgrel = 2
|
||||
url = https://kdeconnect.kde.org/
|
||||
arch = x86_64
|
||||
groups = kde-applications
|
||||
groups = kde-network
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = extra-cmake-modules
|
||||
makedepends = kdoctools
|
||||
makedepends = kpackage
|
||||
makedepends = wayland-protocols
|
||||
depends = dbus
|
||||
depends = gcc-libs
|
||||
depends = glibc
|
||||
depends = kcmutils
|
||||
depends = kconfig
|
||||
depends = kcoreaddons
|
||||
depends = kdbusaddons
|
||||
depends = kdeclarative
|
||||
depends = kguiaddons
|
||||
depends = ki18n
|
||||
depends = kiconthemes
|
||||
depends = kio
|
||||
depends = kirigami
|
||||
depends = kirigami-addons
|
||||
depends = kjobwidgets
|
||||
depends = knotifications
|
||||
depends = kpeople
|
||||
depends = kservice
|
||||
depends = kstatusnotifieritem
|
||||
depends = kwidgetsaddons
|
||||
depends = kwindowsystem
|
||||
depends = libfakekey
|
||||
depends = libx11
|
||||
depends = libxkbcommon
|
||||
depends = libxtst
|
||||
depends = modemmanager-qt
|
||||
depends = openssl
|
||||
depends = pulseaudio-qt
|
||||
depends = qqc2-desktop-style
|
||||
depends = qt6-base
|
||||
depends = qt6-declarative
|
||||
depends = qt6-multimedia
|
||||
depends = qt6-wayland
|
||||
depends = solid
|
||||
depends = wayland
|
||||
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
|
||||
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
|
||||
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
|
||||
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
|
||||
sha256sums = 03d827abed7b0552b536298920ce5815e321f9101b020bfcebf5bcaa4ccf054a
|
||||
sha256sums = SKIP
|
||||
sha256sums = 1bb736087df5017141f4490727167c84f0baa4828e12786965c36964d6178635
|
||||
|
||||
pkgname = kdeconnect
|
@ -4,7 +4,7 @@
|
||||
# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
|
||||
|
||||
pkgname=kdeconnect
|
||||
pkgver=24.05.0
|
||||
pkgver=24.05.2
|
||||
pkgrel=2
|
||||
pkgdesc='Adds communication between KDE and your smartphone'
|
||||
url='https://kdeconnect.kde.org/'
|
||||
@ -55,13 +55,19 @@ 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})
|
||||
sha256sums=('b05f5ee164160a7ffaa1269a27fd2a55006dd009f66c6bf10530bce2d9d980cd'
|
||||
'SKIP')
|
||||
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')
|
||||
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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user