pkgsrc-WIP-changes archive

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

foliate: Removes some unused lines and uses proper gettext replacement.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Wed Oct 9 17:27:13 2019 -0500
Changeset:	ab0e0de4909e039b3a405e30d94488fa36bb48db

Modified Files:
	foliate/Makefile

Log Message:
foliate: Removes some unused lines and uses proper gettext replacement.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ab0e0de4909e039b3a405e30d94488fa36bb48db

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 foliate/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/foliate/Makefile b/foliate/Makefile
index 4dd1a746b4..a0fdf29e1b 100644
--- a/foliate/Makefile
+++ b/foliate/Makefile
@@ -19,15 +19,13 @@ SUBST_MESSAGE.pyvers=	Substitute the correct python version.
 SUBST_STAGE.pyvers=	pre-configure
 SUBST_FILES.pyvers=	src/main.js
 SUBST_VARS.pyvers+=	PYVERSSUFFIX
-#SUBST_SED.pyvers+=	-e 's/@PYVERSSUFFIX@/${PYVERSSUFFIX}/g'
 
-# XXX fails without GNU msgfmt
-_TOOLS_USE_PKGSRC.msgfmt=	yes
+# Fails without GNU msgfmt
+USE_BUILTIN.gettext=	no
 
 REPLACE_PYTHON+=	build-aux/meson/postinstall.py
 REPLACE_PYTHON+=	src/assets/KindleUnpack/*.py
 
-GLIB_SCHEMAS=	com.github.johnfactotum.Foliate.gschema.xml
 
 pre-install:
 	${RM} -f ${WRKSRC}/src/assets/KindleUnpack/*.orig


Home | Main Index | Thread Index | Old Index