summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingi Sung2023-05-08 00:20:09 +0900
committerMingi Sung2023-05-08 00:20:09 +0900
commit1c95eb1fe7b7a014dd4963e29ff6804c0bfb8944 (patch)
tree82afc32fd4984bacf807832c901ec50743db1959
parentc0a8289bf696f3028bcf7a5c677f83701ff07797 (diff)
downloadaur-1c95eb1fe7b7a014dd4963e29ff6804c0bfb8944.tar.gz
Sync to gnome-44
Signed-off-by: Mingi Sung <fiestalake@disroot.org>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1fda5c61816..844dff513dae 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 = 44.1+r1+gd643eb5c6
+ pkgver = 44.1+r2+g82bd40dcb
pkgrel = 1
epoch = 1
url = https://gitlab.gnome.org/GNOME/mutter
@@ -33,7 +33,7 @@ pkgbase = mutter-performance
depends = libsysprof-capture
depends = lcms2
depends = colord
- source = mutter-performance::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=d643eb5c6fe50e7f1afffda0e8747a87f668a799
+ source = mutter-performance::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=82bd40dcbcc3601da755678778f033bd9a30286d
source = mr1441.patch
source = prio.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 650ae820819b..e2d1d6045430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ else
pkgname=(mutter-performance mutter-performance-docs)
fi
epoch=1
-pkgver=44.1+r1+gd643eb5c6
+pkgver=44.1+r2+g82bd40dcb
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"
@@ -46,7 +46,7 @@ makedepends=(gobject-introspection git egl-wayland meson xorg-server
if [ -n "$_enable_check" ]; then
checkdepends=(xorg-server-xvfb pipewire-session-manager python-dbusmock zenity)
fi
-_commit=d643eb5c6fe50e7f1afffda0e8747a87f668a799 # tags/44.1^1
+_commit=82bd40dcbcc3601da755678778f033bd9a30286d # tags/44.1^2
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
'mr1441.patch'
'prio.patch')