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

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Aug 3 09:04:05 UTC 2021


    Date: Tuesday, August 3, 2021 @ 09:04:05
  Author: alucryd
Revision: 993497

gala 6.0.0-3: add gnome 40 support

Modified:
  gala/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-03 09:03:18 UTC (rev 993496)
+++ PKGBUILD	2021-08-03 09:04:05 UTC (rev 993497)
@@ -2,7 +2,7 @@
 
 pkgname=gala
 pkgver=6.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='The Pantheon Window Manager'
 arch=(x86_64)
 url=https://github.com/elementary/gala
@@ -31,7 +31,7 @@
   libxrandr
   libxtst
   mesa
-  mutter6
+  mutter
   pango
   plank
   wayland
@@ -49,6 +49,11 @@
 source=(git+https://github.com/elementary/gala.git#tag=${_tag})
 sha256sums=(SKIP)
 
+prepare() {
+  cd gala
+  git cherry-pick -n 22e85fe1c8909906e726eafcc3ad4f69b23ee15d
+}
+
 pkgver() {
   cd gala
   git describe --tags



More information about the arch-commits mailing list