From c4903ed22f16ae3322cc4bdafd499c3727b76358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 13 Mar 2023 20:40:37 +0700 Subject: [PATCH] libkeybinder3: remove gnome-common --- srcpkgs/libkeybinder3/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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() {