summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-06-09 03:48:06 +0200
committerTérence Clastres2019-06-09 03:48:06 +0200
commit696d668b29b864bc3856135e7c56dfee23f7fdda (patch)
tree71d70bc526ab245359b4d150673f897b6d6820cf
parent64fd2a5f20025d87399f5ebdeda62b3bc4c3d633 (diff)
downloadaur-696d668b29b864bc3856135e7c56dfee23f7fdda.tar.gz
Update commits hash
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd19747720e7..d2ab5b4957fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,10 +54,7 @@ prepare() {
# Consolidate all frame throttling into clutter-stage-cogl
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/363
- h_first=$(git log --oneline --all | grep "clutter/stage-cogl: Remove magic numbers" | tail -n 1 | awk '{print $1}') # Sorry guys
- h_last=$(git log --oneline --all | grep 'clutter/master-clock: Remove fallback throttles' | tail -n 1 | awk '{print $1}') # Sorry guys
- echo "Found $h_first^$h_last for MR363"
- git cherry-pick -n $h_first^..$h_last
+ git cherry-pick -n 912a9ecf^..e415cc53
# clutter/stage-cogl: Reschedule update on present
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/281
@@ -98,7 +95,7 @@ prepare() {
# cogl: Remove GLX "threaded swap wait" used on Nvidia [performance]
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/602
- git cherry-pick -n 88ee2f51
+ git cherry-pick -n fd2a7562
# '
# Commented multiline comment end, remove the # above if disabling the patches