2016-05-07 10:45:55 +02:00
|
|
|
# $NetBSD: Makefile,v 1.42 2016/05/07 08:45:55 prlw1 Exp $
|
2012-02-13 13:40:00 +01:00
|
|
|
|
2016-05-07 10:45:55 +02:00
|
|
|
DISTNAME= yelp-3.20.1
|
2012-02-13 13:40:00 +01:00
|
|
|
CATEGORIES= misc gnome
|
2013-05-20 02:05:04 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/yelp/${PKGVERSION_NOREV:R}/}
|
2012-02-13 13:40:00 +01:00
|
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
|
|
|
|
MAINTAINER= prlw1@cam.ac.uk
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
COMMENT= Mallard capable help browser
|
2013-05-20 02:05:04 +02:00
|
|
|
LICENSE= gnu-gpl-v2 AND apache-2.0
|
2012-02-13 13:40:00 +01:00
|
|
|
|
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2012-07-06 16:48:35 +02:00
|
|
|
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
2012-07-06 06:34:42 +02:00
|
|
|
|
2014-10-08 12:32:40 +02:00
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.38.0
|
|
|
|
BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.13.3
|
2012-02-13 13:40:00 +01:00
|
|
|
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"
|
Update yelp3 to 3.18.1
Highlights:
* Updated translations
* Fix accessibility regression for caret navigation, #754912 (Carlos Garcia
Campos)
* Use XDG_CURRENT_DESKTOP, when available, to set platform conditionals (Shaun
McCance)
* Fix crash after page title change bugfix (Shaun McCance)
* Fix page title changes when going backward and forward, #753448 (Carlos
Garcia Campos)
* Improve subtitle to only be shown when it differs from the page title,
#753444 (Michael Catanzaro)
* Fix startup activation, #753084 (Cosimo Cecchi)
* Use the correct background color, #749947 (Lars Uebernickel)
* Port to WebKit2 API, #686376 (Marcos Chavarría Teijeiro, Carlos Garcia
Campos, David King)
* Use a header bar as a toolbar in Unity, #749903 (Iain Lane)
* Support for platform conditional tokens from os-release (Shaun McCance)
2016-01-20 10:32:28 +01:00
|
|
|
.include "../../www/webkit-gtk/buildlink3.mk"
|
2012-02-13 13:40:00 +01:00
|
|
|
.include "../../textproc/yelp-xsl/buildlink3.mk"
|
|
|
|
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|