16 lines
606 B
Bash
16 lines
606 B
Bash
# Template file for 'gnome-shell-extensions'
|
|
pkgname=gnome-shell-extensions
|
|
version=3.32.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=02b2b2fb477fcd8277ee3ce34ec156d97724011f2660dd2e14c412f18d5b911e
|