pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/appstream



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec 12 18:45:05 UTC 2024

Modified Files:
        pkgsrc/devel/appstream: Makefile

Log Message:
appstream: Requires msgfmt, fix localedir.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/appstream/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/Makefile
diff -u pkgsrc/devel/appstream/Makefile:1.13 pkgsrc/devel/appstream/Makefile:1.14
--- pkgsrc/devel/appstream/Makefile:1.13        Mon Dec  9 11:37:31 2024
+++ pkgsrc/devel/appstream/Makefile     Thu Dec 12 18:45:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2024/12/09 11:37:31 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/12/12 18:45:04 jperkin Exp $
 
 DISTNAME=      appstream-1.0.4
 CATEGORIES=    devel
@@ -16,9 +16,10 @@ TOOL_DEPENDS+=       docbook-xsl-[0-9]*:../../
 
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            itstool pkg-config
+USE_TOOLS+=            itstool msgfmt pkg-config
 
 MESON_ARGS+=   -Dapidocs=false
+MESON_ARGS+=   -Dlocaledir=${PKGLOCALEDIR}/locale
 MESON_ARGS+=   -Dsystemd=false
 # for running a tool during the build
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/src



Home | Main Index | Thread Index | Old Index