diff options
author | Térence Clastres | 2020-06-16 15:35:45 +0200 |
---|---|---|
committer | Térence Clastres | 2020-06-16 15:35:45 +0200 |
commit | 27e389050c811ee7468d65dc17697723b447a231 (patch) | |
tree | 2923e95f7f8b28e8359b1931310c1063dd95579d | |
parent | 91e9cf2f2e3216b8b9355ebc1f8eae551056bbad (diff) | |
download | aur-27e389050c811ee7468d65dc17697723b447a231.tar.gz |
Sync to gnome-3-36
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 6 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = mutter-performance pkgdesc = A window manager for GNOME | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync - pkgver = 3.36.2+10+g63fc71f05 + pkgver = 3.36.3+1+g0d9ded403 pkgrel = 1 url = https://gitlab.gnome.org/GNOME/mutter install = mutter.install @@ -34,7 +34,7 @@ pkgbase = mutter-performance provides = libmutter-6.so conflicts = mutter replaces = mutter-781835-workaround - source = mutter-performance::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=63fc71f05bebca6a247db783c3a7672ed574dea7 + source = mutter-performance::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=0d9ded403f6e285b6e928c5c850e0481b3a69291 source = fix_clutter_actor_set_allocation_spam.patch sha256sums = SKIP sha256sums = 9b2a5c4ab0e8c5e9a54fddc7461a85455055b175af9a7c89b0e16f30a939fa42 @@ -14,7 +14,7 @@ _merge_requests_to_use=('1124' '1003' '1267') # safe pick ### IMPORTANT: Do no edit below this line unless you know what you're doing pkgname=mutter-performance -pkgver=3.36.2+10+g63fc71f05 +pkgver=3.36.3+1+g0d9ded403 pkgrel=1 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" @@ -30,7 +30,7 @@ conflicts=(mutter) replaces=(mutter-781835-workaround) groups=(gnome) install=mutter.install -_commit=63fc71f05bebca6a247db783c3a7672ed574dea7 # tags/3.36.2^10 +_commit=0d9ded403f6e285b6e928c5c850e0481b3a69291 # tags/3.36.3^1 source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit" "fix_clutter_actor_set_allocation_spam.patch") sha256sums=('SKIP' @@ -165,7 +165,8 @@ build() { -D wayland_eglstream=true \ -D xwayland_initfd=disabled \ -D installed_tests=false - ninja -C build + + meson compile -C build } check() ( |