git » kwayland-integration.git » commit 5c327b7

upgpkg: 5.27.80-1: Plasma 6 alpha

author Antonio Rojas
2023-11-10 09:34:24 UTC
committer Antonio Rojas
2023-11-10 09:34:24 UTC
parent 1c12740d2f3a305982833f43620ca0e6951c3a82

upgpkg: 5.27.80-1: Plasma 6 alpha

.SRCINFO +11 -6
PKGBUILD +14 -6

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