6914ccb48c
3.12.0 ====== * Updated translations: fr (Luc Pionchon) 3.11.90 ======= * Added "hidden" style hint on page and section titles * Added "norwich" style on links elements 3.11.5 ====== * Use <kdb> to fix DocBook keycap styling, #709943 * Removed the completely unused code watermark image * Made Mallard transform robust against multiple desc elements * Updated translations: zh_CN (Wylmer Wang) 3.11.4 ====== * Don't assign ARIA role "button" for expander headers, #719571 3.11.1 ====== * Added common template html.syntax.class for syntax brush * Only check for xmllint/xsltproc when needed, #700670 3.10.1 ====== * Fixed use of links styles on page and section elements 3.10.0 ====== * Updated translations: tg (Victor Ibragimov) 3.9.90 ====== * Added support for DocBook conditional processing * Fixed RTL issues in link trails for Mallard, DocBook, and DITA * Added "lead" style hint for paragraphs in Mallard and DocBook * Allow experimental role attribute on Mallard links element * Updated translations: ja (Jiro Matsuzawa) 3.9.1 ===== * Style work on previous and next links * Use fixed positioning for ui overlays * Use nicer close buttons on ui overlays (Jakub Steiner) * Added html.class.attr and html.class.attr.mode * Fixed issued with HTML tables in DocBook * Added "center" and "button" style hints to links element * Updated translations: cs (Marek Černocký)
22 lines
610 B
Makefile
22 lines
610 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/04/29 16:00:59 wiz Exp $
|
|
|
|
DISTNAME= yelp-xsl-3.12.0
|
|
CATEGORIES= textproc gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/yelp-xsl/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= prlw1@cam.ac.uk
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= XSL stylesheets for Yelp help browser
|
|
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config intltool msgfmt
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= yelp-xsl.pc.in
|
|
|
|
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|