pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/appstream-glib



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.

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
 



Home | Main Index | Thread Index | Old Index