summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-19 10:36:07 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-19 10:36:07 -0700
commit476d9d72a714dd0c5a4d1afc7cd42aac8b9bfcd6 (patch)
tree2fc9bf02f73d2dc1f95e2421ec39f14294456a87
parentUpdated to 5.23.0 (diff)
downloadkwin-476d9d72a714dd0c5a4d1afc7cd42aac8b9bfcd6.tar.xz
Rebuild with hotfix
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd911bf..97e8ad4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=kwin
pkgver=5.23.0
-pkgrel=1
+pkgrel=2
pkgdesc='An easy to use, but flexible, composited Window Manager'
arch=(x86_64)
url='https://kde.org/plasma-desktop/'
@@ -19,20 +19,20 @@ depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils kwayland-server
makedepends=(extra-cmake-modules qt5-tools kdoctools krunner)
optdepends=('maliit-keyboard: virtual keyboard for kwin-wayland')
groups=(plasma)
-source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
- #kwin-5.23.0-hotfix.patch::https://invent.kde.org/plasma/kwin/-/commit/85f8a533.patch)
+source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
+ kwin-5.23.0-hotfix.patch::https://invent.kde.org/plasma/kwin/-/commit/85f8a533.patch)
install=$pkgname.install
sha256sums=('ba74f70648faa3c92c88e1b77916c6abd7fcad1af9e717a39dc9df278f1a551f'
- 'SKIP')
- #'2c42a47dd1d62cde93d3d392d42056689d8fdbc24cd8497bd29adf113e16a7be')
+ 'SKIP'
+ '2c42a47dd1d62cde93d3d392d42056689d8fdbc24cd8497bd29adf113e16a7be')
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.23.0-hotfix.patch # Properly unredirect windows if compositing is not possible
-#}
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < kwin-5.23.0-hotfix.patch # Properly unredirect windows if compositing is not possible
+}
build() {