16 lines
597 B
Bash
16 lines
597 B
Bash
# Template file for 'gnome-shell-extensions'
|
|
pkgname=gnome-shell-extensions
|
|
version=3.30.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=meson
|
|
configure_args="-Dextension_set=all"
|
|
hostmakedepends="pkg-config"
|
|
depends="gnome-shell>=${version} nautilus unzip"
|
|
short_desc="Extensions for GNOME shell, including classic mode"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://wiki.gnome.org/Projects/GnomeShell/Extensions"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
checksum=0538ca528ceaa2f5c6e9ff7e356654fe712b305ec0ae6575934830ce0ecadb54
|