pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/foliate foliate: replace msgfmt override block w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5325c67e4b09
branches:  trunk
changeset: 375347:5325c67e4b09
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Mar 13 04:19:03 2022 +0000

description:
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.)

diffstat:

 print/foliate/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 1ffc0e99bcb7 -r 5325c67e4b09 print/foliate/Makefile
--- a/print/foliate/Makefile    Sun Mar 13 03:22:37 2022 +0000
+++ b/print/foliate/Makefile    Sun Mar 13 04:19:03 2022 +0000
@@ -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_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 @@
        ${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