Merge lp:~mardy/account-plugins/lp1432613-vivid into lp:account-plugins/15.04

Proposed by Alberto Mardegan
Status: Merged
Merged at revision: 148
Proposed branch: lp:~mardy/account-plugins/lp1432613-vivid
Merge into: lp:account-plugins/15.04
Diff against target: 108 lines (+7/-49)
6 files modified
Makefile.am (+1/-3)
data/services/facebook-im.service.in (+0/-22)
data/services/wlm.service.in (+0/-22)
debian/account-plugin-facebook.install (+0/-1)
debian/account-plugin-windows-live.install (+0/-1)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~mardy/account-plugins/lp1432613-vivid
Reviewer Review Type Date Requested Status
Iain Lane (community) Approve
Online Accounts Pending
Review via email: mp+257661@code.launchpad.net

Commit message

Backport removal of non working IM services

Description of the change

Backport removal of non working IM services

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

OK thanks, optionally consider updating the descriptions to mention the lack of IM support

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile.am'
--- Makefile.am 2014-09-10 07:47:30 +0000
+++ Makefile.am 2015-04-28 16:02:17 +0000
@@ -80,7 +80,6 @@
80 $(INTLTOOL_V_MERGE) LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_MERGE_V_OPTIONS) --no-translations -x -u $< $@80 $(INTLTOOL_V_MERGE) LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_MERGE_V_OPTIONS) --no-translations -x -u $< $@
8181
82services_in_files = \82services_in_files = \
83 data/services/facebook-im.service.in \
84 data/services/facebook-microblog.service.in \83 data/services/facebook-microblog.service.in \
85 data/services/facebook-sharing.service.in \84 data/services/facebook-sharing.service.in \
86 data/services/flickr-microblog.service.in \85 data/services/flickr-microblog.service.in \
@@ -94,8 +93,7 @@
94 data/services/picasa.service.in \93 data/services/picasa.service.in \
95 data/services/sina-microblog.service.in \94 data/services/sina-microblog.service.in \
96 data/services/sohu-microblog.service.in \95 data/services/sohu-microblog.service.in \
97 data/services/twitter-microblog.service.in \96 data/services/twitter-microblog.service.in
98 data/services/wlm.service.in
9997
100services_DATA = \98services_DATA = \
101 $(services_in_files:.service.in=.service)99 $(services_in_files:.service.in=.service)
102100
=== removed file 'data/services/facebook-im.service.in'
--- data/services/facebook-im.service.in 2012-10-04 14:18:34 +0000
+++ data/services/facebook-im.service.in 1970-01-01 00:00:00 +0000
@@ -1,22 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" ?>
2<service id="facebook-im">
3 <type>IM</type>
4 <name>Facebook</name>
5 <icon>facebook</icon>
6 <provider>facebook</provider>
7 <translations>account-plugins</translations>
8
9 <!-- default settings (account settings have precedence over these) -->
10 <template>
11 <group name="telepathy">
12 <setting name="mc-readonly-params" type="b">true</setting>
13 <setting name="manager">gabble</setting>
14 <setting name="protocol">jabber</setting>
15
16 <setting name="param-account">chat.facebook.com</setting>
17 <setting name="param-server">chat.facebook.com</setting>
18 <setting name="param-fallback-servers">chat.facebook.com:443</setting>
19 </group>
20 </template>
21
22</service>
230
=== removed file 'data/services/wlm.service.in'
--- data/services/wlm.service.in 2012-10-04 14:18:34 +0000
+++ data/services/wlm.service.in 1970-01-01 00:00:00 +0000
@@ -1,22 +0,0 @@
1<?xml version="1.0" encoding="UTF-8" ?>
2<service id="wlm">
3 <type>IM</type>
4 <name>Windows Live Messenger</name>
5 <icon>msn</icon>
6 <provider>windows-live</provider>
7 <translations>account-plugins</translations>
8
9 <!-- default settings (account settings have precedence over these) -->
10 <template>
11 <group name="telepathy">
12 <setting name="mc-readonly-params" type="b">true</setting>
13 <setting name="manager">gabble</setting>
14 <setting name="protocol">jabber</setting>
15
16 <setting name="param-account">messenger.live.com</setting>
17 <setting name="param-fallback-servers">xmpp.messenger.live.com</setting>
18 <setting name="param-extra-certificate-identities">*.gateway.messenger.live.com</setting>
19 </group>
20 </template>
21
22</service>
230
=== modified file 'debian/account-plugin-facebook.install'
--- debian/account-plugin-facebook.install 2014-09-10 07:47:30 +0000
+++ debian/account-plugin-facebook.install 2015-04-28 16:02:17 +0000
@@ -1,6 +1,5 @@
1etc/signon-ui/webkit-options.d/www.facebook.com.conf1etc/signon-ui/webkit-options.d/www.facebook.com.conf
2usr/share/accounts/services/facebook-sharing.service2usr/share/accounts/services/facebook-sharing.service
3usr/share/accounts/services/facebook-microblog.service3usr/share/accounts/services/facebook-microblog.service
4usr/share/accounts/services/facebook-im.service
5usr/share/accounts/providers/facebook.provider4usr/share/accounts/providers/facebook.provider
6usr/share/accounts/qml-plugins/facebook/Main.qml5usr/share/accounts/qml-plugins/facebook/Main.qml
76
=== modified file 'debian/account-plugin-windows-live.install'
--- debian/account-plugin-windows-live.install 2013-03-19 14:47:46 +0000
+++ debian/account-plugin-windows-live.install 2015-04-28 16:02:17 +0000
@@ -1,3 +1,2 @@
1etc/signon-ui/webkit-options.d/login.live.com.conf1etc/signon-ui/webkit-options.d/login.live.com.conf
2usr/share/accounts/services/wlm.service
3usr/share/accounts/providers/windows-live.provider2usr/share/accounts/providers/windows-live.provider
43
=== modified file 'debian/changelog'
--- debian/changelog 2015-04-15 13:36:57 +0000
+++ debian/changelog 2015-04-28 16:02:17 +0000
@@ -1,3 +1,9 @@
1account-plugins (0.12+15.04.20150415.1-0ubuntu2) UNRELEASED; urgency=medium
2
3 * Remove non working IM services (LP: #1432613)
4
5 -- Alberto Mardegan <alberto.mardegan@canonical.com> Tue, 28 Apr 2015 10:44:26 -0500
6
1account-plugins (0.12+15.04.20150415.1-0ubuntu1) vivid; urgency=medium7account-plugins (0.12+15.04.20150415.1-0ubuntu1) vivid; urgency=medium
28
3 [ Alberto Mardegan ]9 [ Alberto Mardegan ]

Subscribers

People subscribed via source and target branches