Date: Sunday, March 8, 2020 @ 01:39:16 Author: heftig Revision: 376943
3.36.0 Modified: gnome-shell/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-08 01:37:07 UTC (rev 376942) +++ PKGBUILD 2020-03-08 01:39:16 UTC (rev 376943) @@ -3,7 +3,7 @@ # Contributor: Flamelab <[email protected] pkgname=gnome-shell -pkgver=3.34.4 +pkgver=3.36.0 pkgrel=1 epoch=1 pkgdesc="Next generation desktop shell" @@ -11,7 +11,7 @@ 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 @@ '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 @@ } package() { + depends+=(libmutter-6.so) DESTDIR="$pkgdir" meson install -C build }
