From afeb7261d91dd603a5649a84d572386ceed90856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 18 Mar 2018 15:25:12 +0100 Subject: [PATCH] xorgproto: build style gnu-configure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This gets us rid of a cyclic dependency loop. Closes: #12622 #12642 Signed-off-by: Jürgen Buchmüller --- srcpkgs/xorgproto/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xorgproto/template b/srcpkgs/xorgproto/template index 68d73bec6d..13aa99f3b7 100644 --- a/srcpkgs/xorgproto/template +++ b/srcpkgs/xorgproto/template @@ -2,8 +2,8 @@ pkgname=xorgproto version=2018.4 revision=2 -build_style=meson -configure_args="-Dlegacy=true" +build_style=gnu-configure +configure_args="--enable-legacy" hostmakedepends="xorg-util-macros" short_desc="Combined X.Org X11 Protocol headers" maintainer="maxice8 " @@ -32,6 +32,10 @@ provides="bigreqsproto-${version}_${revision} compositeproto-${version}_${revisi xproto-${version}_${revision} xf86bigfontproto-${version}_${revision} fontcacheproto-${version}_${revision}" +post_configure() { + # man/Xprint.7 is can't be generated thus remove the rule + sed -i Makefile -e "s;\(miscman_DATA =\).*;\1;" +} post_install() { for license in COPYING-* ; do