pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/icoutils



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct 24 20:43:21 UTC 2019

Modified Files:
        pkgsrc/graphics/icoutils: Makefile PLIST

Log Message:
icoutils: Fix NLS


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/icoutils/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/icoutils/PLIST

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

Modified files:

Index: pkgsrc/graphics/icoutils/Makefile
diff -u pkgsrc/graphics/icoutils/Makefile:1.6 pkgsrc/graphics/icoutils/Makefile:1.7
--- pkgsrc/graphics/icoutils/Makefile:1.6       Sat Sep 21 12:14:05 2019
+++ pkgsrc/graphics/icoutils/Makefile   Thu Oct 24 20:43:21 2019
@@ -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 @@ LICENSE=    gnu-gpl-v3
 
 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"

Index: pkgsrc/graphics/icoutils/PLIST
diff -u pkgsrc/graphics/icoutils/PLIST:1.1 pkgsrc/graphics/icoutils/PLIST:1.2
--- pkgsrc/graphics/icoutils/PLIST:1.1  Mon Jan  1 07:08:27 2018
+++ pkgsrc/graphics/icoutils/PLIST      Thu Oct 24 20:43:21 2019
@@ -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/extresso.1
 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