git » kwin.git » commit cf2cd62

upgpkg: 5.27.8-2: Rename kf5 packages

author Antonio Rojas
2023-09-30 22:38:57 UTC
committer Antonio Rojas
2023-09-30 22:38:57 UTC
parent 45347a5677a17b34501c20f4d210260a65f323d6

upgpkg: 5.27.8-2: Rename kf5 packages

.SRCINFO +37 -0
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..038d015
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,37 @@
+pkgbase = kwin
+	pkgdesc = An easy to use, but flexible, composited Window Manager
+	pkgver = 5.27.8
+	pkgrel = 2
+	url = https://kde.org/plasma-desktop/
+	install = kwin.install
+	arch = x86_64
+	groups = plasma
+	license = LGPL
+	makedepends = extra-cmake-modules
+	makedepends = qt5-tools
+	makedepends = kdoctools5
+	makedepends = krunner5
+	makedepends = wayland-protocols
+	makedepends = plasma-wayland-protocols
+	makedepends = python
+	depends = kscreenlocker
+	depends = xcb-util-cursor
+	depends = plasma-framework
+	depends = kcmutils5
+	depends = breeze
+	depends = pipewire-session-manager
+	depends = libqaccessibilityclient
+	depends = lcms2
+	depends = libxcvt
+	optdepends = maliit-keyboard: virtual keyboard for kwin-wayland
+	replaces = kwayland-server
+	source = https://download.kde.org/stable/plasma/5.27.8/kwin-5.27.8.tar.xz
+	source = https://download.kde.org/stable/plasma/5.27.8/kwin-5.27.8.tar.xz.sig
+	validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
+	validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
+	validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
+	validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
+	sha256sums = e726cd68648805af3ce98b6b360eadd7ba681e6cf4358b1ab57863cd270732e9
+	sha256sums = SKIP
+
+pkgname = kwin
diff --git a/PKGBUILD b/PKGBUILD
index 520b7d2..6379889 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
 pkgname=kwin
 pkgver=5.27.8
 _dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(LGPL)
-depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils breeze
+depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils5 breeze
          pipewire-session-manager libqaccessibilityclient lcms2 libxcvt)
-makedepends=(extra-cmake-modules qt5-tools kdoctools krunner wayland-protocols plasma-wayland-protocols python)
+makedepends=(extra-cmake-modules qt5-tools kdoctools5 krunner5 wayland-protocols plasma-wayland-protocols python)
 optdepends=('maliit-keyboard: virtual keyboard for kwin-wayland')
 replaces=(kwayland-server)
 groups=(plasma)