author | Antonio Rojas
<arojas@archlinux.org> 2024-01-11 22:18:03 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-01-11 22:18:03 UTC |
parent | 78b8950e7f3ab71c288f692eaa1127a99855c83d |
.SRCINFO | +14 | -42 |
PKGBUILD | +8 | -48 |
diff --git a/.SRCINFO b/.SRCINFO index d6cbacb..309b268 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,60 +1,32 @@ pkgbase = kdeconnect pkgdesc = Adds communication between KDE and your smartphone - pkgver = 24.01.90 - pkgrel = 1 + pkgver = 23.08.4 + pkgrel = 2 url = https://kdeconnect.kde.org/ arch = x86_64 groups = kde-applications groups = kde-network license = GPL makedepends = extra-cmake-modules - makedepends = kdoctools - makedepends = kpackage + makedepends = kdoctools5 makedepends = wayland-protocols - depends = dbus - depends = gcc-libs - depends = glibc - depends = kcmutils - depends = kconfig - depends = kcoreaddons - depends = kdbusaddons - depends = kguiaddons - depends = ki18n - depends = kiconthemes - depends = kio - depends = kirigami-addons - depends = kjobwidgets - depends = knotifications - depends = kpeople - depends = kservice - depends = kstatusnotifieritem - depends = kwidgetsaddons - depends = kwindowsystem + depends = kcmutils5 depends = libfakekey - depends = libx11 - depends = libxkbcommon - depends = libxtst - depends = modemmanager-qt - depends = openssl + depends = qca-qt5 + depends = kpeoplevcard depends = pulseaudio-qt - depends = qqc2-desktop-style - depends = qt6-5compat - depends = qt6-base - depends = qt6-connectivity - 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 + depends = qqc2-desktop-style5 + depends = kirigami-addons5 + depends = modemmanager-qt5 optdepends = sshfs: remote filesystem browser - source = https://download.kde.org/unstable/release-service/24.01.90/src/kdeconnect-kde-24.01.90.tar.xz - source = https://download.kde.org/unstable/release-service/24.01.90/src/kdeconnect-kde-24.01.90.tar.xz.sig + optdepends = python-nautilus: Nautilus integration + optdepends = qt5-tools: for some runcommand plugin actions + source = https://download.kde.org/stable/release-service/23.08.4/src/kdeconnect-kde-23.08.4.tar.xz + source = https://download.kde.org/stable/release-service/23.08.4/src/kdeconnect-kde-23.08.4.tar.xz.sig validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF - sha256sums = 83db9d2039766b8605bd0322fbd4b4749063771715effb7875621cfc778018b0 + sha256sums = 0bd5a45a31da21d0e5939930059fad23b608efa727db6ff020166912db78f871 sha256sums = SKIP pkgname = kdeconnect diff --git a/PKGBUILD b/PKGBUILD index 341cb7e..0be3543 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,58 +3,18 @@ # Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com> pkgname=kdeconnect -pkgver=24.01.90 -pkgrel=1 +pkgver=23.08.4 +pkgrel=2 pkgdesc='Adds communication between KDE and your smartphone' url='https://kdeconnect.kde.org/' arch=(x86_64) license=(GPL) -depends=(dbus - gcc-libs - glibc - kcmutils - kconfig - kcoreaddons - kdbusaddons - kguiaddons - ki18n - kiconthemes - kio - kirigami-addons - kjobwidgets - knotifications - kpeople - kservice - kstatusnotifieritem - kwidgetsaddons - kwindowsystem - libfakekey - libx11 - libxkbcommon - libxtst - modemmanager-qt - openssl - pulseaudio-qt - qqc2-desktop-style - qt6-5compat - qt6-base - qt6-connectivity - qt6-declarative - qt6-multimedia - qt6-wayland - solid - wayland) -makedepends=(extra-cmake-modules - kdoctools - kpackage # kpackage_install_package - wayland-protocols) -optdepends=('python-nautilus: Nautilus integration' - 'qt6-tools: for some runcommand plugin actions' - 'sshfs: remote filesystem browser') -groups=(kde-applications - kde-network) -source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-kde-$pkgver.tar.xz{,.sig}) -sha256sums=('83db9d2039766b8605bd0322fbd4b4749063771715effb7875621cfc778018b0' +groups=(kde-applications kde-network) +depends=(kcmutils5 libfakekey qca-qt5 kpeoplevcard pulseaudio-qt qqc2-desktop-style5 kirigami-addons5 modemmanager-qt5) +makedepends=(extra-cmake-modules kdoctools5 wayland-protocols) +optdepends=('sshfs: remote filesystem browser' 'python-nautilus: Nautilus integration' 'qt5-tools: for some runcommand plugin actions') +source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-kde-$pkgver.tar.xz{,.sig}) +sha256sums=('0bd5a45a31da21d0e5939930059fad23b608efa727db6ff020166912db78f871' 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck@kde.org>