summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2020-06-16 15:35:45 +0200
committerTérence Clastres2020-06-16 15:35:45 +0200
commit27e389050c811ee7468d65dc17697723b447a231 (patch)
tree2923e95f7f8b28e8359b1931310c1063dd95579d
parent91e9cf2f2e3216b8b9355ebc1f8eae551056bbad (diff)
downloadaur-27e389050c811ee7468d65dc17697723b447a231.tar.gz
Sync to gnome-3-36
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5985d688af03..3b0b88362adc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 37094522a653..e05f124609c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() (