diff options
author | markd <markd@pkgsrc.org> | 2019-07-10 10:51:29 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-07-10 10:51:29 +0000 |
commit | bb941a1394593c55130204ef335427a99b29c903 (patch) | |
tree | 694347fda4c57bd23b94d5fcb2652157837a3c81 /devel/dconf | |
parent | 561fb4a4402957ad71303030016af44e90534061 (diff) | |
download | pkgsrc-bb941a1394593c55130204ef335427a99b29c903.tar.gz |
dconf: PKGREVISION bump for sysconfdir fix in py-meson/build.mk
also remove no longer used SUBST for /etc -> ${PKG_SYSCONFDIR}
Diffstat (limited to 'devel/dconf')
-rw-r--r-- | devel/dconf/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index 592d35e47fe..d939874f5ec 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -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 @@ USE_TOOLS+= pkg-config gmake 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 |