|
@@ -17,7 +17,7 @@ optdepends=('gnome-control-center: System settings'
|
|
|
'evolution-data-server: Evolution calendar integration')
|
|
|
groups=(gnome)
|
|
|
_commit=64c857e3ff127cf6ef92fb2d837d49b679bf7412 # gnome-3-26
|
|
|
-source=("git+https://git.gnome.org/browse/gnome-shell#commit=$_commit"
|
|
|
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
|
|
|
"git+https://git.gnome.org/browse/libgnome-volume-control"
|
|
|
"git+https://git.gnome.org/browse/gnome-shell-sass")
|
|
|
sha256sums=('SKIP'
|
|
@@ -37,7 +37,7 @@ prepare() {
|
|
|
sed -i "s/'mozilla'/'epiphany'/g" meson.build
|
|
|
|
|
|
git submodule init
|
|
|
- git config --local submodule.src/gvc.url "$srcdir/libgnome-volume-control"
|
|
|
+ git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
|
|
|
git config --local submodule.data/theme/gnome-shell-sass.url "$srcdir/gnome-shell-sass"
|
|
|
git submodule update
|
|
|
}
|