pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/epiphany Update to 1.2.3 and disable the nautilus ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0f14c15b83e
branches:  trunk
changeset: 473392:f0f14c15b83e
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Apr 19 14:14:23 2004 +0000

description:
Update to 1.2.3 and disable the nautilus view, as it is disabled by default
in this version (and AFAICT, it doesn't work or I haven't been able to find
a way to get it working).

Code changes
        * Cleanup chrome handling (Marco)

Bugfixes
        * Fix bookmarks import from XBEL (Marco)
        * Set window icon on "About" dialogue (Christian)
        * Fix "Add" button appearance for some themes (Christian)
        * Fix "Go" button (Christian)
        * Fix "Open In New Tabs" from bookmarks editor (Christian) [#138343]
        * Fix context menu for anchors without href (Christian) [#138200]
        * Fix context menu for linked images (Christian) [#138200]
        * Fix startup script on solaris (Marco) [#138088]
        * Fix filechooser handling (Federico Mena Quintero) [#138263]
        * Fix compilation with -fdata-sections (Christian) [#136878]
        * Check for invalid font size pref (Piers)
        * Fix clear-history dialogue button size with themes (Piers)
        * Fix bookmarks toolbar visibility in fullscreen and ppview
          mode (Christian) [#138520]
        * Fix link dragging to new notebook tabs (Christian) [#138902]
        * Sync toolbar code with galeon gtk 2.4 port; fixes crash when
          dragging items from other applications (Crispin Flowerday)
        * Fix homepage setting to current page (Christian) [#139124]
        * Make pdm, prefs and print setup dialogue transient (Christian)
        * Sort the actions in location entry drop-down (Christian) [#139575]
        * Don't quit filechooser when choosing not to overwrite an
          existing file (Christian) [#139400]
        * Fix filename encoding in confirm-overwrite dialogue (Christian)
        * Fix accel setting for dynamic menus (Christian) [#139641]
        * Don't gunzip downloaded files (Marco) [#131778]
        * Fix content policy contract ID (Christian)
        * Fix chrome handling for new windows from _blank target links
          (Marco) [#139512]
        * Make message selectable in content handler dialogue (Piers)
        * Translations: bg, eu, is, hu, no, pa, ru

diffstat:

 www/epiphany/Makefile |  5 ++---
 www/epiphany/PLIST    |  6 +++---
 www/epiphany/distinfo |  6 +++---
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (66 lines):

diff -r e4841e5f4459 -r f0f14c15b83e www/epiphany/Makefile
--- a/www/epiphany/Makefile     Mon Apr 19 14:13:28 2004 +0000
+++ b/www/epiphany/Makefile     Mon Apr 19 14:14:23 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2004/04/14 16:15:28 jmmv Exp $
+# $NetBSD: Makefile,v 1.16 2004/04/19 14:14:23 jmmv Exp $
 #
 
-DISTNAME=      epiphany-1.2.2
+DISTNAME=      epiphany-1.2.3
 CATEGORIES=    www gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/epiphany/1.2/}
 EXTRACT_SUFX=  .tar.bz2
@@ -32,7 +32,6 @@
 .include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../net/ORBit2/buildlink3.mk"
 .include "../../sysutils/gnome-vfs2/buildlink3.mk"
-.include "../../sysutils/nautilus/buildlink3.mk"
 .include "../../textproc/intltool/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/scrollkeeper/omf.mk"
diff -r e4841e5f4459 -r f0f14c15b83e www/epiphany/PLIST
--- a/www/epiphany/PLIST        Mon Apr 19 14:13:28 2004 +0000
+++ b/www/epiphany/PLIST        Mon Apr 19 14:14:23 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/04/01 18:52:49 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/04/19 14:14:23 jmmv Exp $
 bin/epiphany
 bin/epiphany-bin
 include/epiphany-1.2/epiphany/ephy-bookmarks.h
@@ -25,7 +25,6 @@
 include/epiphany-1.2/epiphany/ephy-tab.h
 include/epiphany-1.2/epiphany/ephy-window.h
 lib/bonobo/servers/GNOME_Epiphany_Automation.server
-lib/bonobo/servers/GNOME_Epiphany_NautilusView.server
 lib/pkgconfig/epiphany-1.2.pc
 share/application-registry/epiphany.applications
 share/applications/bme.desktop
@@ -89,6 +88,7 @@
 ${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/epiphany.mo
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/epiphany.mo
 ${PKGLOCALEDIR}/locale/et/LC_MESSAGES/epiphany.mo
+${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/epiphany.mo
 ${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/epiphany.mo
 ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/epiphany.mo
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/epiphany.mo
@@ -139,7 +139,7 @@
 @dirrm share/gnome/help/epiphany/C
 @dirrm share/gnome/help/epiphany
 @comment in gnome2-dirs: @dirrm share/gnome/help
-@dirrm share/gconf/schemas
+@comment in GConf2: @dirrm share/gconf/schemas
 @dirrm share/epiphany/glade
 @dirrm share/epiphany/art
 @dirrm share/epiphany
diff -r e4841e5f4459 -r f0f14c15b83e www/epiphany/distinfo
--- a/www/epiphany/distinfo     Mon Apr 19 14:13:28 2004 +0000
+++ b/www/epiphany/distinfo     Mon Apr 19 14:14:23 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2004/04/01 18:52:49 jmmv Exp $
+$NetBSD: distinfo,v 1.6 2004/04/19 14:14:23 jmmv Exp $
 
-SHA1 (epiphany-1.2.2.tar.bz2) = 4bece22a45521d42c04057e5c90e0ed431ad5a94
-Size (epiphany-1.2.2.tar.bz2) = 2148870 bytes
+SHA1 (epiphany-1.2.3.tar.bz2) = 60f778160fdbb03dabc8671478ddbc16d1855175
+Size (epiphany-1.2.3.tar.bz2) = 2246318 bytes



Home | Main Index | Thread Index | Old Index