--- PKGBUILD 2022-01-14 11:30:42.938141244 +0100 +++ PKGBUILD.new 2022-01-14 11:32:34.204333485 +0100 @@ -2,7 +2,7 @@ pkgname=gala pkgver=6.3.0 -pkgrel=1 +pkgrel=2 pkgdesc='The Pantheon Window Manager' arch=(x86_64) url=https://github.com/elementary/gala @@ -46,11 +46,14 @@ ) provides=(libgala.so) _tag=7fb2bef718dc29591f419a66a2027cc14626ad4c -source=(git+https://github.com/elementary/gala.git#tag=${_tag}) -b2sums=(SKIP) +source=(git+https://github.com/elementary/gala.git#tag=${_tag} + switcher_patch::https://github.com/elementary/gala/pull/1315.patch) +b2sums=('SKIP' + '456edb259f7a5875435b9ff2ddc39a788d9d6e01ad7a14af02d1d4e3b17d3429ad4312dee1d7a664fbb717b52b6f407072539ccb08ae89ded39146c15f177cff') prepare() { - cd gala + cd gala + patch -p1 < ../switcher_patch } pkgver() {