diff options
author | Joe McCann <joem@gentoo.org> | 2005-03-15 20:28:39 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2005-03-15 20:28:39 +0000 |
commit | a5972c5c34e1ee66a7af10a5d5793ebd79dd2004 (patch) | |
tree | 09fa0d216b443585582fceac18ca493fb2eee31e /net-www | |
parent | rename installed jar, closes 85392 (diff) | |
download | gentoo-2-a5972c5c34e1ee66a7af10a5d5793ebd79dd2004.tar.gz gentoo-2-a5972c5c34e1ee66a7af10a5d5793ebd79dd2004.tar.bz2 gentoo-2-a5972c5c34e1ee66a7af10a5d5793ebd79dd2004.zip |
New version for epiphany-1.6
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-www')
6 files changed, 145 insertions, 4 deletions
diff --git a/net-www/epiphany-extensions/ChangeLog b/net-www/epiphany-extensions/ChangeLog index 091b94aacd13..180dfceb44de 100644 --- a/net-www/epiphany-extensions/ChangeLog +++ b/net-www/epiphany-extensions/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for net-www/epiphany-extensions # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/epiphany-extensions/ChangeLog,v 1.1 2005/02/17 09:11:18 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/epiphany-extensions/ChangeLog,v 1.2 2005/03/15 20:28:39 joem Exp $ - 17 Feb 2005; Mike Gardiner <obz@gentoo.org> : - First release +*epiphany-extensions-1.6.0 (15 Mar 2005) + + 15 Mar 2005; Joe McCann <joem@gentoo.org> + +files/epiphany-extensions-1.6.0-disable_bookmarks-tray_label.patch, + +files/epiphany-extensions-1.6.0-fix_includes.patch, + +epiphany-extensions-1.6.0.ebuild: + New version for epiphany-1.6 diff --git a/net-www/epiphany-extensions/Manifest b/net-www/epiphany-extensions/Manifest index 586a5b2f6736..5235929b1a0a 100644 --- a/net-www/epiphany-extensions/Manifest +++ b/net-www/epiphany-extensions/Manifest @@ -1,4 +1,6 @@ -MD5 9d92066ce16574819face69b58eed762 epiphany-extensions-1.4.5.ebuild 888 MD5 5c6e7d3a9d1a93ef5c84f72e8f17af6a ChangeLog 289 +MD5 9d92066ce16574819face69b58eed762 epiphany-extensions-1.4.5.ebuild 888 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 0aea7b71c172b06b81ae74ce0b3b8df7 epiphany-extensions-1.6.0.ebuild 1030 MD5 01ced8c924663aef907498afafdb1167 files/digest-epiphany-extensions-1.4.5 78 +MD5 707f7a46f60ea0b7cf60bda490cdbf9e files/digest-epiphany-extensions-1.6.0 78 diff --git a/net-www/epiphany-extensions/epiphany-extensions-1.6.0.ebuild b/net-www/epiphany-extensions/epiphany-extensions-1.6.0.ebuild new file mode 100644 index 000000000000..457d798bc3ba --- /dev/null +++ b/net-www/epiphany-extensions/epiphany-extensions-1.6.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/epiphany-extensions/epiphany-extensions-1.6.0.ebuild,v 1.1 2005/03/15 20:28:39 joem Exp $ + +inherit gnome2 eutils + +DESCRIPTION="Extensions for the Epiphany web browser" +HOMEPAGE="http://www.gnome.org/projects/epiphany/extensions.html" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="doc" + +RDEPEND=">=net-www/epiphany-1.5.7 + >=dev-libs/libxml2-2.6 + >=dev-libs/glib-2.6 + >=x11-libs/gtk+-2.6 + >=gnome-base/libglade-2 + app-text/opensp + >=net-www/mozilla-1.7" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + sys-devel/gettext + >=dev-util/intltool-0.29" + +#fixme adblock and find extensions don't compile +G2CONF="${G2CONF} --with-extensions=\ +actions,\ +bookmarks-tray,\ +certificates,\ +error-viewer,\ +extensions-manager-ui,\ +gestures,\ +page-info,\ +select-stylesheet,\ +sidebar,\ +smart-bookmarks,\ +tab-groups,\ +tabsmenu,\ +`use doc && echo sample-mozilla,sample`" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-fix_includes.patch + epatch ${FILESDIR}/${P}-disable_bookmarks-tray_label.patch +} + +USE_DESTDIR="1" + +DOCS="AUTHORS NEWS README" + diff --git a/net-www/epiphany-extensions/files/digest-epiphany-extensions-1.6.0 b/net-www/epiphany-extensions/files/digest-epiphany-extensions-1.6.0 new file mode 100644 index 000000000000..c158f2186732 --- /dev/null +++ b/net-www/epiphany-extensions/files/digest-epiphany-extensions-1.6.0 @@ -0,0 +1 @@ +MD5 c9f6d0e6b817120e8aec671529ad5ee8 epiphany-extensions-1.6.0.tar.bz2 550293 diff --git a/net-www/epiphany-extensions/files/epiphany-extensions-1.6.0-disable_bookmarks-tray_label.patch b/net-www/epiphany-extensions/files/epiphany-extensions-1.6.0-disable_bookmarks-tray_label.patch new file mode 100644 index 000000000000..13c6e53cd35f --- /dev/null +++ b/net-www/epiphany-extensions/files/epiphany-extensions-1.6.0-disable_bookmarks-tray_label.patch @@ -0,0 +1,24 @@ +diff -ru epiphany-extensions-1.6.0/extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c epiphany-extensions-1.6.0-lars/extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c +--- epiphany-extensions-1.6.0/extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c 2005-03-03 17:14:20.000000000 +0100 ++++ epiphany-extensions-1.6.0-lars/extensions/bookmarks-tray/ephy-bookmarks-tray-extension.c 2005-03-14 15:34:19.150089723 +0100 +@@ -451,7 +451,7 @@ + { + EphyBookmarksTrayExtensionPrivate *priv; + GError *error = NULL; +- GtkWidget *hbox, *image, *label; ++ GtkWidget *hbox, *image; + + LOG ("EphyBookmarksTrayExtension initialising"); + +@@ -510,10 +510,7 @@ + image = gtk_image_new_from_stock (EPHY_STOCK_BOOKMARKS, GTK_ICON_SIZE_MENU); + gtk_box_pack_start (GTK_BOX (hbox), image, FALSE, FALSE, 0); + +- label = gtk_label_new (_("Bookmarks")); +- gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0); + +- gtk_widget_show (label); + gtk_widget_show (image); + gtk_widget_show (hbox); + gtk_widget_show (priv->tray_button); + diff --git a/net-www/epiphany-extensions/files/epiphany-extensions-1.6.0-fix_includes.patch b/net-www/epiphany-extensions/files/epiphany-extensions-1.6.0-fix_includes.patch new file mode 100644 index 000000000000..3db044a1e04a --- /dev/null +++ b/net-www/epiphany-extensions/files/epiphany-extensions-1.6.0-fix_includes.patch @@ -0,0 +1,55 @@ +--- extensions/error-viewer/mozilla/Makefile.in.orig 2005-03-03 12:14:37.868152392 -0600 ++++ extensions/error-viewer/mozilla/Makefile.in 2005-03-03 12:15:19.319850776 -0600 +@@ -268,7 +268,8 @@ + . \ + dom \ + jsconsole \ +- necko ++ necko \ ++ webbrwsr + + liberrorviewermozilla_la_CPPFLAGS = \ + -I.. \ +--- extensions/page-info/mozilla/Makefile.in.orig 2005-03-03 12:16:12.080829888 -0600 ++++ extensions/page-info/mozilla/Makefile.in 2005-03-03 12:16:31.671851600 -0600 +@@ -261,6 +261,7 @@ + dom \ + layout \ + nkcache \ ++ pref \ + necko \ + uconv \ + webbrwsr +--- extensions/select-stylesheet/mozilla/Makefile.in.orig 2005-03-03 12:16:57.218967848 -0600 ++++ extensions/select-stylesheet/mozilla/Makefile.in 2005-03-03 12:17:22.043193992 -0600 +@@ -254,6 +254,7 @@ + + mozilla_include_subdirs = \ + . \ ++ dom \ + necko \ + nkcache \ + webbrwsr +--- extensions/find/Makefile.in.orig 2005-03-03 12:17:55.856053656 -0600 ++++ extensions/find/Makefile.in 2005-03-03 12:18:38.303600648 -0600 +@@ -284,6 +284,9 @@ + content \ + docshell \ + dom \ ++ pref \ ++ typeaheadfind \ ++ webbrwsr \ + fastfind \ + find \ + xpcom +--- extensions/adblock/mozilla/Makefile.in.orig 2005-03-03 12:19:02.228963440 -0600 ++++ extensions/adblock/mozilla/Makefile.in 2005-03-03 12:19:30.570654848 -0600 +@@ -259,6 +259,8 @@ + content \ + docshell \ + dom \ ++ necko \ ++ webbrwsr \ + xpcom + + libadblockmozilla_la_CPPFLAGS = \ |