update to 0.3.6
changes: speed improvements, bugfixes
This commit is contained in:
parent
fb30072e8b
commit
21b8b1668a
3 changed files with 9 additions and 10 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.30 2011/04/22 13:44:59 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2011/06/09 11:02:13 drochner Exp $
|
||||
|
||||
DISTNAME= midori-0.3.3
|
||||
PKGREVISION= 1
|
||||
DISTNAME= midori-0.3.6
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://archive.xfce.org/src/apps/midori/0.3/
|
||||
|
||||
|
@ -18,6 +17,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
|
||||
CONFIGURE_ARGS+= --disable-vala
|
||||
|
||||
CHECK_PORTABILITY_SKIP+= win32/x86-mingw32-opensuse/install.sh
|
||||
|
||||
REPLACE_PYTHON= waf wscript docs/api/wscript_build
|
||||
REPLACE_PYTHON+= tests/wscript_build extensions/wscript_build
|
||||
REPLACE_PYTHON+= icons/wscript_build midori/wscript_build
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.17 2011/04/08 20:02:13 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.18 2011/06/09 11:02:13 drochner Exp $
|
||||
bin/midori
|
||||
lib/midori/libadblock.so
|
||||
lib/midori/libaddons.so
|
||||
|
@ -8,7 +8,6 @@ lib/midori/libcopy-tabs.so
|
|||
lib/midori/libfeed-panel.so
|
||||
lib/midori/libformhistory.so
|
||||
lib/midori/libmouse-gestures.so
|
||||
lib/midori/libpage-holder.so
|
||||
lib/midori/libshortcuts.so
|
||||
lib/midori/libstatus-clock.so
|
||||
lib/midori/libstatusbar-features.so
|
||||
|
@ -88,4 +87,3 @@ share/midori/res/error.html
|
|||
share/midori/res/logo-shade.png
|
||||
share/midori/res/mootools.js
|
||||
share/midori/res/speeddial-head.html
|
||||
share/midori/res/speeddial.json
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.14 2011/04/08 20:02:13 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.15 2011/06/09 11:02:13 drochner Exp $
|
||||
|
||||
SHA1 (midori-0.3.3.tar.bz2) = 01baf6243f7b00af5e5b4eb6ac5d3233e60bc993
|
||||
RMD160 (midori-0.3.3.tar.bz2) = f2380250f3246a3a7c32edb3eba884d3c8ed946f
|
||||
Size (midori-0.3.3.tar.bz2) = 848720 bytes
|
||||
SHA1 (midori-0.3.6.tar.bz2) = b790f33b72520e6910061a933f879b74482f801c
|
||||
RMD160 (midori-0.3.6.tar.bz2) = b74e1d2d99538ea6a54d28537d41b20987a5e8f4
|
||||
Size (midori-0.3.6.tar.bz2) = 904370 bytes
|
||||
SHA1 (patch-aa) = 4c3f5f1c248a871e73c6eaf51f9d9259e02d1e6a
|
||||
|
|
Loading…
Reference in a new issue