pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glib2



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Jun  5 11:58:17 UTC 2019

Modified Files:
        pkgsrc/devel/glib2: Makefile

Log Message:
glib2: Reintroduce FILES_SUBST for INSTALL/DEINSTALL scripts

PKGREVISION++


To generate a diff of this commit:
cvs rdiff -u -r1.248 -r1.249 pkgsrc/devel/glib2/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/glib2/Makefile
diff -u pkgsrc/devel/glib2/Makefile:1.248 pkgsrc/devel/glib2/Makefile:1.249
--- pkgsrc/devel/glib2/Makefile:1.248   Mon Jun  3 23:09:29 2019
+++ pkgsrc/devel/glib2/Makefile Wed Jun  5 11:58:17 2019
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.248 2019/06/03 23:09:29 maya Exp $
+# $NetBSD: Makefile,v 1.249 2019/06/05 11:58:17 leot Exp $
 
 .include "Makefile.common"
 
 CATEGORIES=    devel gnome
 COMMENT=       Some useful routines for C programming (glib2)
-PKGREVISION=   1
+PKGREVISION=   2
 
 DISTINFO_FILE= ${.CURDIR}/../../devel/glib2/distinfo
 PATCHDIR=      ${.CURDIR}/../../devel/glib2/patches
@@ -25,6 +25,11 @@ REPLACE_PYTHON+=     gobject/tests/mkenums.p
 REPLACE_PYTHON+=       tests/gen-casefold-txt.py
 REPLACE_PYTHON+=       tests/gen-casemap-txt.py
 
+FILES_SUBST+=          GIO_MODULES_DIR=${PREFIX}/lib/gio/modules
+FILES_SUBST+=          GIO_QUERYMODULES=${PREFIX}/bin/gio-querymodules
+FILES_SUBST+=          GLIB_COMPILE_SCHEMAS=${PREFIX}/bin/glib-compile-schemas
+FILES_SUBST+=          GLIB_SCHEMAS_DIR=${PREFIX}/share/glib-2.0/schemas
+
 BUILD_DEFS+=           VARBASE
 SUBST_CLASSES+=                dbusdb
 SUBST_MESSAGE.dbusdb=  Adjust dbus machine uuid path to dbus package



Home | Main Index | Thread Index | Old Index