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