|
@@ -3,7 +3,7 @@
|
|
|
# Contributor: Flamelab <panosfilip@gmail.com
|
|
|
|
|
|
pkgname=gnome-shell
|
|
|
-pkgver=3.34.4
|
|
|
+pkgver=3.36.0
|
|
|
pkgrel=1
|
|
|
epoch=1
|
|
|
pkgdesc="Next generation desktop shell"
|
|
@@ -11,7 +11,7 @@ url="https://wiki.gnome.org/Projects/GnomeShell"
|
|
|
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 libcroco libgdm libsecret
|
|
|
+ gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse libgdm libsecret
|
|
|
mutter nm-connection-editor unzip gstreamer libibus gnome-autoar)
|
|
|
makedepends=(gtk-doc gnome-control-center evolution-data-server gobject-introspection git meson
|
|
|
sassc asciidoc)
|
|
@@ -19,7 +19,7 @@ optdepends=('gnome-control-center: System settings'
|
|
|
'evolution-data-server: Evolution calendar integration')
|
|
|
groups=(gnome)
|
|
|
install=gnome-shell.install
|
|
|
-_commit=f21a0ff458f834e0f32cd40f2ecd5a5e4b86c8e1 # tags/3.34.4^0
|
|
|
+_commit=4baa091bc54856b191394c70bcedcd3fb4d1a2b5 # tags/3.36.0^0
|
|
|
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
|
|
|
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
|
|
|
sha256sums=('SKIP'
|
|
@@ -44,5 +44,6 @@ build() {
|
|
|
}
|
|
|
|
|
|
package() {
|
|
|
+ depends+=(libmutter-6.so)
|
|
|
DESTDIR="$pkgdir" meson install -C build
|
|
|
}
|