28b5bc7c4c
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)
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.39 2016/01/20 09:32:28 prlw1 Exp $
|
|
|
|
DISTNAME= yelp-3.18.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"
|