pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/liferea add an option to use webkit as html renderer
details: https://anonhg.NetBSD.org/pkgsrc/rev/3791c12f53d0
branches: trunk
changeset: 557014:3791c12f53d0
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Apr 08 16:44:23 2009 +0000
description:
add an option to use webkit as html renderer
(marked experimental, but works for me on i386)
diffstat:
www/liferea/Makefile | 11 ++++++++---
www/liferea/PLIST | 3 ++-
2 files changed, 10 insertions(+), 4 deletions(-)
diffs (50 lines):
diff -r 2e6a7420424d -r 3791c12f53d0 www/liferea/Makefile
--- a/www/liferea/Makefile Wed Apr 08 16:42:50 2009 +0000
+++ b/www/liferea/Makefile Wed Apr 08 16:44:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2009/04/07 11:36:27 drochner Exp $
+# $NetBSD: Makefile,v 1.82 2009/04/08 16:44:23 drochner Exp $
DISTNAME= liferea-1.4.27
CATEGORIES= www
@@ -19,11 +19,11 @@
PKG_OPTIONS_VAR= PKG_OPTIONS.liferea
PKG_OPTIONS_REQUIRED_GROUPS= renderer
-PKG_OPTIONS_GROUP.renderer= liferea-gtkhtml liferea-seamonkey liferea-firefox
+PKG_OPTIONS_GROUP.renderer= liferea-gtkhtml liferea-seamonkey liferea-firefox liferea-webkit
PKG_SUGGESTED_OPTIONS= liferea-gtkhtml
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= gtkhtml mozilla
+PLIST_VARS+= gtkhtml mozilla webkit
.if !empty(PKG_OPTIONS:Mliferea-gtkhtml)
CONFIGURE_ARGS+= --disable-gecko
.include "../../www/libgtkhtml/buildlink3.mk"
@@ -37,6 +37,11 @@
.include "../../www/firefox/buildlink3.mk"
PLIST.mozilla= yes
.endif
+.if !empty(PKG_OPTIONS:Mliferea-webkit)
+CONFIGURE_ARGS+= --disable-gecko
+.include "../../www/webkit-gtk/buildlink3.mk"
+PLIST.webkit= yes
+.endif
SHLIBTOOL_OVERRIDE= # empty
diff -r 2e6a7420424d -r 3791c12f53d0 www/liferea/PLIST
--- a/www/liferea/PLIST Wed Apr 08 16:42:50 2009 +0000
+++ b/www/liferea/PLIST Wed Apr 08 16:44:23 2009 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.35 2009/02/16 17:34:17 drochner Exp $
+@comment $NetBSD: PLIST,v 1.36 2009/04/08 16:44:23 drochner Exp $
bin/liferea
bin/liferea-add-feed
bin/liferea-bin
${PLIST.gtkhtml}lib/liferea/liblihtmlg.la
${PLIST.mozilla}lib/liferea/liblihtmlm.la
+${PLIST.webkit}lib/liferea/liblihtmlw.la
lib/liferea/liblinotiflibnotify.la
man/man1/liferea.1
man/pl/man1/liferea.1
Home |
Main Index |
Thread Index |
Old Index