pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/foliate



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Mar 13 04:19:03 UTC 2022

Modified Files:
        pkgsrc/print/foliate: Makefile

Log Message:
foliate: replace msgfmt override block with msgfmt-desktop.mk

(This expressed the same intended msgfmt override in a different way
than any other package, and so was missed in nia@'s bulk change.)


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/print/foliate/Makefile

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

Modified files:

Index: pkgsrc/print/foliate/Makefile
diff -u pkgsrc/print/foliate/Makefile:1.24 pkgsrc/print/foliate/Makefile:1.25
--- pkgsrc/print/foliate/Makefile:1.24  Sun Jan 16 04:52:09 2022
+++ pkgsrc/print/foliate/Makefile       Sun Mar 13 04:19:03 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2022/01/16 04:52:09 fox Exp $
+# $NetBSD: Makefile,v 1.25 2022/03/13 04:19:03 gutteridge Exp $
 
 DISTNAME=      foliate-2.6.4
 CATEGORIES=    print
@@ -20,9 +20,6 @@ SUBST_STAGE.pyvers=   pre-configure
 SUBST_FILES.pyvers=    src/epubView.js
 SUBST_VARS.pyvers+=    PYVERSSUFFIX
 
-# Fails without GNU msgfmt
-USE_BUILTIN.gettext=   no
-
 REPLACE_PYTHON+=       build-aux/meson/postinstall.py
 REPLACE_PYTHON+=       src/assets/KindleUnpack/*.py
 
@@ -37,6 +34,7 @@ post-install:
        ${LN} -s -f ${DESTDIR}${PREFIX}/libexec/foliate/com.github.johnfactotum.Foliate \
                ${DESTDIR}${PREFIX}/bin/foliate
 
+.include "../../devel/gettext-tools/msgfmt-desktop.mk"
 .include "../../devel/meson/build.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/glib2/schemas.mk"



Home | Main Index | Thread Index | Old Index