pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/dconf dconf: PKGREVISION bump for sysconfdir fix...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3783cded2d72
branches: trunk
changeset: 336269:3783cded2d72
user: markd <markd%pkgsrc.org@localhost>
date: Wed Jul 10 10:51:29 2019 +0000
description:
dconf: PKGREVISION bump for sysconfdir fix in py-meson/build.mk
also remove no longer used SUBST for /etc -> ${PKG_SYSCONFDIR}
diffstat:
devel/dconf/Makefile | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diffs (29 lines):
diff -r 021470fc82ed -r 3783cded2d72 devel/dconf/Makefile
--- a/devel/dconf/Makefile Wed Jul 10 10:49:36 2019 +0000
+++ b/devel/dconf/Makefile Wed Jul 10 10:51:29 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2019/04/25 07:32:44 maya Exp $
+# $NetBSD: Makefile,v 1.50 2019/07/10 10:51:29 markd Exp $
DISTNAME= dconf-0.30.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dconf/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@@ -20,15 +20,6 @@
REPLACE_PYTHON+= *.py
-SUBST_CLASSES+= sysdir
-SUBST_MESSAGE.sysdir= Fixes hard-coded dconf database directory name
-SUBST_STAGE.sysdir= post-configure
-SUBST_FILES.sysdir+= engine/dconf-engine-source-system.c
-SUBST_FILES.sysdir+= engine/dconf-engine-profile.c
-SUBST_FILES.sysdir+= tests/engine.c
-SUBST_FILES.sysdir+= bin/dconf-update.vala
-SUBST_SED.sysdir= -e s,/etc,${PKG_SYSCONFDIR},g
-
# gtk-doc wants to run dconf-scan, but that does not find its library libdconf.so.1
# https://bugzilla.gnome.org/show_bug.cgi?id=795348
#MESON_ARGS+= -D enable-gtk-doc=true
Home |
Main Index |
Thread Index |
Old Index