# Contributor: Rasmus Thomsen # Maintainer: Rasmus Thomsen pkgname=gnome-shell-extensions pkgver=3.38.1 pkgrel=0 pkgdesc="A collection of extensions for GNOME Shell" url="https://wiki.gnome.org/Projects/GnomeShell/Extensions" arch="noarch !s390x !mips !mips64" license="GPL-2.0-or-later" makedepends="meson sassc mozjs78-dev gettext-dev" subpackages="$pkgname-lang" source="https://download.gnome.org/sources/gnome-shell-extensions/${pkgver%.*}/gnome-shell-extensions-$pkgver.tar.xz" build() { abuild-meson \ -Dextension_set=all \ -Dclassic_mode=true \ . output meson compile ${JOBS:+-j ${JOBS}} -C output } check() { meson test --no-rebuild -v -C output } package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } sha512sums="256dbb7ad4ae3b759afca85ae1c042f7b3f3cc46b2713f5a6f2f52d1cbc916a1fd8a634e20218a6eeb1baa6141f65c9c19170c5bfe2f7f677b679bbf78b3bce1 gnome-shell-extensions-3.38.1.tar.xz"