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

Maxime Gauduin alucryd at archlinux.org
Fri Oct 2 07:21:01 UTC 2020


    Date: Friday, October 2, 2020 @ 07:21:01
  Author: alucryd
Revision: 715081

gnome 3.38 rebuild: gala 3.3.2-2

Modified:
  gala/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-02 07:20:26 UTC (rev 715080)
+++ PKGBUILD	2020-10-02 07:21:01 UTC (rev 715081)
@@ -2,7 +2,7 @@
 
 pkgname=gala
 pkgver=3.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='The Pantheon Window Manager'
 arch=(x86_64)
 url=https://github.com/elementary/gala
@@ -30,12 +30,13 @@
   libxrandr
   libxtst
   mesa
-  mutter
+  mutter6
   pango
   plank
   wayland
 )
 makedepends=(
+  cmake
   git
   gnome-common
   intltool
@@ -52,6 +53,12 @@
   git describe --tags
 }
 
+prepare() {
+  cd gala
+
+  git cherry-pick -n 85d290c75eaa147b704ad34e6c67498071707ee8
+}
+
 build() {
   arch-meson gala build
   ninja -C build



More information about the arch-commits mailing list