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:   jperkin
Date:           Tue Dec 13 12:47:03 UTC 2022

Modified Files:
        pkgsrc/devel/appstream-glib: Makefile

Log Message:
appstream-glib: Use PKGLOCALEDIR.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 pkgsrc/devel/appstream-glib/Makefile:1.19
--- pkgsrc/devel/appstream-glib/Makefile:1.18   Wed Oct 26 10:31:21 2022
+++ pkgsrc/devel/appstream-glib/Makefile        Tue Dec 13 12:47:03 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2022/10/26 10:31:21 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2022/12/13 12:47:03 jperkin Exp $
 
 DISTNAME=      appstream-glib-0.8.0
 PKGREVISION=   2
@@ -18,6 +18,7 @@ USE_TOOLS+=           pkg-config msgfmt xgettext
 USE_PKGLOCALEDIR=      yes
 USE_LANGUAGES=         c c++
 
+MESON_ARGS+=           -Dlocaledir=${PKGLOCALEDIR}/locale
 MESON_ARGS+=           -Drpm=false
 
 PKGCONFIG_OVERRIDE_STAGE=      pre-install



Home | Main Index | Thread Index | Old Index