Merge lp:~ken-vandine/account-plugins/gdrive_fix into lp:account-plugins

Proposed by Ken VanDine
Status: Merged
Approved by: Alberto Mardegan
Approved revision: 127
Merged at revision: 127
Proposed branch: lp:~ken-vandine/account-plugins/gdrive_fix
Merge into: lp:account-plugins
Diff against target: 70 lines (+3/-32)
4 files modified
Makefile.am (+1/-1)
data/services/Makefile.am (+0/-29)
data/services/google-drive.service.in (+1/-1)
debian/account-plugin-google.install (+1/-1)
To merge this branch: bzr merge lp:~ken-vandine/account-plugins/gdrive_fix
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Alberto Mardegan (community) Approve
Review via email: mp+178084@code.launchpad.net

Commit message

Rename the google-docs service to google-drive to match branding. The gdrive
scope was changed to use google-drive already, which is currently broken.

Description of the change

Rename the google-docs service to google-drive to match branding. The gdrive
scope was changed to use google-drive already, which is currently broken.

To post a comment you must log in.
Revision history for this message
Alberto Mardegan (mardy) wrote :

Thanks!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile.am'
--- Makefile.am 2013-06-27 14:17:22 +0000
+++ Makefile.am 2013-08-01 14:37:35 +0000
@@ -87,7 +87,7 @@
87 data/services/flickr-microblog.service.in \87 data/services/flickr-microblog.service.in \
88 data/services/flickr-sharing.service.in \88 data/services/flickr-sharing.service.in \
89 data/services/foursquare-microblog.service.in \89 data/services/foursquare-microblog.service.in \
90 data/services/google-docs.service.in \90 data/services/google-drive.service.in \
91 data/services/google-im.service.in \91 data/services/google-im.service.in \
92 data/services/identica-microblog.service.in \92 data/services/identica-microblog.service.in \
93 data/services/linkedin-microblog.service.in \93 data/services/linkedin-microblog.service.in \
9494
=== removed file 'data/services/Makefile.am'
--- data/services/Makefile.am 2013-06-27 14:17:22 +0000
+++ data/services/Makefile.am 1970-01-01 00:00:00 +0000
@@ -1,29 +0,0 @@
1# Extract translatable strings from .service files
2%.service: %.service.in $(INTLTOOL_MERGE)
3 $(INTLTOOL_V_MERGE) LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_MERGE_V_OPTIONS) --no-translations -x -u $< $@
4
5services_in_files = \
6 facebook-contacts.service.in \
7 facebook-im.service.in \
8 facebook-microblog.service.in \
9 facebook-sharing.service.in \
10 flickr-microblog.service.in \
11 flickr-sharing.service.in \
12 foursquare-microblog.service.in \
13 google-docs.service.in \
14 google-im.service.in \
15 identica-microblog.service.in \
16 picasa.service.in \
17 sina-microblog.service.in \
18 sohu-microblog.service.in \
19 twitter-microblog.service.in \
20 wlm.service.in
21
22services_DATA = \
23 $(services_in_files:.service.in=.service)
24
25dist_noinst_DATA = \
26 $(services_in_files)
27
28CLEANFILES = \
29 $(services_DATA)
300
=== renamed file 'data/services/google-docs.service.in' => 'data/services/google-drive.service.in'
--- data/services/google-docs.service.in 2012-10-04 14:18:34 +0000
+++ data/services/google-drive.service.in 2013-08-01 14:37:35 +0000
@@ -1,7 +1,7 @@
1<?xml version="1.0" encoding="UTF-8" ?>1<?xml version="1.0" encoding="UTF-8" ?>
2<service id="service">2<service id="service">
3 <type>documents</type>3 <type>documents</type>
4 <name>GoogleDocs</name>4 <name>GoogleDrive</name>
5 <icon>icon_google_docs</icon>5 <icon>icon_google_docs</icon>
6 <provider>google</provider>6 <provider>google</provider>
7 <translations>account-plugins</translations>7 <translations>account-plugins</translations>
88
=== modified file 'debian/account-plugin-google.install'
--- debian/account-plugin-google.install 2013-06-07 11:56:25 +0000
+++ debian/account-plugin-google.install 2013-08-01 14:37:35 +0000
@@ -1,5 +1,5 @@
1etc/signon-ui/webkit-options.d/accounts.google.com.conf1etc/signon-ui/webkit-options.d/accounts.google.com.conf
2usr/share/accounts/services/google-docs.service2usr/share/accounts/services/google-drive.service
3usr/share/accounts/services/google-im.service3usr/share/accounts/services/google-im.service
4usr/share/accounts/services/picasa.service4usr/share/accounts/services/picasa.service
5usr/share/accounts/providers/google.provider5usr/share/accounts/providers/google.provider

Subscribers

People subscribed via source and target branches