23 lines
752 B
Bash
23 lines
752 B
Bash
# Template file for 'gnome-tweaks'
|
|
pkgname=gnome-tweaks
|
|
version=3.34.0
|
|
revision=3
|
|
archs=noarch
|
|
build_style=meson
|
|
pycompile_module="gtweak"
|
|
depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy"
|
|
short_desc="GNOME3 tool to customize advanced options"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-3.0-or-later, CC0-1.0"
|
|
homepage="https://wiki.gnome.org/Apps/Tweaks"
|
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250
|
|
replaces="gnome-tweak-tool>=0"
|
|
|
|
gnome-tweak-tool_package() {
|
|
archs=noarch
|
|
build_style=meta
|
|
depends="gnome-tweaks>=${version}_${revision}"
|
|
short_desc+=" (transitional dummy package)"
|
|
}
|