gnome-tweaks: fix depends
- python-notify (or better python3-notify) -> libnotify - remove old {host,make}depends
This commit is contained in:
parent
df4fadc689
commit
2c5ed10c41
|
@ -1,14 +1,12 @@
|
|||
# Template file for 'gnome-tweaks'
|
||||
pkgname=gnome-tweaks
|
||||
version=3.30.1
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
replaces="gnome-tweak-tool>=0"
|
||||
build_style=meson
|
||||
pycompile_module="gtweak"
|
||||
hostmakedepends="intltool pkg-config"
|
||||
makedepends="gsettings-desktop-schemas-devel gtk+3-devel python-gobject-devel"
|
||||
depends="dconf glib gnome-settings-daemon mutter python-notify python3-gobject"
|
||||
depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject"
|
||||
short_desc="GNOME3 tool to customize advanced options"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-3.0-or-later, CC0-1.0"
|
||||
|
|
Loading…
Reference in New Issue