diff options
author | ahoka <ahoka@pkgsrc.org> | 2009-06-08 21:17:04 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2009-06-08 21:17:04 +0000 |
commit | 5dc679af55749fc9959fa6d0ad1ba65a825d853f (patch) | |
tree | 7e2c40a050463fbc2d5785facf4ba2cc1efc7876 /www/midori/Makefile | |
parent | 0521cfb5c06282c77b0d4851fa8af26091371eb1 (diff) | |
download | pkgsrc-5dc679af55749fc9959fa6d0ad1ba65a825d853f.tar.gz |
Update to v0.1.7:
+ Save the activation status of extensions
+ Catch and ignore mouse buttons meant for horizontal scrolling
+ Improve panel detaching and how panels handle it
+ Add a Feed Panel extension
+ Add a Fixed-width Font Family preference
+ Support spell checking
+ Implement (optional) Speed dial feature
+ Support nicer error pages with WebKitGTK+ 1.1.6
+ Implement middle click to open menu items in tabs
+ Implement -s, --snapshot command line switch
+ Use libnotify (runtime dependency) for finished transfers
+ Add a Go button to the address entry
+ Always append tabs opened via middle/ double click on the tab bar
+ Implement Open new pages in: New window preference
+ Implement inline find with direct '.' and '/' hotkeys
+ Add basic support for @-moz-document in user styles
Diffstat (limited to 'www/midori/Makefile')
-rw-r--r-- | www/midori/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index 99829c6ed6f..228d46be0dd 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2009/05/13 18:41:31 snj Exp $ +# $NetBSD: Makefile,v 1.10 2009/06/08 21:17:04 ahoka Exp $ -DISTNAME= midori-0.1.6 +DISTNAME= midori-0.1.7 CATEGORIES= www MASTER_SITES= http://goodies.xfce.org/releases/midori/ @@ -39,7 +39,8 @@ SUBST_STAGE.marshal= pre-configure SUBST_MESSAGE.marshal= Gross hack (part one) in progress SUBST_FILES.marshal= midori/midori-locationaction.c midori/midori-panel.c SUBST_FILES.marshal+= midori/midori-view.c midori/midori-searchaction.c -SUBST_FILES.marshal+= katze/katze-array.c +SUBST_FILES.marshal+= midori/midori-browser.c +SUBST_FILES.marshal+= katze/katze-array.c katze/katze-arrayaction.c SUBST_SED.marshal= -e 's/"marshal/"marshallocal/' SUBST_STAGE.marshal2= pre-configure SUBST_MESSAGE.marshal2= Gross hack (part two) in progress @@ -61,5 +62,6 @@ BUILDLINK_API_DEPENDS.libsoup24+=libsoup24>=2.26.0 .include "../../textproc/libxml2/buildlink3.mk" .include "../../www/webkit-gtk/buildlink3.mk" .include "../../x11/libunique/buildlink3.mk" +.include "../../sysutils/libnotify/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |