# Contributor: Rasmus Thomsen # Maintainer: Rasmus Thomsen pkgname=gnome-shell-extensions pkgver=3.38.2 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="5106946c10ea34b339ef413d5cf6bc3e1cd7f54f73b0ca773ae4076c1280e2b235327c9209e8269c5aca787035b489f73a76c7163380f191cb246c8591bc838c gnome-shell-extensions-3.38.2.tar.xz"