git » plasma-integration.git » commit 908a8d7

upgpkg: 5.27.8-2: Rename kf5 packages

author Antonio Rojas
2023-10-01 10:08:10 UTC
committer Antonio Rojas
2023-10-01 10:08:10 UTC
parent d8ccd4f2219b001bdbc4638ed2c0b6a88c56c8f1

upgpkg: 5.27.8-2: Rename kf5 packages

.SRCINFO +27 -0
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..a8e03cf
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,27 @@
+pkgbase = plasma-integration
+	pkgdesc = Qt Platform Theme integration plugins for the Plasma workspaces
+	pkgver = 5.27.8
+	pkgrel = 2
+	url = https://kde.org/plasma-desktop/
+	arch = x86_64
+	groups = plasma
+	license = LGPL
+	makedepends = extra-cmake-modules
+	makedepends = breeze
+	makedepends = plasma-wayland-protocols
+	depends = libxcursor
+	depends = noto-fonts
+	depends = ttf-hack
+	depends = qqc2-desktop-style5
+	depends = kio5
+	depends = perl
+	source = https://download.kde.org/stable/plasma/5.27.8/plasma-integration-5.27.8.tar.xz
+	source = https://download.kde.org/stable/plasma/5.27.8/plasma-integration-5.27.8.tar.xz.sig
+	validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
+	validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
+	validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
+	validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
+	sha256sums = fb1cfbe75b4536fb57cc91ed7dcad49e0e00414fc29576b5c3905562b418c791
+	sha256sums = SKIP
+
+pkgname = plasma-integration
diff --git a/PKGBUILD b/PKGBUILD
index ff0cb1d..95fffad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 pkgname=plasma-integration
 pkgver=5.27.8
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt Platform Theme integration plugins for the Plasma workspaces'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(LGPL)
-depends=(libxcursor noto-fonts ttf-hack qqc2-desktop-style kio perl)
+depends=(libxcursor noto-fonts ttf-hack qqc2-desktop-style5 kio5 perl)
 makedepends=(extra-cmake-modules breeze plasma-wayland-protocols)
 groups=(plasma)
 source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})