Sync to gnome-3-36
This commit is contained in:
parent
19c5553944
commit
03e13ef61e
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = mutter-performance
|
pkgbase = mutter-performance
|
||||||
pkgdesc = A window manager for GNOME | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
|
pkgdesc = A window manager for GNOME | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
|
||||||
pkgver = 3.36.1+53+g2cc8061f3
|
pkgver = 3.36.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://gitlab.gnome.org/GNOME/mutter
|
url = https://gitlab.gnome.org/GNOME/mutter
|
||||||
install = mutter.install
|
install = mutter.install
|
||||||
|
@ -34,7 +34,7 @@ pkgbase = mutter-performance
|
||||||
provides = libmutter-6.so
|
provides = libmutter-6.so
|
||||||
conflicts = mutter
|
conflicts = mutter
|
||||||
replaces = mutter-781835-workaround
|
replaces = mutter-781835-workaround
|
||||||
source = mutter-performance::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=2cc8061f352e99767a33536b37b241e974092adb
|
source = mutter-performance::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=63bf5f11505f980070eb714a52753a64462c5721
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = mutter-performance
|
pkgname = mutter-performance
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -14,7 +14,7 @@ _merge_requests_to_use=('983' '1124') # safe pick
|
||||||
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
||||||
|
|
||||||
pkgname=mutter-performance
|
pkgname=mutter-performance
|
||||||
pkgver=3.36.1+53+g2cc8061f3
|
pkgver=3.36.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A window manager for GNOME | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
|
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"
|
url="https://gitlab.gnome.org/GNOME/mutter"
|
||||||
|
@ -30,7 +30,7 @@ conflicts=(mutter)
|
||||||
replaces=(mutter-781835-workaround)
|
replaces=(mutter-781835-workaround)
|
||||||
groups=(gnome)
|
groups=(gnome)
|
||||||
install=mutter.install
|
install=mutter.install
|
||||||
_commit=2cc8061f352e99767a33536b37b241e974092adb # tags/3.36.1^53
|
_commit=63bf5f11505f980070eb714a52753a64462c5721 # tags/3.36.2^0
|
||||||
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit")
|
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue