16 lines
606 B
Bash
16 lines
606 B
Bash
# Template file for 'gnome-shell-extensions'
|
|
pkgname=gnome-shell-extensions
|
|
version=3.34.1
|
|
revision=1
|
|
archs=noarch
|
|
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.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=b0ad51143b1bf40def4a10f8fd0ab0ffb47218304800794e62cadd29d0acc75b
|