Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Keep toplevel windows in the top left corner of the screen (FS#75428)
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@451666 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
antonio-rojas authored and svntogit committed Jul 26, 2022
1 parent 8654f5d commit e021ace
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion trunk/PKGBUILD
Expand Up @@ -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'
Expand All @@ -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() {
Expand Down

1 comment on commit e021ace

@davidedmundson
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't backport that for a while. It breaks Plasma 5.25 as per the commit message of that change.
There's a reason it's not in the KDE patch collection.

I'll add it to the patch collection when it's safe.

Please sign in to comment.