pkgsrc/graphics/gimp-docs-en/Makefile.common
ryoon 90a227daee 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
2014-03-26 16:18:29 +00:00

52 lines
1.5 KiB
Text

# $NetBSD: Makefile.common,v 1.6 2014/03/26 16:18:29 ryoon Exp $
#
# used by graphics/gimp-docs-de/Makefile
# used by graphics/gimp-docs-en/Makefile
# used by graphics/gimp-docs-es/Makefile
# used by graphics/gimp-docs-fr/Makefile
# used by graphics/gimp-docs-it/Makefile
# used by graphics/gimp-docs-ko/Makefile
# used by graphics/gimp-docs-nl/Makefile
# used by graphics/gimp-docs-nn/Makefile
# used by graphics/gimp-docs-pl/Makefile
# used by graphics/gimp-docs-ru/Makefile
# used by graphics/gimp-docs-sv/Makefile
# used by graphics/gimp-docs-zh_CN/Makefile
DISTNAME= gimp-help-${GIMPDOCVER}
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/help/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://docs.gimp.org/
LICENSE= gnu-fdl-v1.2
BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
BUILD_DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
DISTINFO_FILE= ${.CURDIR}/../../graphics/gimp-docs-en/distinfo
PATCHDIR= ${.CURDIR}/../../graphics/gimp-docs-en/patches
CONFIGURE_ENV= ALL_LINGUAS=${HELPLANGUAGE}
MAKE_FLAGS= VERBOSE=2
REPLACE_PYTHON= tools/xml2po.py
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.8.0
CONFLICTS= gimp-docs<=2.4.0
SUPERSEDES= gimp-docs<=2.4.0
GIMPDOCVER= 2.8.1
GNU_CONFIGURE= yes
USE_TOOLS+= gmake msgfmt perl:build
MAKE_ENV+= DATDIR=${PREFIX}/share
CONFIGURE_ARGS+= --without-gimp
.include "../../lang/python/tool.mk"
.include "../../mk/bsd.pkg.mk"