# Contributor: Rasmus Thomsen # Maintainer: Rasmus Thomsen pkgname=gnome-shell-extensions pkgver=40.0 pkgrel=0 pkgdesc="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="9f4b4a5d91201c11246c2df880b568d69264ad875bfdc2b69d217aca0e4354223aeed51007396a339fb9a693eab9849362641fa9a064a5efdda7fad5b886af85 gnome-shell-extensions-40.0.tar.xz"