summaryrefslogtreecommitdiff
path: root/graphics/gimp-docs-pl/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon>2014-03-26 16:18:29 +0000
committerryoon <ryoon>2014-03-26 16:18:29 +0000
commit6d25f62c79e5b34d0eb16cef8d62277166c6ea73 (patch)
treefdf8a5d6c481b4b03535205a4a0a30685faf5438 /graphics/gimp-docs-pl/Makefile
parent49bb8789b46994d4bfc60cbbe9512b20fd12be98 (diff)
downloadpkgsrc-6d25f62c79e5b34d0eb16cef8d62277166c6ea73.tar.gz
Update to 2.8.1
Changelog: GIMP Help 2 release 2.8.1 ========================= - New (incomplete) translations: Brazilian Portuguese, Danish, Catalan - Online documentation (http://docs.gimp.org) now provides a language menu which allows users to switch to other translations of the same document if available (#168256) - Bugfixes: * #168256 - Help pages should have links to corresponding pages in other language * #676683 - Docs use the term "dpi", GIMP UI uses "ppi" * #679173 - Grammatical error in Help Browser: "have there own preset system" * #680243 - Export File shortcut error in Gimp Manual * #711318 - help pages should have a link to Bugzilla
Diffstat (limited to 'graphics/gimp-docs-pl/Makefile')
-rw-r--r--graphics/gimp-docs-pl/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/graphics/gimp-docs-pl/Makefile b/graphics/gimp-docs-pl/Makefile
index a60de699e5a..7041d56f1c0 100644
--- a/graphics/gimp-docs-pl/Makefile
+++ b/graphics/gimp-docs-pl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/07/21 17:20:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2014/03/26 16:18:30 ryoon Exp $
#
HELPLANGUAGE= pl
@@ -6,6 +6,15 @@ HELPLANGUAGE= pl
DISTNAME= gimp-help-${GIMPDOCVER}-html-${HELPLANGUAGE}
PKGNAME= gimp-docs-${HELPLANGUAGE}-${DISTNAME:S/gimp-help-//:S/-html-${HELPLANGUAGE}//}
+# There is no po/pl/gimp.po in 2.8.1 tarball.
+# Use msgfmt and msginit from devel/gettext-tools.
+_TOOLS_USE_PKGSRC.msgfmt= yes
+#TOOL_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
+#FIND_PREFIX:= GETTEXTTOOLSDIR=gettext-tools
+#.include "../../mk/find-prefix.mk"
+#CONFIGURE_ARGS+= MSGFMT=${GETTEXTTOOLSDIR}/bin/msginit
+#CONFIGURE_ARGS+= MSGINIT=${GETTEXTTOOLSDIR}/bin/msginit
+
.include "../../graphics/gimp-docs-en/Makefile.common"
COMMENT= Documentation package for The Gimp image manipulation software