summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2020-01-13 11:14:41 +0100
committerTérence Clastres2020-01-13 11:14:50 +0100
commit95fed2d1e6eff88993f84814767b0447faad88e7 (patch)
tree6b75cc4481312cca4b35b2d79b4de444ec338005
parent6899ef9c09613b47ed672061a6a65892722ca67b (diff)
downloadaur-95fed2d1e6eff88993f84814767b0447faad88e7.tar.gz
Auto-fetch !923 and !926
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e552ae48e3f1..8efa276845c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell
pkgver = 3.34.3
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
install = gnome-shell-performance.install
diff --git a/PKGBUILD b/PKGBUILD
index 7aa3f91842ee..13f58c8aea86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gnome-shell-performance
_pkgname=gnome-shell
pkgver=3.34.3
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Next generation desktop shell"
url="https://wiki.gnome.org/Projects/GnomeShell"
@@ -61,6 +61,8 @@ prepare() {
# git fetch verde
git remote add 3v1n0 https://gitlab.gnome.org/3v1n0/gnome-shell || true
git fetch 3v1n0
+ git remote add vanvugt https://gitlab.gnome.org/vanvugt/gnome-shell.git || true
+ git fetch vanvugt
### Merge Requests
@@ -105,7 +107,7 @@ prepare() {
# Type: 1
# Status: 2
# Comment:
- git cherry-pick -n 729f449b
+ git_cp_by_msg '!923' 'js/ui: Keep refcounts to WallClock objects above 1.'
# Title: js/ui: Subscribe touchpad gesture handlers to only touchpad events [performance]
# URL: https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/925
@@ -119,7 +121,7 @@ prepare() {
# Type: 1
# Status: 3
# Comment:
- git cherry-pick -n 94ae693b
+ git_cp_by_msg '!926' 'iconGrid.js: Animate icon spring using translation'
git submodule init
git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"