mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="$(vopt_enable gir introspection)"
|
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"
|
makedepends="gtk+3-devel"
|
||||||
short_desc="Library for registering global keyboard shortcuts (GTK+3)"
|
short_desc="Library for registering global keyboard shortcuts (GTK+3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -18,7 +19,9 @@ build_options="gir"
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
touch ChangeLog
|
||||||
|
autoupdate
|
||||||
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue