diff --git a/srcpkgs/libkeybinder3/template b/srcpkgs/libkeybinder3/template index 414cee096cd..974e4af8d0f 100644 --- a/srcpkgs/libkeybinder3/template +++ b/srcpkgs/libkeybinder3/template @@ -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 " @@ -18,7 +19,9 @@ build_options="gir" build_options_default="gir" pre_configure() { - NOCONFIGURE=1 ./autogen.sh + touch ChangeLog + autoupdate + autoreconf -fi } post_install() {