git » qt5-wayland.git » commit 2087288

Keep toplevel windows in the top left corner of the screen (FS#75428)

author Antonio Rojas
2022-07-26 16:59:49 UTC
committer Antonio Rojas
2022-07-26 16:59:49 UTC
parent c671af60e18165412e8e06dfa0ea4124a919ddde

Keep toplevel windows in the top left corner of the screen (FS#75428)

PKGBUILD +3 -1

diff --git a/PKGBUILD b/PKGBUILD
index ed3cf39..b21af97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname=qt5-wayland
 _basever=5.15.5
 pkgver=5.15.5+kde+r38
-pkgrel=1
+pkgrel=2
 _commit=1e58585693eb337fc1c80e10987ed27115255d97
 arch=('x86_64')
 url='https://www.qt.io'
@@ -25,6 +25,8 @@ pkgver() {
 
 prepare() {
   mkdir -p build
+  cd $_pkgfqn
+  git cherry-pick -n de46b3c6d1bef4b8f64c7db7069c8fd33ef23ed9 # Keep toplevel windows in the top left corner of the screen
 }
 
 build() {