mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
gnome-tweaks: replaces gnome-tweak-tool
This commit is contained in:
parent
b1a729f6dd
commit
3e888a9939
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'gnome-tweaks'
|
# Template file for 'gnome-tweaks'
|
||||||
pkgname=gnome-tweaks
|
pkgname=gnome-tweaks
|
||||||
version=3.28.1
|
version=3.28.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
replaces="gnome-tweak-tool>=0"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
pycompile_module="gtweak"
|
pycompile_module="gtweak"
|
||||||
hostmakedepends="intltool pkg-config"
|
hostmakedepends="intltool pkg-config"
|
||||||
|
@ -17,8 +18,8 @@ checksum=d719af9376db6109b6d5d3d1ba7fbbb18668945d7b3703131ae42b0872f3bddc
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
gnome-tweak-tool_package() {
|
gnome-tweak-tool_package() {
|
||||||
build_style=meta
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="gnome-tweaks-${version}_${revision}"
|
build_style=meta
|
||||||
short_desc+=" - transitional dummy package"
|
depends="gnome-tweaks>=${version}_${revision}"
|
||||||
|
short_desc+=" (transitional dummy package)"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue