Received: by mail.netbsd.org (Postfix, from userid 605) id 4350C84D44; Fri, 22 Jul 2022 09:07:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7DE4784D5F for ; Fri, 22 Jul 2022 09:07:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id q7tSkBQy_7Xq for ; Fri, 22 Jul 2022 09:07:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D14EA84D22 for ; Fri, 22 Jul 2022 09:07:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA79BFB1A; Fri, 22 Jul 2022 09:07:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1658480831224480" MIME-Version: 1.0 Date: Fri, 22 Jul 2022 09:07:11 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/appstream-glib To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220722090711.CA79BFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1658480831224480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Jul 22 09:07:11 UTC 2022 Modified Files: pkgsrc/devel/appstream-glib: Makefile Log Message: appstream-glib: fix pkg-config file Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/appstream-glib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1658480831224480 Content-Disposition: inline Content-Length: 863 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/appstream-glib/Makefile diff -u pkgsrc/devel/appstream-glib/Makefile:1.14 pkgsrc/devel/appstream-glib/Makefile:1.15 --- pkgsrc/devel/appstream-glib/Makefile:1.14 Sun Jul 17 21:10:25 2022 +++ pkgsrc/devel/appstream-glib/Makefile Fri Jul 22 09:07:11 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2022/07/17 21:10:25 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2022/07/22 09:07:11 wiz Exp $ DISTNAME= appstream-glib-0.7.18 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=hughsie/} GITHUB_TAG= ${DISTNAME:S/-/_/g:S/./_/g} @@ -20,7 +20,8 @@ USE_LANGUAGES= c c++ MESON_ARGS+= -Drpm=false -PKGCONFIG_OVERRIDE+= libappstream-glib/appstream-glib.pc.in +PKGCONFIG_OVERRIDE_STAGE= pre-install +PKGCONFIG_OVERRIDE+= output/meson-private/appstream-glib.pc PYTHON_FOR_BUILD_ONLY= tool --_----------=_1658480831224480--