git » kwayland-integration.git » commit 06ffdff

upgpkg: 5.92.0-1: Plasma 6 RC

author Antonio Rojas
2024-01-11 07:17:53 UTC
committer Antonio Rojas
2024-01-11 07:17:53 UTC
parent add8e027e02043d5a9d953b389dd134949fa9773

upgpkg: 5.92.0-1: Plasma 6 RC

.SRCINFO +11 -6
PKGBUILD +14 -6

diff --git a/.SRCINFO b/.SRCINFO
index 00b37dd..571b0df 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.10
+	pkgver = 5.92.0
 	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.10/kwayland-integration-5.27.10.tar.xz
-	source = https://download.kde.org/stable/plasma/5.27.10/kwayland-integration-5.27.10.tar.xz.sig
+	depends = kwindowsystem5
+	depends = qt5-base
+	depends = qt5-wayland
+	depends = wayland
+	source = https://download.kde.org/unstable/plasma/5.92.0/kwayland-integration-5.92.0.tar.xz
+	source = https://download.kde.org/unstable/plasma/5.92.0/kwayland-integration-5.92.0.tar.xz.sig
 	validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
 	validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
 	validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
 	validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
-	sha256sums = f37d054662b6b294faee9dae9a8a808023cf2ec5a0508b76fcaceb61b4a3bd9f
+	sha256sums = 33b0ccd6716707cccdfc20595478774acf38d70aa693d3ea9d15c3a09b06e43a
 	sha256sums = SKIP
 
 pkgname = kwayland-integration
diff --git a/PKGBUILD b/PKGBUILD
index bbdedcf..59b7f47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,26 @@
 # Maintainer:Antonio Rojas <arojas@archlinux.org>
 
 pkgname=kwayland-integration
-pkgver=5.27.10
+pkgver=5.92.0
 _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=('f37d054662b6b294faee9dae9a8a808023cf2ec5a0508b76fcaceb61b4a3bd9f'
+source=(https://download.kde.org/unstable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('33b0ccd6716707cccdfc20595478774acf38d70aa693d3ea9d15c3a09b06e43a'
             '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
 }