summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2020-07-20 15:00:00 +0200
committerTérence Clastres2020-07-22 16:57:28 +0200
commit815cea9519437229da82f8e17018cdea9feeb8c3 (patch)
treee2e8e7bcd67ceefadba9088a4aef1a7a66ca6335
parentbcbb9e3527a406afda9540b71792bf8532d3bb10 (diff)
downloadaur-815cea9519437229da82f8e17018cdea9feeb8c3.tar.gz
Sync to gnome-3-36, remove !1126, !1164 and !1192
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/9f87ffc054365acc02cefd3113f4729d4fb91bdb
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD21
2 files changed, 9 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ec04e1e8a3e..f891833cff78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell
- pkgver = 3.36.3+15+g0abbd5264
+ pkgver = 3.36.4+12+g5f509855e
pkgrel = 1
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
@@ -38,12 +38,11 @@ pkgbase = gnome-shell-performance
depends = gnome-disk-utility
optdepends = gnome-control-center: System settings
optdepends = evolution-data-server: Evolution calendar integration
- optdepends = gjs-git: Needed if using MR !1164
provides = gnome-shell
- provides = gnome-shell=3.36.3+15+g0abbd5264
- provides = gnome-shell=1:3.36.3+15+g0abbd5264
+ provides = gnome-shell=3.36.4+12+g5f509855e
+ provides = gnome-shell=1:3.36.4+12+g5f509855e
conflicts = gnome-shell
- source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=0abbd52646946158b1db08b78511f1f285eda9f4
+ source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=5f509855e24ba391c44f2af2a170e077aa0bc93f
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
source = 1126.diff
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 05ac8f854c7d..6a8866c9ef11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
### MERGE REQUESTS SELECTION
-# available MR: ('536' '786' '923' '1126 '1164' '1192')
+# available MR: ('536' '786' '923')
_merge_requests_to_use=() # safe pick
### IMPORTANT: Do no edit below this line unless you know what you're doing
@@ -14,7 +14,7 @@ _merge_requests_to_use=() # safe pick
pkgname=gnome-shell-performance
_pkgname=gnome-shell
-pkgver=3.36.3+15+g0abbd5264
+pkgver=3.36.4+12+g5f509855e
pkgrel=1
epoch=1
pkgdesc="Next generation desktop shell"
@@ -23,17 +23,16 @@ arch=(x86_64)
license=(GPL2)
depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session gnome-settings-daemon
gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse libgdm libsecret
- mutter nm-connection-editor unzip gstreamer libibus gnome-autoar gnome-disk-utility)
+ mutter nm-connection-editor unzip gstreamer libibus gnome-autoar gnome-disk-utility)
makedepends=(gtk-doc gnome-control-center evolution-data-server gobject-introspection git meson
sassc asciidoc bash-completion)
optdepends=('gnome-control-center: System settings'
- 'evolution-data-server: Evolution calendar integration'
- 'gjs-git: Needed if using MR !1164')
+ 'evolution-data-server: Evolution calendar integration')
groups=(gnome)
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
conflicts=(gnome-shell)
install=$pkgname.install
-_commit=0abbd52646946158b1db08b78511f1f285eda9f4 # tags/3.36.3^15
+_commit=5f509855e24ba391c44f2af2a170e077aa0bc93f # tags/3.36.4^12
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
"1126.diff")
@@ -138,16 +137,6 @@ prepare() {
# Comment: Unlock freezes, it hits me too.
pick_mr '923'
- # Title: calendar-server: Improve performance by properly using ECalClientView
- # URL: https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/1164
- # Type: 1
- # Status: 4
- # Comment: Depends on 1126 that requires gjs>=1.65.1
- pick_mr '1126' '1126.diff' 'patch'
- pick_mr '1192'
- pick_mr '1164'
-
-
git submodule init
git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
git submodule update