[empathy] Disable goa support until empathy gets ported to WebKit2

Kalev Lember kalev at fedoraproject.org
Thu Mar 5 22:22:02 UTC 2015


commit ec8214d4fe66e16bb970b7542e36e0afc30565a1
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Mar 5 22:40:32 2015 +0100

    Disable goa support until empathy gets ported to WebKit2
    
    https://mail.gnome.org/archives/distributor-list/2015-March/msg00001.html

 empathy.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/empathy.spec b/empathy.spec
index d7ea535..6fdfa13 100644
--- a/empathy.spec
+++ b/empathy.spec
@@ -7,7 +7,6 @@
 %global network_manager_version 0.7.0
 %global libcanberra_version	0.4
 %global webkit_version		1.3.13
-%global goa_version		3.5.1
 %global libnotify_version	0.7.0
 %global libchamplain_version	0.12.1
 %global folks_version		0.9.5
@@ -17,7 +16,7 @@
 
 Name:		empathy
 Version:	3.12.7
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Instant Messaging Client for GNOME
 
 License:	GPLv2+
@@ -55,7 +54,6 @@ BuildRequires:	cheese-libs-devel
 BuildRequires:	pulseaudio-libs-devel
 BuildRequires:	libgudev1-devel
 BuildRequires:	telepathy-mission-control-devel
-BuildRequires:	gnome-online-accounts-devel >= %{goa_version}
 BuildRequires:	libsecret-devel >= %{libsecret_version}
 BuildRequires:	gcr-devel >= %{gcr_version}
 BuildRequires:	pkgconfig(gee-0.8)
@@ -90,7 +88,7 @@ rm data/empathy.desktop
 %build
 ## GCC complains about some unused functions, so we forcibly show those as
 ## simple warnings instead of build-halting errors.
-%configure --disable-static --enable-ubuntu-online-accounts=no
+%configure --disable-static --enable-ubuntu-online-accounts=no --enable-goa=no
 # Parallel builds are broken.
 make
 install -m 0644 %{SOURCE1} ./README.ConnectionManagers
@@ -144,7 +142,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_libdir}/%{name}/libempathy-gtk-%{version}.so
 %{_libdir}/%{name}/libempathy-gtk.so
 %{_libdir}/%{name}/libempathy.so
-%{_libdir}/mission-control-plugins.0/mcp-account-manager-goa.so
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/empathy/
 %{_datadir}/applications/%{name}.desktop
@@ -198,6 +195,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/adium/message-styles/PlanetGNOME.AdiumMessageStyle/Contents/Resources/main.css
 
 %changelog
+* Thu Mar 05 2015 Kalev Lember <kalevlember at gmail.com> - 3.12.7-2
+- Disable goa support until empathy gets ported to WebKit2
+
 * Tue Oct 14 2014 Kalev Lember <kalevlember at gmail.com> - 3.12.7-1
 - Update to 3.12.7
 


More information about the scm-commits mailing list