git » kwayland-integration.git » commit 7f52639

Revert "upgpkg: 5.27.80-1: Plasma 6 alpha"

author Antonio Rojas
2023-11-10 09:38:56 UTC
committer Antonio Rojas
2023-11-10 09:38:56 UTC
parent 5c327b7391633fc25c9a91f39c9e53e8ab5d7e03

Revert "upgpkg: 5.27.80-1: Plasma 6 alpha"

This reverts commit 5c327b7391633fc25c9a91f39c9e53e8ab5d7e03.

.SRCINFO +6 -11
PKGBUILD +6 -14

diff --git a/.SRCINFO b/.SRCINFO
index 02e7c0c..db781be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,28 +1,23 @@
 pkgbase = kwayland-integration
 	pkgdesc = Provides integration plugins for various KDE frameworks for the wayland windowing system
-	pkgver = 5.27.80
+	pkgver = 5.27.9
 	pkgrel = 1
 	url = https://kde.org/plasma-desktop/
 	arch = x86_64
 	groups = plasma
 	license = LGPL
 	makedepends = extra-cmake-modules
-	makedepends = plasma-wayland-protocols
 	makedepends = wayland-protocols
-	depends = gcc-libs
-	depends = glibc
-	depends = kwayland5
+	makedepends = kidletime5
 	depends = kwindowsystem5
-	depends = qt5-base
-	depends = qt5-wayland
-	depends = wayland
-	source = https://download.kde.org/unstable/plasma/5.27.80/kwayland-integration-5.27.80.tar.xz
-	source = https://download.kde.org/unstable/plasma/5.27.80/kwayland-integration-5.27.80.tar.xz.sig
+	depends = kwayland5
+	source = https://download.kde.org/stable/plasma/5.27.9/kwayland-integration-5.27.9.tar.xz
+	source = https://download.kde.org/stable/plasma/5.27.9/kwayland-integration-5.27.9.tar.xz.sig
 	validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
 	validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
 	validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
 	validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
-	sha256sums = a8537bc216689c0df1e0b63b1c1b1590a553d9dc8220d8e1ff4aba81c9d70aec
+	sha256sums = 9617f0084eb3154ddf44e5040df16a31cb8b7a87d47238576869d3e4b3dfe2e5
 	sha256sums = SKIP
 
 pkgname = kwayland-integration
diff --git a/PKGBUILD b/PKGBUILD
index 69b7ae0..a79af57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,18 @@
 # Maintainer:Antonio Rojas <arojas@archlinux.org>
 
 pkgname=kwayland-integration
-pkgver=5.27.80
+pkgver=5.27.9
 _dirver=$(echo $pkgver | cut -d. -f1-3)
 pkgrel=1
 pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(LGPL)
-depends=(gcc-libs
-         glibc
-         kwayland5
-         kwindowsystem5
-         qt5-base
-         qt5-wayland
-         wayland)
-makedepends=(extra-cmake-modules
-             plasma-wayland-protocols
-             wayland-protocols)
+depends=(kwindowsystem5 kwayland5)
+makedepends=(extra-cmake-modules wayland-protocols kidletime5)
 groups=(plasma)
-source=(https://download.kde.org/unstable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a8537bc216689c0df1e0b63b1c1b1590a553d9dc8220d8e1ff4aba81c9d70aec'
+source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('9617f0084eb3154ddf44e5040df16a31cb8b7a87d47238576869d3e4b3dfe2e5'
             'SKIP')
 validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan Esk-Riddell <jr@jriddell.org>
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah@kde.org>
@@ -28,7 +20,7 @@ validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan Esk-Riddell
               '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
 
 build() {
-  cmake -B build  -S $pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF
   cmake --build build
 }