pkgsrc/textproc/gnome-doc-utils/Makefile

52 lines
1.6 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.30 2007/11/22 20:09:38 drochner Exp $
#
DISTNAME= gnome-doc-utils-0.12.0
PKGREVISION= 1
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-doc-utils/0.12/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Documentation utilities for the GNOME project
2007-10-24 17:07:29 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PYPKGPREFIX}-libxml2>=2.6.16:../../textproc/py-libxml2
DEPENDS+= ${PYPKGPREFIX}-libxslt>=1.1.12:../../textproc/py-libxslt
DEPENDS+= docbook-xml-[0-9]*:../../textproc/docbook-xml
2007-03-24 18:24:28 +01:00
USE_TOOLS+= intltool pkg-config gmake gawk msgfmt
USE_DIRS+= gnome2-1.5
GNU_CONFIGURE= YES
Update to 0.10.1: Changes in 0.10.1: ------------------ * Fixed a bootstrapping issue, #416933 (Elijah Newren) Changes in 0.10.0: ------------------ ** general: * Fixed buildir/srcdir issue with autogen, #409292 (Loïc Minier) ** tools: * Fixed some brokenness with relative paths, #409341 (Loïc Minier) * Fixed some brokenness with absolute patsh, #169324 (Shaun McCance) ** xml2po: * Fixed bug #413602 (Eduardo Habkost) ** Updated translations: it (Luca Ferretti) lt (Gintautas Miliauskas) pl (GNOME PL Team) pt_BR (Leonardo Ferreira Fontenelle) uk (Maxim Dziumanenko) Changes in 0.9.2: ----------------- * Skip SK category code checks if the param is not passed [#402159] Changes in 0.9.1: ----------------- ** general: * Fixed various circular dependency problems (Christian Persch) * Use po/LINGUAS [#337987] (Brian Pepple) * Added documentation templates (Joachim Noreiko) * Removed some GNUisms [#378739 #378763 #366203] (Shaun McCance) * New bootstrapping mechanism, using gnome-common [#340128] (Shaun McCance) * Added ACLOCAL_AMFLAGS for autoreconf [#355521] (dmacks) * Use $(AWK) instead of awk [#358161] (James Andrewartha) * Fixed non-portable test expression [#362505] (Thomas Klausner) * Removed the never-really-worked xsldoc and rngdoc (Shaun McCance) * Install the .pc file when build utils are disabled [#355553] (Mariano Suárez-Alvarez) ** xml2po: * Updates to tests (Danilo Šegan) * Added some caching of values (Danilo Šegan) * Added an XHTML mode (Claude Paroz, Danilo Šegan) * Really ignore ignored tags [#378073] (Danilo Šegan) * Ignore untranslated message in reuse mode [#381607] (Danilo Šegan) * Speed improvements [#363451] (Alexander Nedotsukov) ** tools: * Added gnome-doc-tool for processing documentation (Shaun McCance) * Provide a 3-argument variant of GNOME_DOC_INIT [#392424 #350441] (Christian Persch) ** xslt: * Allow pubdate and edition instead of revision in db2omf (Shaun McCance) * Added an explicit check for scrollkeeper_cl.xml in db2omf (Shaun McCance) * Made all db2omf errors error out, for great justice (Shaun McCance) * Check for invalid category codes in db2omf (Shaun McCance) * Added new inline documentation to XSLT (Shaun McCance) * Added xi and fxi to exclude-result-prefixes (Mariano Suárez-Alvarez) * Python classsynopsis elements no longer act like C++ (Shaun McCance) * Fixed some documentation typos (Shaun McCance) * Added a utility XSLT file to list media files (Shaun McCance) * Removed excessive alpha-thai elements [#323249] (Theppitak Karoonboonyanan) ** Updated translations: ar (Djihed Afifi) en_GB (David Lodge) et (Ivar Smolin) fi (Ilkka Tuohela) he (Yaniv Abir) it (Luca Ferretti)
2007-03-20 22:02:40 +01:00
TEST_TARGET= check
USE_PKGLOCALEDIR= YES
CONFIGURE_ARGS+= PYTHON=${PYTHONBIN:Q}
PKGCONFIG_OVERRIDE= tools/gnome-doc-utils.pc.in
PKGCONFIG_OVERRIDE+= xml2po/xml2po.pc.in
PYTHON_VERSIONS_ACCEPTED= 24 23
PYTHON_PATCH_SCRIPTS= xml2po/modes/docbook.py
PYTHON_PATCH_SCRIPTS+= xml2po/modes/empty.py
PYTHON_PATCH_SCRIPTS+= xml2po/modes/gs.py
PYTHON_PATCH_SCRIPTS+= xml2po/xml2po.py
BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.12
BUILDLINK_DEPMETHOD.libxslt= build
BUILDLINK_DEPMETHOD.libxml2= build
2006-05-02 15:41:58 +02:00
PYCOMPILEALL= ${BUILDLINK_PREFIX.${PYPACKAGE}}/${PYLIB}/compileall.py
post-install:
2007-10-24 17:07:29 +02:00
${PYTHONBIN} ${PYCOMPILEALL} ${DESTDIR}${PREFIX}/share/xml2po
2006-05-02 15:41:58 +02:00
.include "../../lang/python/application.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../textproc/xmlcatmgr/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../mk/bsd.pkg.mk"