1
0
Fork 0

proper catchsegv

This commit is contained in:
Your Name 2022-02-17 13:53:06 +08:00
parent a80a2b9ff5
commit d8ce4dbe1d
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
pkgbase = mutter-performance
pkgdesc = A window manager for GNOME | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
pkgver = 41.4
pkgrel = 1
pkgrel = 2
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
groups = gnome

View file

@ -19,7 +19,7 @@ _merge_requests_to_use=('1441' '1877')
pkgname=mutter-performance
pkgver=41.4
pkgrel=1
pkgrel=2
pkgdesc="A window manager for GNOME | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
@ -78,12 +78,12 @@ pick_mr() {
prepare() {
cd $pkgname
# Make tests run
sed -i '/catchsegv/d' meson.build
git reset --hard
git cherry-pick --abort || true
# Make tests run
sed -i '/catchsegv/d' meson.build
#git remote add vanvugt https://gitlab.gnome.org/vanvugt/mutter.git || true
#git remote add verdre https://gitlab.gnome.org/verdre/mutter.git || true
#git remote add 3v1no https://gitlab.gnome.org/3v1n0/mutter.git || true