|
@@ -3,7 +3,7 @@
|
|
|
|
|
|
pkgname=gnome-shell
|
|
|
pkgver=3.26.2+5+g3b4be770a
|
|
|
-pkgrel=1
|
|
|
+pkgrel=2
|
|
|
pkgdesc="The next generation GNOME Shell"
|
|
|
url="https://wiki.gnome.org/Projects/GnomeShell"
|
|
|
arch=(x86_64)
|
|
@@ -19,12 +19,10 @@ groups=(gnome)
|
|
|
_commit=3b4be770a0590bcee9c739f3d9264320e23d555b # gnome-3-26
|
|
|
source=("git+https://git.gnome.org/browse/gnome-shell#commit=$_commit"
|
|
|
"git+https://git.gnome.org/browse/libgnome-volume-control"
|
|
|
- "git+https://git.gnome.org/browse/gnome-shell-sass"
|
|
|
- nm-libexecdir.patch)
|
|
|
+ "git+https://git.gnome.org/browse/gnome-shell-sass")
|
|
|
sha256sums=('SKIP'
|
|
|
'SKIP'
|
|
|
- 'SKIP'
|
|
|
- 'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
|
|
|
+ 'SKIP')
|
|
|
|
|
|
pkgver() {
|
|
|
cd $pkgname
|
|
@@ -35,10 +33,7 @@ prepare() {
|
|
|
mkdir build
|
|
|
cd $pkgname
|
|
|
|
|
|
- # FS#30747 FS#32730 Problems due to libexecdir different from NM
|
|
|
- patch -Np1 -i ../nm-libexecdir.patch
|
|
|
-
|
|
|
- # Move the plugin to our custom epihpany-only dir
|
|
|
+ # Move the plugin to our custom epiphany-only dir
|
|
|
sed -i "s/'mozilla'/'epiphany'/g" meson.build
|
|
|
|
|
|
git submodule init
|