Hello community,
here is the log from the commit of package epiphany-extensions for
openSUSE:Factory
checked in at Mon Jul 11 12:20:50 CEST 2011.
--------
--- GNOME/epiphany-extensions/epiphany-extensions.changes 2011-04-11
10:22:29.000000000 +0200
+++
/mounts/work_src_done/STABLE/epiphany-extensions/epiphany-extensions.changes
2011-07-07 10:50:12.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jul 7 10:43:48 CEST 2011 - [email protected]
+
+- Add epiphany-extensions-gtk-box.patch to fix build with GTK+
+ 3.1.x.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
epiphany-extensions-gtk-box.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ epiphany-extensions.spec ++++++
--- /var/tmp/diff_new_pack.6pdSgV/_old 2011-07-11 12:20:30.000000000 +0200
+++ /var/tmp/diff_new_pack.6pdSgV/_new 2011-07-11 12:20:30.000000000 +0200
@@ -19,12 +19,14 @@
Name: epiphany-extensions
Version: 3.0.0
-Release: 1
+Release: 2
License: GPLv2+ ; LGPLv2.1+
Summary: Extensions Collection for Epiphany
Url: http://www.gnome.org/projects/epiphany/
Group: Productivity/Networking/Web/Browsers
Source:
ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.20/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAMM epiphany-extensions-gtk-box.patch bgo#654138
[email protected] -- Do not use deprecated api
+Patch0: epiphany-extensions-gtk-box.patch
%define api_version %(pkg-config --variable extensionsdir
%{_libdir}/pkgconfig/epiphany-*.pc | sed
"s,^%{_libdir}/epiphany/,,;s,/extensions$,,")
BuildRequires: dbus-1-glib-devel
BuildRequires: epiphany
@@ -52,6 +54,7 @@
%prep
%setup -q
translation-update-upstream
+%patch0 -p1
%build
%configure \
++++++ epiphany-extensions-gtk-box.patch ++++++
Index: epiphany-extensions-3.0.0/extensions/soup-fly/soup-fly.c
===================================================================
--- epiphany-extensions-3.0.0.orig/extensions/soup-fly/soup-fly.c
+++ epiphany-extensions-3.0.0/extensions/soup-fly/soup-fly.c
@@ -216,7 +216,7 @@ construct_ui (SoupFly *logger)
GTK_POLICY_AUTOMATIC);
gtk_container_add (GTK_CONTAINER (scrolled), treeview);
- hbox = gtk_hbox_new (FALSE, 10);
+ hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 10);
button = gtk_button_new_with_label (_("Clear finished"));
g_signal_connect (button, "clicked", G_CALLBACK (clear_button_clicked_cb),
logger);
gtk_container_add (GTK_CONTAINER (hbox), button);
@@ -226,7 +226,7 @@ construct_ui (SoupFly *logger)
g_signal_connect (check_button, "toggled", G_CALLBACK
(check_button_toggled_cb), logger);
gtk_container_add (GTK_CONTAINER (hbox), check_button);
- vbox = gtk_vbox_new (FALSE, 10);
+ vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 10);
gtk_box_pack_start (GTK_BOX (vbox), scrolled, TRUE, TRUE, 0);
gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, TRUE, 0);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]