pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/icoutils icoutils: Fix NLS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcc682d42346
branches:  trunk
changeset: 416390:bcc682d42346
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Oct 24 20:43:21 2019 +0000

description:
icoutils: Fix NLS

diffstat:

 graphics/icoutils/Makefile |  10 ++++++----
 graphics/icoutils/PLIST    |   4 +++-
 2 files changed, 9 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r 6f3ee58c12fd -r bcc682d42346 graphics/icoutils/Makefile
--- a/graphics/icoutils/Makefile        Thu Oct 24 18:44:46 2019 +0000
+++ b/graphics/icoutils/Makefile        Thu Oct 24 20:43:21 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2019/09/21 12:14:05 nia Exp $
+# $NetBSD: Makefile,v 1.7 2019/10/24 20:43:21 nia Exp $
 
 DISTNAME=      icoutils-0.32.3
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  https://savannah.nongnu.org/download/icoutils/
 EXTRACT_SUFX=  .tar.bz2
@@ -12,12 +13,13 @@
 
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
 
-GNU_CONFIGURE=         yes
-USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            perl:run
+GNU_CONFIGURE= yes
+USE_TOOLS+=    perl:run
+USE_TOOLS+=    msgfmt msgmerge xgettext
 
 REPLACE_PERL+=         extresso/extresso.in
 REPLACE_PERL+=         extresso/genresscript.in
 
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6f3ee58c12fd -r bcc682d42346 graphics/icoutils/PLIST
--- a/graphics/icoutils/PLIST   Thu Oct 24 18:44:46 2019 +0000
+++ b/graphics/icoutils/PLIST   Thu Oct 24 20:43:21 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/01/01 07:08:27 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/10/24 20:43:21 nia Exp $
 bin/extresso
 bin/genresscript
 bin/icotool
@@ -7,3 +7,5 @@
 man/man1/genresscript.1
 man/man1/icotool.1
 man/man1/wrestool.1
+share/locale/en@boldquot/LC_MESSAGES/icoutils.mo
+share/locale/en@quot/LC_MESSAGES/icoutils.mo



Home | Main Index | Thread Index | Old Index