[arch-commits] Commit in gala/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Mon Nov 8 21:19:00 UTC 2021
Date: Monday, November 8, 2021 @ 21:19:00
Author: heftig
Revision: 1038960
6.0.1-2: mutter rebuild
Modified:
gala/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-08 21:18:49 UTC (rev 1038959)
+++ PKGBUILD 2021-11-08 21:19:00 UTC (rev 1038960)
@@ -2,7 +2,7 @@
pkgname=gala
pkgver=6.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='The Pantheon Window Manager'
arch=(x86_64)
url=https://github.com/elementary/gala
@@ -47,11 +47,13 @@
provides=(libgala.so)
_tag=16c20c516791fb07d2a4ebd38bbcbbd7250a899f
source=(git+https://github.com/elementary/gala.git#tag=${_tag})
-sha256sums=(SKIP)
+sha256sums=('SKIP')
prepare() {
cd gala
- git cherry-pick -n 87d51c50fbd5a28d2d0d6c3872b4e15e39c9131a
+
+ # mutter 9
+ git cherry-pick -n 87d51c50fbd5 605aa10ea2a7 9a137bd7071c
}
pkgver() {
@@ -61,11 +63,11 @@
build() {
arch-meson gala build
- ninja -C build
+ meson compile -C build
}
package() {
- DESTDIR="${pkgdir}" ninja -C build install
+ meson install -C build --destdir "$pkgdir"
}
# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list