pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/midori update to 0.2.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/ecf3a90dd7ee
branches: trunk
changeset: 575673:ecf3a90dd7ee
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed May 19 18:01:29 2010 +0000
description:
update to 0.2.5
changes:
-improved kiosk use
-Yellow location for valid SSL, red for invalid
-UI improvements
-bugfixes
pkgsrc change: Drop Linux conditional for installation if the
adblock config file. It seems to depend on the shared library file
extension which might be different than .so on some platforms, but
it is just a config file which doesn't hurt if it is not found.
diffstat:
www/midori/Makefile | 14 +++++---------
www/midori/PLIST | 8 ++++++--
www/midori/distinfo | 10 +++++-----
www/midori/patches/patch-aa | 17 ++++++++++++-----
4 files changed, 28 insertions(+), 21 deletions(-)
diffs (127 lines):
diff -r 1dd55518b8e8 -r ecf3a90dd7ee www/midori/Makefile
--- a/www/midori/Makefile Wed May 19 17:54:24 2010 +0000
+++ b/www/midori/Makefile Wed May 19 18:01:29 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2010/04/10 00:57:06 obache Exp $
+# $NetBSD: Makefile,v 1.20 2010/05/19 18:01:29 drochner Exp $
-DISTNAME= midori-0.2.4
+DISTNAME= midori-0.2.5
CATEGORIES= www
MASTER_SITES= http://archive.xfce.org/src/apps/midori/0.2/
@@ -31,13 +31,9 @@
.include "../../mk/bsd.prefs.mk"
-# XXX arould hunk#2 of patch-aa
-PLIST_VARS+= linux
-.if ${OPSYS} == "Linux"
-PLIST.linux= yes
-OWN_DIRS+= ${PKG_SYSCONFDIR}/xdg/midori/extensions/libadblock.so
-CONF_FILES+= ${EGDIR}/extensions/libadblock.so/config ${PKG_SYSCONFDIR}/xdg/midori/extensions/libadblock.so/config
-.endif
+OWN_DIRS+= ${PKG_SYSCONFDIR}/xdg/midori/extensions/libadblock.so
+CONF_FILES+= ${EGDIR}/extensions/libadblock.so/config \
+ ${PKG_SYSCONFDIR}/xdg/midori/extensions/libadblock.so/config
# XXX stupid hack. python has a marshal.h that gets included before
# the local marshal.h
diff -r 1dd55518b8e8 -r ecf3a90dd7ee www/midori/PLIST
--- a/www/midori/PLIST Wed May 19 17:54:24 2010 +0000
+++ b/www/midori/PLIST Wed May 19 18:01:29 2010 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.12 2010/04/10 00:57:06 obache Exp $
+@comment $NetBSD: PLIST,v 1.13 2010/05/19 18:01:29 drochner Exp $
bin/midori
lib/midori/libadblock.so
+lib/midori/libaddons.so
lib/midori/libcolorful-tabs.so
lib/midori/libcookie-manager.so
lib/midori/libfeed-panel.so
@@ -8,6 +9,7 @@
lib/midori/libmouse-gestures.so
lib/midori/libpage-holder.so
lib/midori/libshortcuts.so
+lib/midori/libstatus-clock.so
lib/midori/libstatusbar-features.so
lib/midori/libtab-panel.so
lib/midori/libtab-switcher.so
@@ -20,8 +22,8 @@
share/doc/midori/EXPAT
share/doc/midori/README
share/doc/midori/user/midori.html
+share/examples/midori/extensions/libadblock.so/config
share/examples/midori/search
-${PLIST.linux}share/examples/midori/extensions/libadblock.so/config
share/icons/hicolor/16x16/apps/midori.png
share/icons/hicolor/16x16/categories/extension.png
share/icons/hicolor/16x16/status/news-feed.png
@@ -50,6 +52,7 @@
share/locale/fr/LC_MESSAGES/midori.mo
share/locale/gl/LC_MESSAGES/midori.mo
share/locale/he/LC_MESSAGES/midori.mo
+share/locale/hr/LC_MESSAGES/midori.mo
share/locale/hu/LC_MESSAGES/midori.mo
share/locale/id/LC_MESSAGES/midori.mo
share/locale/it/LC_MESSAGES/midori.mo
@@ -57,6 +60,7 @@
share/locale/ko/LC_MESSAGES/midori.mo
share/locale/nl/LC_MESSAGES/midori.mo
share/locale/no/LC_MESSAGES/midori.mo
+share/locale/pa/LC_MESSAGES/midori.mo
share/locale/pl/LC_MESSAGES/midori.mo
share/locale/pt/LC_MESSAGES/midori.mo
share/locale/pt_BR/LC_MESSAGES/midori.mo
diff -r 1dd55518b8e8 -r ecf3a90dd7ee www/midori/distinfo
--- a/www/midori/distinfo Wed May 19 17:54:24 2010 +0000
+++ b/www/midori/distinfo Wed May 19 18:01:29 2010 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2010/04/10 00:57:06 obache Exp $
+$NetBSD: distinfo,v 1.9 2010/05/19 18:01:29 drochner Exp $
-SHA1 (midori-0.2.4.tar.bz2) = 41b11ff4a65256fc3fdcafb8151f60195d7f8845
-RMD160 (midori-0.2.4.tar.bz2) = 8291b66b23c80b1881c06a1f001789155a5fbf76
-Size (midori-0.2.4.tar.bz2) = 645554 bytes
-SHA1 (patch-aa) = 9d78b4fc1f2a1c881d07283d261e5f1ac3765f47
+SHA1 (midori-0.2.5.tar.bz2) = ee7cfe6b960029becb4b4c37efc8ec8008e3be5d
+RMD160 (midori-0.2.5.tar.bz2) = 1b70959b867a401f80da5223b6851e81f9b1f89d
+Size (midori-0.2.5.tar.bz2) = 705277 bytes
+SHA1 (patch-aa) = 80f3ef1e174bc19f2bc0b8215ad546cf82fcd89d
diff -r 1dd55518b8e8 -r ecf3a90dd7ee www/midori/patches/patch-aa
--- a/www/midori/patches/patch-aa Wed May 19 17:54:24 2010 +0000
+++ b/www/midori/patches/patch-aa Wed May 19 18:01:29 2010 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2010/04/10 00:57:06 obache Exp $
+$NetBSD: patch-aa,v 1.3 2010/05/19 18:01:29 drochner Exp $
---- wscript.orig 2010-03-07 21:23:04.000000000 +0000
+--- wscript.orig 2010-05-16 18:32:33.000000000 +0000
+++ wscript
-@@ -430,7 +430,7 @@ def build (bld):
+@@ -454,7 +454,7 @@ def build (bld):
'AUTHORS COPYING ChangeLog EXPAT README')
# Install default configuration
@@ -11,7 +11,14 @@
if bld.env['RST2HTML']:
# FIXME: Build only if needed
-@@ -515,7 +515,7 @@ def build (bld):
+@@ -533,13 +533,13 @@ def build (bld):
+ bld.install_files ('${MDATADIR}/' + APPNAME + '/res', 'data/autosuggestcontrol.css')
+
+ # FIXME: Determine the library naming for other platforms
+- if Options.platform == 'linux':
++ if 1:
+ extensions = os.listdir ('data/extensions')
+ for extension in extensions:
folder = 'lib' + extension + '.so'
source = 'data/extensions/' + extension + '/config'
if os.path.exists (source):
@@ -19,4 +26,4 @@
+ bld.install_files ('${DESTDIR}${PREFIX}/share/examples/' + APPNAME + \
'/extensions/' + folder, source)
- if Options.commands['check']:
+ if Options.commands['check'] or bld.env['tests']:
Home |
Main Index |
Thread Index |
Old Index