Date: Tuesday, May 2, 2023 @ 13:55:59 Author: alucryd Revision: 1455834
gala 7.0.2.r60.fab71f0a-1: mutter 44 support Modified: gala/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-02 12:03:26 UTC (rev 1455833) +++ PKGBUILD 2023-05-02 13:55:59 UTC (rev 1455834) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=gala -pkgver=7.0.2 -pkgrel=2 +pkgver=7.0.2.r60.fab71f0a +pkgrel=1 pkgdesc='The Pantheon Window Manager' arch=(x86_64) url=https://github.com/elementary/gala @@ -32,7 +32,7 @@ libxrandr libxtst mesa - mutter43 + mutter pango plank wayland @@ -46,13 +46,15 @@ vala ) provides=(libgala.so) -_tag=c8b0fcbc4023dfecad451e630cb8c496c4525a9f -source=(git+https://github.com/elementary/gala.git#tag=${_tag}) +#_tag=c8b0fcbc4023dfecad451e630cb8c496c4525a9f +_commit=fab71f0a553dc6160d8ff0f33ef756d161b4b0a1 +#source=(git+https://github.com/elementary/gala.git#tag=${_tag}) +source=(git+https://github.com/elementary/gala.git#commit=${_commit}) b2sums=(SKIP) pkgver() { cd gala - git describe --tags + git describe --tags | sed 's/-/.r/; s/-g/./' } build() {
