16 lines
713 B
Bash
16 lines
713 B
Bash
# Template file for 'gnome-shell-extensions'
|
|
pkgname=gnome-shell-extensions
|
|
version=44.0
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dextension_set=all"
|
|
hostmakedepends="pkg-config gettext glib-devel"
|
|
depends="gnome-shell>=${version} nautilus unzip"
|
|
short_desc="Extensions for GNOME shell, including classic mode"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://wiki.gnome.org/Projects/GnomeShell/Extensions"
|
|
changelog="https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/raw/main/NEWS"
|
|
distfiles="${GNOME_SITE}/gnome-shell-extensions/${version%.*}/gnome-shell-extensions-${version}.tar.xz"
|
|
checksum=8c345e72f31a1e37f55063e0b15997301b01194ed698772fd87aeb50cbb101ab
|