Changes: 7.0 --- Fixed YouTube rendering issue due to custom user agent Fixed invisible cursor in text fields Restored behavior of " " and "." in urlbar completion Download/ web notifications for background window/ tab Highlight in toolbar for finished downloads Re-introduced proxy server UX Multiple processes for indivdual tabs Adaptive toolbar layout for smaller screens 6.0 --- Revamped Vala-only core based on GTK+3 and WebKit2 App based on Gtk.Application, supporting global/ window app menu Tabs on top with a custom stack switcher and Gtk.Stack Url completion with GLib.ListModel and Gtk.ListBox Peas-based extensions, also available in Private Browsing New fullscreen mode with auto-revealing toolbar Based on www/midori and updated in pkgsrc-wip by <bsiegert> and <leot>.
37 lines
1.2 KiB
Makefile
37 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.115 2018/12/11 12:40:18 bsiegert Exp $
|
|
|
|
DISTNAME= midori-v7.0
|
|
PKGNAME= ${DISTNAME:S/v//}
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=midori-browser/}
|
|
GITHUB_PROJECT= core
|
|
GITHUB_RELEASE= v7
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://midori-browser.org/
|
|
COMMENT= Lightweight web browser using WebKit
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_CMAKE= yes
|
|
USE_TOOLS+= intltool msgfmt pkg-config
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-Werror
|
|
|
|
CONFIGURE_ENV+= VALAC=${VALAC}
|
|
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libpeas/buildlink3.mk"
|
|
.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../net/libsoup/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../sysutils/libnotify/buildlink3.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../x11/libXScrnSaver/buildlink3.mk"
|
|
.include "../../www/webkit-gtk/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.vala= build
|
|
.include "../../lang/vala/buildlink3.mk"
|
|
.include "../../security/gcr/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|