summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTérence Clastres2019-08-20 14:40:45 +0200
committerTérence Clastres2019-08-20 15:07:30 +0200
commit8a1a73497d0763ee393fae898324924f98f4e65a (patch)
tree6f53644d559853a87440d376dfa3faa243b7bafa /PKGBUILD
parent25b4a27791262bf01f7854ce287dfeabb2eb8042 (diff)
downloadaur-8a1a73497d0763ee393fae898324924f98f4e65a.tar.gz
Add !724
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 12 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e978e218c383..d91f5c536412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=mutter-performance
pkgver=3.32.2+43+gb7f158811
-pkgrel=15
+pkgrel=16
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)
@@ -24,9 +24,11 @@ replaces=(mutter-781835-workaround)
groups=(gnome)
_commit=b7f158811934d8e4d9dd0be28ad8e1746ceac46c # tags/3.32.2^43
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
- 429.diff)
+ 429.diff
+ 724.diff)
sha256sums=('SKIP'
- 'c22bc32ab8a29e3da986f386d14a8376f1985c051328ca6786571b4b67ec9e48')
+ 'c22bc32ab8a29e3da986f386d14a8376f1985c051328ca6786571b4b67ec9e48'
+ '3bfd673cbae598f6482124525d342b4323a1395a0f72d6532bbcf34f66773213')
pkgver() {
cd $pkgname
@@ -281,6 +283,13 @@ prepare() {
# Status: 4
# Comment:
git cherry-pick -n c4a9117e^..9d65eab5 -Xours
+
+ # Title: Sync timelines to hardware vsync
+ # URL: https://gitlab.gnome.org/GNOME/mutter/merge_requests/724
+ # Type: 1
+ # Status: 2
+ # Comment:
+ patch -Np1 < ../724.diff
}
build() {