|
@@ -3,7 +3,7 @@
|
|
|
# Contributor: Flamelab <panosfilip@gmail.com
|
|
|
|
|
|
pkgname=gnome-shell
|
|
|
-pkgver=3.32.0+20+g05e55cee2
|
|
|
+pkgver=3.32.0+46+gfea019277
|
|
|
pkgrel=1
|
|
|
epoch=1
|
|
|
pkgdesc="Next generation desktop shell"
|
|
@@ -18,13 +18,11 @@ makedepends=(gtk-doc gnome-control-center evolution-data-server gobject-introspe
|
|
|
optdepends=('gnome-control-center: System settings'
|
|
|
'evolution-data-server: Evolution calendar integration')
|
|
|
groups=(gnome)
|
|
|
-_commit=05e55cee23d65206f3c3f2d12f4a4d659061651f # master
|
|
|
+_commit=fea01927720e5d73e14e1649ee36cc6c60835d6f # master
|
|
|
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
|
|
|
- "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
|
|
|
- hack-detached.diff)
|
|
|
+ "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
|
|
|
sha256sums=('SKIP'
|
|
|
- 'SKIP'
|
|
|
- '939e81f682ebafd60e86d444e49dbab277fba0f00420466b5ff783568b7dc931')
|
|
|
+ 'SKIP')
|
|
|
|
|
|
pkgver() {
|
|
|
cd $pkgname
|
|
@@ -34,9 +32,6 @@ pkgver() {
|
|
|
prepare() {
|
|
|
cd $pkgname
|
|
|
|
|
|
- # Hack around broken detached locations
|
|
|
- patch -Np1 -i ../hack-detached.diff
|
|
|
-
|
|
|
git submodule init
|
|
|
git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
|
|
|
git submodule update
|