mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
libkeybinder3: remove gnome-common
This commit is contained in:
parent
907632f75f
commit
c4903ed22f
1 changed files with 5 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue