ce451f3c07
3.20.1 ====== * Updated translations: ar (Khaled Hosny) fur (Fabio Tomat) oc (Cedric Valmary) 3.20.0 ====== * Updated translations: ca (Gil Forcada) da (Ask Hjorth Larsen) uk (Daniel Korostil) 3.19.91 ======= * Fallback to help-list: if no other help is available, #759545 (Aleksander Morgado) * Fix warnings in GtkStyleContext usage, #761577 (Michael Catanzaro) 3.19.90 ======= * Partial fix for handling documents using local paths, #753443 (Carlos Garcia Campos) * Allow .docbook files as file path, #699995 (Shaun McCance) * Fix return type of document_indexed, #761647 (Michael Catanzaro) * Fix build issue with separate builddir, #757139 (Shaun McCance) * Updated translations: an (Daniel Martinez) bg (Alexander Shopov) gd is (Sveinn i Felli) zh_CN (YunQiang Su, Jeff Bai) 3.19.1 ====== * Simplify build system and avoid private yelpcommon library, #756654 (David King) * Hide several internal symbols, #756658 (David King) * Updated translations: eu (Inaki Larranaga Murgoitio)
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.42 2016/05/07 08:45:55 prlw1 Exp $
|
|
|
|
DISTNAME= yelp-3.20.1
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/yelp/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= prlw1@cam.ac.uk
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Mallard capable help browser
|
|
LICENSE= gnu-gpl-v2 AND apache-2.0
|
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.38.0
|
|
BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.13.3
|
|
BUILDLINK_API_DEPENDS.libxslt+= libxslt>=1.1.4
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../devel/glib2/schemas.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../www/webkit-gtk/buildlink3.mk"
|
|
.include "../../textproc/yelp-xsl/buildlink3.mk"
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|