libkeybinder3: remove gnome-common

This commit is contained in:
Đoàn Trần Công Danh 2023-03-13 20:40:37 +07:00 committed by Đoàn Trần Công Danh
parent 907632f75f
commit c4903ed22f

View file

@ -5,7 +5,8 @@ revision=2
build_style=gnu-configure
build_helper="gir"
configure_args="$(vopt_enable gir introspection)"
hostmakedepends="gnome-common gtk-doc libtool pkg-config $(vopt_if gir gobject-introspection)"
hostmakedepends="gtk-doc libtool pkg-config automake
$(vopt_if gir gobject-introspection)"
makedepends="gtk+3-devel"
short_desc="Library for registering global keyboard shortcuts (GTK+3)"
maintainer="Orphaned <orphan@voidlinux.org>"
@ -18,7 +19,9 @@ build_options="gir"
build_options_default="gir"
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
touch ChangeLog
autoupdate
autoreconf -fi
}
post_install() {