summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-06-24 15:04:59 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-06-24 15:04:59 -0700
commit414742134f6e7d59375991618e4784acd872e76f (patch)
tree8fd4e1e5c55673f2769fd0683997d0c3eb9a2793
parentRebuild against Qt 5.15.10 (diff)
downloadkwin-414742134f6e7d59375991618e4784acd872e76f.tar.xz
Updated to 5.27.6
-rw-r--r--PKGBUILD20
1 files changed, 7 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3cacc9..f6a8223 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@
# Arch version lacks additional optimization and hardening flags
pkgname=kwin
-pkgver=5.27.5
+pkgver=5.27.6
_dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=3
+pkgrel=1
pkgdesc='An easy to use, but flexible, composited Window Manager'
arch=(x86_64)
url='https://kde.org/plasma-desktop/'
@@ -21,23 +21,17 @@ makedepends=(extra-cmake-modules qt5-tools kdoctools krunner wayland-protocols p
optdepends=('maliit-keyboard: virtual keyboard for kwin-wayland')
replaces=(kwayland-server)
groups=(plasma)
-source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig}
- kwin-5.27.5-hotfix.patch::https://invent.kde.org/plasma/kwin/-/commit/2237391e.patch)
+source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
install=$pkgname.install
-sha256sums=('bb1226b15919681ea5f1de58b24ea4b568ea3f2b5452411f76daa80eb30c20ea'
- 'SKIP'
- 'ab43b696a25ab0f791bfe9889170027f753a3aaa1ecfeed65440497e944cf5e1')
-b2sums=('267cd1515f2667a4b96f0ffccbced0885c602d4a5227127ba5c9a23ccd9483d5f613fbc40d39e58ca16c42103f0caf09d39b4e5387d2673bd22393519e142e8f'
- 'SKIP'
- '301b2db3db66ded11986583810d8283bf30ed7f6b848db0232e7c91b1c7cb660eacc8f631ff31ed41df826be7d48443235dba7a125b955af968e872a7e903e32')
+sha256sums=('62d5bd5e91e951c9ad8c2fc49c29485feca78db985731f0779cdaaf5052499ec'
+ 'SKIP')
+b2sums=('0b16b3bffa1407351a69373e248a77d10932d30fc8fb2cfb527078cfcefff4d559a56bbbedaf3b3c082d576da6f3985f5681c8376daf0d72fca5a6bed8e14625'
+ 'SKIP')
validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>
'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson@kde.org>
'1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
-prepare() {
- patch -d $pkgname-$pkgver -p1 < kwin-5.27.5-hotfix.patch # Fix scaling of XWayland apps
-}
build() {