summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2020-06-23 21:34:43 +0200
committerTérence Clastres2020-06-23 21:34:43 +0200
commit4612c3f39e733411833ff2c459e5cefdd86b97c7 (patch)
tree69172557bdf8d4a86a689f1958632b34ae41630e
parent354f23173840b20f6f625209be5bb1b31d62df2c (diff)
downloadaur-4612c3f39e733411833ff2c459e5cefdd86b97c7.tar.gz
Sync to gnome-3-36
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd1133006954..2f6731c79f41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell
- pkgver = 3.36.3+8+gbda8ba5ed
+ pkgver = 3.36.3+10+gc02d0f3a7
pkgrel = 1
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
@@ -40,10 +40,10 @@ pkgbase = gnome-shell-performance
optdepends = evolution-data-server: Evolution calendar integration
optdepends = gjs-git: Needed if using MR !1164
provides = gnome-shell
- provides = gnome-shell=3.36.3+8+gbda8ba5ed
- provides = gnome-shell=1:3.36.3+8+gbda8ba5ed
+ provides = gnome-shell=3.36.3+10+gc02d0f3a7
+ provides = gnome-shell=1:3.36.3+10+gc02d0f3a7
conflicts = gnome-shell
- source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=bda8ba5ed1768ef9bbd5fdf9a9933ef77ed1f94f
+ source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=c02d0f3a7d80ab2173df576fd8a7befd2d68870f
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
source = 1126.diff
sha256sums = SKIP
@@ -71,3 +71,4 @@ pkgname = gnome-shell-performance
depends = gnome-autoar
depends = gnome-disk-utility
depends = libmutter-6.so
+
diff --git a/PKGBUILD b/PKGBUILD
index 44c090fca850..79094d2b054f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _merge_requests_to_use=() # safe pick
pkgname=gnome-shell-performance
_pkgname=gnome-shell
-pkgver=3.36.3+8+gbda8ba5ed
+pkgver=3.36.3+10+gc02d0f3a7
pkgrel=1
epoch=1
pkgdesc="Next generation desktop shell"
@@ -33,7 +33,7 @@ groups=(gnome)
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
conflicts=(gnome-shell)
install=$pkgname.install
-_commit=bda8ba5ed1768ef9bbd5fdf9a9933ef77ed1f94f # tags/3.36.3^8
+_commit=c02d0f3a7d80ab2173df576fd8a7befd2d68870f # tags/3.36.3^10
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
"1126.diff")