systemd/kwin: backport upstream requested patch

Fixes https://bugs.kde.org/513151

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7587>
This commit is contained in:
Bart Ribbers 2025-12-17 08:30:03 +01:00 committed by The Friendly Merge Bot
parent 45acd6449d
commit 221596151e
No known key found for this signature in database

View file

@ -3,7 +3,7 @@
pkgname=kwin
pkgver=99996.5.4
_pkgver=6.5.4
pkgrel=0
pkgrel=1
pkgdesc="An easy to use, but flexible, composited Window Manager"
# armhf blocked by qt6-qtdeclarative
# riscv64 blocked by out-of-sync builder in Alpine
@ -94,7 +94,9 @@ subpackages="
$pkgname-lang
"
_repo_url="https://invent.kde.org/plasma/kwin.git"
source="https://download.kde.org/stable/plasma/$(echo $_pkgver | cut -d . -f 1-3)/kwin-$_pkgver.tar.xz"
source="https://download.kde.org/stable/plasma/$(echo $_pkgver | cut -d . -f 1-3)/kwin-$_pkgver.tar.xz
0001-kwin-dont-take-ownership-of-an-fd-that-Qt-will-close.patch::https://invent.kde.org/plasma/kwin/-/commit/ef4504320de2c3a7c7aebcf083d75db361f802ae.patch
"
# Broken, fails to setup due to missing or invalid XDG_RUNTIME_DIR?
options="!check"
builddir="$srcdir/$pkgname-$_pkgver"
@ -120,4 +122,5 @@ package() {
}
sha512sums="
d46125345d66fd2708b237b96419eda80f8cc8d4d953377bdc205a6cfd20c4c5e3114185a1de5e261315f5014cde7c0a0f5d097a48a23f9b8994da97155f825c kwin-6.5.4.tar.xz
4164ff3e4187577296816e88e7b66873df1a4fdc2a7b3c50a0042714134dfcf27d317b726a9411aad32b8d70f4070cf2bc4c98b7a5cdbcb470c9f60b2b8835d3 0001-kwin-dont-take-ownership-of-an-fd-that-Qt-will-close.patch
"