[arch-commits] Commit in qt5-wayland/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Jul 26 16:59:49 UTC 2022


    Date: Tuesday, July 26, 2022 @ 16:59:49
  Author: arojas
Revision: 451666

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

Modified:
  qt5-wayland/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-26 16:47:25 UTC (rev 451665)
+++ PKGBUILD	2022-07-26 16:59:49 UTC (rev 451666)
@@ -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 @@
 
 prepare() {
   mkdir -p build
+  cd $_pkgfqn
+  git cherry-pick -n de46b3c6d1bef4b8f64c7db7069c8fd33ef23ed9 # Keep toplevel windows in the top left corner of the screen
 }
 
 build() {



More information about the arch-commits mailing list