Merge ~azzar1/ubuntu/+source/gnome-online-accounts:ubuntu/master-3.31.90-1 into ~ubuntu-desktop/ubuntu/+source/gnome-online-accounts:ubuntu/master

Proposed by Andrea Azzarone
Status: Merged
Merged at revision: ca5d79bcd810cdcd7ed7a1b8a9c7bae97c72eb95
Proposed branch: ~azzar1/ubuntu/+source/gnome-online-accounts:ubuntu/master-3.31.90-1
Merge into: ~ubuntu-desktop/ubuntu/+source/gnome-online-accounts:ubuntu/master
Diff against target: 47620 lines (+8075/-6345)
109 files modified
NEWS (+21/-3)
README (+4/-8)
config.h.in (+0/-12)
configure (+17/-76)
configure.ac (+4/-36)
data/dbus-interfaces.xml (+7/-1)
data/icons/Makefile.am (+1/-1)
data/icons/Makefile.in (+1/-1)
data/icons/scalable/Makefile.am (+9/-3)
data/icons/scalable/Makefile.in (+11/-5)
data/icons/scalable/goa-account-facebook.svg (+109/-0)
data/icons/scalable/goa-account-flickr.svg (+122/-0)
data/icons/scalable/goa-account-foursquare.svg (+108/-0)
data/icons/scalable/goa-account-google.svg (+159/-0)
data/icons/scalable/goa-account-msn.svg (+145/-0)
data/icons/scalable/goa-account-owncloud.svg (+117/-0)
data/icons/scalable/goa-account-pocket.svg (+145/-0)
data/icons/symbolic/Makefile.am (+20/-0)
data/icons/symbolic/Makefile.in (+11/-13)
data/icons/symbolic/goa-account-facebook-symbolic.svg (+31/-0)
data/icons/symbolic/goa-account-flickr-symbolic.svg (+43/-0)
data/icons/symbolic/goa-account-foursquare-symbolic.svg (+31/-0)
data/icons/symbolic/goa-account-google-symbolic.svg (+70/-0)
data/icons/symbolic/goa-account-msn-symbolic.svg (+60/-0)
data/icons/symbolic/goa-account-owncloud-symbolic.svg (+37/-0)
data/icons/symbolic/goa-account-pocket-symbolic.svg (+41/-0)
debian/changelog (+50/-0)
debian/control (+2/-2)
debian/control.in (+2/-2)
debian/gbp.conf (+16/-4)
debian/libgoa-backend-1.0-1.symbols (+0/-2)
debian/patches/0001-ubuntu-sso-provider.patch (+197/-93)
debian/patches/0002-livepatch-auth.patch (+6/-6)
debian/patches/series (+0/-1)
debian/rules (+1/-2)
debian/watch (+1/-1)
dev/null (+0/-37)
doc/Makefile.in (+3/-3)
doc/html/GoaAccount.html (+318/-393)
doc/html/GoaCalendar.html (+97/-97)
doc/html/GoaChat.html (+79/-79)
doc/html/GoaClient.html (+40/-40)
doc/html/GoaContacts.html (+97/-97)
doc/html/GoaDocuments.html (+79/-79)
doc/html/GoaExchange.html (+97/-97)
doc/html/GoaFiles.html (+97/-97)
doc/html/GoaMail.html (+223/-223)
doc/html/GoaManager.html (+134/-134)
doc/html/GoaMaps.html (+79/-79)
doc/html/GoaMediaServer.html (+97/-97)
doc/html/GoaMusic.html (+79/-79)
doc/html/GoaOAuth2Based.html (+150/-150)
doc/html/GoaOAuth2Provider.html (+73/-73)
doc/html/GoaOAuthBased.html (+157/-157)
doc/html/GoaOAuthProvider.html (+74/-74)
doc/html/GoaObject.html (+130/-204)
doc/html/GoaObjectManagerClient.html (+86/-86)
doc/html/GoaPasswordBased.html (+122/-122)
doc/html/GoaPhotos.html (+79/-79)
doc/html/GoaPrinters.html (+79/-79)
doc/html/GoaProvider.html (+88/-86)
doc/html/GoaReadLater.html (+79/-79)
doc/html/GoaTicketing.html (+115/-115)
doc/html/GoaTodo.html (+44/-415)
doc/html/annotation-glossary.html (+2/-0)
doc/html/gdbus-org.gnome.OnlineAccounts.Account.html (+1/-0)
doc/html/gdbus-org.gnome.OnlineAccounts.Todo.html (+4/-0)
doc/html/gio-hierarchy.html (+7/-7)
doc/html/goa-GoaError.html (+1/-1)
doc/html/goa-Version-Information.html (+10/-10)
doc/html/goa-goautil.html (+12/-12)
doc/html/goa.devhelp2 (+7/-18)
doc/html/index.html (+1/-1)
doc/html/ix01.html (+755/-777)
po/LINGUAS (+1/-0)
po/POTFILES.in (+0/-1)
po/af.po (+489/-424)
po/eu.po (+372/-354)
po/fr.po (+94/-108)
po/gnome-online-accounts.pot (+46/-54)
po/ja.po (+396/-401)
po/kab.po (+797/-0)
src/daemon/Makefile.am (+0/-1)
src/daemon/Makefile.in (+0/-1)
src/examples/Makefile.am (+0/-1)
src/examples/Makefile.in (+0/-1)
src/examples/lastfm-shout.c (+5/-3)
src/goa/Makefile.am (+0/-1)
src/goa/Makefile.in (+0/-1)
src/goa/goa-generated.c (+479/-321)
src/goa/goa-generated.h (+13/-13)
src/goabackend/Makefile.am (+0/-2)
src/goabackend/Makefile.in (+6/-18)
src/goabackend/goabackendenums.h (+1/-0)
src/goabackend/goaewsclient.c (+78/-56)
src/goabackend/goagoogleprovider.c (+1/-0)
src/goabackend/goahttpclient.c (+47/-49)
src/goabackend/goaobjectskeletonutils.c (+0/-23)
src/goabackend/goaobjectskeletonutils.h (+0/-3)
src/goabackend/goaprovider.c (+0/-4)
src/goaidentity/Makefile.am (+0/-1)
src/goaidentity/Makefile.in (+0/-1)
src/goaidentity/goaalarm.c (+1/-3)
src/goaidentity/goaidentityservice.c (+1/-2)
src/goaidentity/goakerberosidentity.c (+1/-2)
src/goaidentity/goakerberosidentityinquiry.c (+2/-3)
src/goaidentity/goakerberosidentitymanager.c (+2/-3)
src/goaidentity/org.gnome.Identity.c (+48/-41)
src/goaidentity/org.gnome.Identity.h (+1/-1)
Reviewer Review Type Date Requested Status
Jeremy Bícha Approve
Review via email: mp+363144@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jeremy Bícha (jbicha) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/NEWS b/NEWS
2index c34a869..d0916ee 100644
3--- a/NEWS
4+++ b/NEWS
5@@ -1,11 +1,29 @@
6-Overview of changes in 3.30.1
7-=============================
8+Overview of changes in 3.31.90
9+==============================
10
11 * Bugs fixed:
12+ !17 icons: Replace PNGs with SVGs and add symbolics
13+ !19 google: Only request the email field when getting the user's identity
14 796095 alarm: Refresh Kerberos tickets after a suspended system is resumed
15
16 * Updated translations:
17- Basque
18+ Afrikaans
19+ French
20+ Japanese
21+ Kabyle
22+
23+
24+Overview of changes in 3.31.3
25+=============================
26+
27+* Remove Todoist
28+
29+* Bugs fixed:
30+ !14 build: Don't define _POSIX_PTHREAD_SEMANTICS and _REENTRANT
31+ !15 identity: Port away from deprecated g_type_class_add_private
32+ 764157 Port to GTask from GSimpleAsyncResult
33+
34+* Updated translations:
35 Belarusian
36 Esperanto
37 Estonian
38diff --git a/README b/README
39index 6973165..e7bb786 100644
40--- a/README
41+++ b/README
42@@ -38,6 +38,7 @@ Google
43
44 OAuth 2.0:
45 https://developers.google.com/accounts/docs/OAuth2InstalledApp
46+https://developers.google.com/apis-explorer/
47 https://developers.google.com/oauthplayground/
48
49 Scopes:
50@@ -50,8 +51,9 @@ https://developers.google.com/picasa-web/docs/2.0/developers_guide_protocol
51 https://developers.google.com/talk/jep_extensions/oauth
52 https://developers.google.com/cloud-print/docs/devguide
53
54-Sometimes the documentation does not mention the OAuth2 scopes that need to be
55-specified in the source code. In such cases, the following can be useful:
56+Sometimes the documentation is lacking. In such cases, the following can be
57+useful:
58+https://developers.google.com/apis-explorer/
59 https://developers.google.com/oauthplayground/
60 https://discovery-check.appspot.com/
61
62@@ -71,12 +73,6 @@ useful:
63 http://www.slideshare.net/KuoE0/pocket-authentication-with-oauth-on-firefox-os
64
65
66-Todoist
67--------
68-
69-OAuth 2.0: https://developer.todoist.com/
70-
71-
72 Windows Live
73 ------------
74
75diff --git a/config.h.in b/config.h.in
76index 932daec..cecce6f 100644
77--- a/config.h.in
78+++ b/config.h.in
79@@ -121,18 +121,6 @@
80 /* Path to the template file */
81 #undef GOA_TEMPLATE_FILE
82
83-/* Todoist OAuth 2.0 client id */
84-#undef GOA_TODOIST_CLIENT_ID
85-
86-/* Todoist client secret */
87-#undef GOA_TODOIST_CLIENT_SECRET
88-
89-/* Enable Todoist data provider */
90-#undef GOA_TODOIST_ENABLED
91-
92-/* ProviderType and extension point name */
93-#undef GOA_TODOIST_NAME
94-
95 /* Windows Live OAuth 2.0 client id */
96 #undef GOA_WINDOWS_LIVE_CLIENT_ID
97
98diff --git a/configure b/configure
99index bced2f9..e7575dc 100755
100--- a/configure
101+++ b/configure
102@@ -1,6 +1,6 @@
103 #! /bin/sh
104 # Guess values for system-dependent variables and create Makefiles.
105-# Generated by GNU Autoconf 2.69 for GNOME Online Accounts 3.30.1.
106+# Generated by GNU Autoconf 2.69 for GNOME Online Accounts 3.31.90.
107 #
108 # Report bugs to <https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues>.
109 #
110@@ -591,8 +591,8 @@ MAKEFLAGS=
111 # Identity of this package.
112 PACKAGE_NAME='GNOME Online Accounts'
113 PACKAGE_TARNAME='gnome-online-accounts'
114-PACKAGE_VERSION='3.30.1'
115-PACKAGE_STRING='GNOME Online Accounts 3.30.1'
116+PACKAGE_VERSION='3.31.90'
117+PACKAGE_STRING='GNOME Online Accounts 3.31.90'
118 PACKAGE_BUGREPORT='https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues'
119 PACKAGE_URL='https://wiki.gnome.org/Projects/GnomeOnlineAccounts'
120
121@@ -890,9 +890,6 @@ enable_media_server
122 enable_owncloud
123 enable_facebook
124 with_facebook_client_id
125-enable_todoist
126-with_todoist_client_id
127-with_todoist_client_secret
128 enable_windows_live
129 with_windows_live_client_id
130 enable_pocket
131@@ -1479,7 +1476,7 @@ if test "$ac_init_help" = "long"; then
132 # Omit some internal or obsolete options to make the list less imposing.
133 # This message is too long to be a string in the A/UX 3.1 sh.
134 cat <<_ACEOF
135-\`configure' configures GNOME Online Accounts 3.30.1 to adapt to many kinds of systems.
136+\`configure' configures GNOME Online Accounts 3.31.90 to adapt to many kinds of systems.
137
138 Usage: $0 [OPTION]... [VAR=VALUE]...
139
140@@ -1550,7 +1547,7 @@ fi
141
142 if test -n "$ac_init_help"; then
143 case $ac_init_help in
144- short | recursive ) echo "Configuration of GNOME Online Accounts 3.30.1:";;
145+ short | recursive ) echo "Configuration of GNOME Online Accounts 3.31.90:";;
146 esac
147 cat <<\_ACEOF
148
149@@ -1596,7 +1593,6 @@ Optional Features:
150 --enable-media-server Enable Media Server provider
151 --enable-owncloud Enable ownCloud provider
152 --enable-facebook Enable Facebook provider
153- --enable-todoist Enable Todoist provider
154 --enable-windows-live Enable Windows Live provider
155 --enable-pocket Enable Pocket provider
156 --enable-kerberos Enable kerberos support
157@@ -1628,10 +1624,6 @@ Optional Packages:
158 Google OAuth 2.0 client secret
159 --with-facebook-client-id
160 Facebook OAuth 2.0 client id
161- --with-todoist-client-id
162- Todoist OAuth 2.0 client id
163- --with-todoist-client-secret
164- Todoist client secret
165 --with-windows-live-client-id
166 Windows Live OAuth 2.0 client id
167 --with-pocket-client-id Pocket OAuth 2.0 client id
168@@ -1758,7 +1750,7 @@ fi
169 test -n "$ac_init_help" && exit $ac_status
170 if $ac_init_version; then
171 cat <<\_ACEOF
172-GNOME Online Accounts configure 3.30.1
173+GNOME Online Accounts configure 3.31.90
174 generated by GNU Autoconf 2.69
175
176 Copyright (C) 2012 Free Software Foundation, Inc.
177@@ -2036,7 +2028,7 @@ cat >config.log <<_ACEOF
178 This file contains any messages produced by compilers while
179 running configure, to aid debugging if configure makes a mistake.
180
181-It was created by GNOME Online Accounts $as_me 3.30.1, which was
182+It was created by GNOME Online Accounts $as_me 3.31.90, which was
183 generated by GNU Autoconf 2.69. Invocation command line was
184
185 $ $0 $@
186@@ -2901,7 +2893,7 @@ fi
187
188 # Define the identity of the package.
189 PACKAGE='gnome-online-accounts'
190- VERSION='3.30.1'
191+ VERSION='3.31.90'
192
193
194 cat >>confdefs.h <<_ACEOF
195@@ -14904,8 +14896,8 @@ AM_BACKSLASH='\'
196
197
198 GOA_MAJOR_VERSION=3
199-GOA_MINOR_VERSION=30
200-GOA_MICRO_VERSION=1
201+GOA_MINOR_VERSION=31
202+GOA_MICRO_VERSION=90
203
204
205
206@@ -14927,10 +14919,10 @@ GOA_BACKEND_LT_VERSION=1:0:0
207 $as_echo "#define GOA_MAJOR_VERSION 3" >>confdefs.h
208
209
210-$as_echo "#define GOA_MINOR_VERSION 30" >>confdefs.h
211+$as_echo "#define GOA_MINOR_VERSION 31" >>confdefs.h
212
213
214-$as_echo "#define GOA_MICRO_VERSION 1" >>confdefs.h
215+$as_echo "#define GOA_MICRO_VERSION 90" >>confdefs.h
216
217
218 # Initialization
219@@ -16986,51 +16978,6 @@ $as_echo "#define GOA_FACEBOOK_ENABLED 1" >>confdefs.h
220
221 fi
222
223-# Todoist
224-
225-$as_echo "#define GOA_TODOIST_NAME \"todoist\"" >>confdefs.h
226-
227-# Check whether --enable-todoist was given.
228-if test "${enable_todoist+set}" = set; then :
229- enableval=$enable_todoist;
230-else
231- enable_todoist=no
232-fi
233-
234-
235-# Check whether --with-todoist-client-id was given.
236-if test "${with_todoist_client_id+set}" = set; then :
237- withval=$with_todoist_client_id;
238-fi
239-
240-
241-# Check whether --with-todoist-client-secret was given.
242-if test "${with_todoist_client_secret+set}" = set; then :
243- withval=$with_todoist_client_secret;
244-fi
245-
246-if test "$with_todoist_client_id" = ""; then
247- with_todoist_client_id="2e41575c1dd74f98ad7cfb178e1ba3dd"
248-fi
249-if test "$with_todoist_client_secret" = ""; then
250- with_todoist_client_secret="3e59831ffdd64633918d19aa0a1efd2b"
251-fi
252-
253-cat >>confdefs.h <<_ACEOF
254-#define GOA_TODOIST_CLIENT_ID "$with_todoist_client_id"
255-_ACEOF
256-
257-
258-cat >>confdefs.h <<_ACEOF
259-#define GOA_TODOIST_CLIENT_SECRET "$with_todoist_client_secret"
260-_ACEOF
261-
262-if test "$enable_todoist" != "no"; then
263-
264-$as_echo "#define GOA_TODOIST_ENABLED 1" >>confdefs.h
265-
266-fi
267-
268 # Windows Live
269
270 $as_echo "#define GOA_WINDOWS_LIVE_NAME \"windows_live\"" >>confdefs.h
271@@ -19501,7 +19448,7 @@ ac_config_commands="$ac_config_commands src/goa/goaconfig.h"
272 # Generate
273 #
274
275-ac_config_files="$ac_config_files Makefile data/Makefile data/icons/Makefile data/icons/16x16/Makefile data/icons/22x22/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile data/icons/48x48/Makefile data/icons/96x96/Makefile data/icons/256x256/Makefile src/Makefile src/goa/Makefile src/goa/goa-1.0.pc src/goabackend/Makefile src/goabackend/goa-backend-1.0.pc src/goaidentity/Makefile src/daemon/Makefile src/examples/Makefile po/Makefile.in doc/Makefile doc/version.xml"
276+ac_config_files="$ac_config_files Makefile data/Makefile data/icons/Makefile data/icons/scalable/Makefile data/icons/symbolic/Makefile src/Makefile src/goa/Makefile src/goa/goa-1.0.pc src/goabackend/Makefile src/goabackend/goa-backend-1.0.pc src/goaidentity/Makefile src/daemon/Makefile src/examples/Makefile po/Makefile.in doc/Makefile doc/version.xml"
277
278 cat >confcache <<\_ACEOF
279 # This file is a shell script that caches the results of configure
280@@ -20085,7 +20032,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
281 # report actual input values of CONFIG_FILES etc. instead of their
282 # values after options handling.
283 ac_log="
284-This file was extended by GNOME Online Accounts $as_me 3.30.1, which was
285+This file was extended by GNOME Online Accounts $as_me 3.31.90, which was
286 generated by GNU Autoconf 2.69. Invocation command line was
287
288 CONFIG_FILES = $CONFIG_FILES
289@@ -20152,7 +20099,7 @@ _ACEOF
290 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
291 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
292 ac_cs_version="\\
293-GNOME Online Accounts config.status 3.30.1
294+GNOME Online Accounts config.status 3.31.90
295 configured by $0, generated by GNU Autoconf 2.69,
296 with options \\"\$ac_cs_config\\"
297
298@@ -20584,13 +20531,8 @@ do
299 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
300 "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
301 "data/icons/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/Makefile" ;;
302- "data/icons/16x16/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/16x16/Makefile" ;;
303- "data/icons/22x22/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/22x22/Makefile" ;;
304- "data/icons/24x24/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/24x24/Makefile" ;;
305- "data/icons/32x32/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/32x32/Makefile" ;;
306- "data/icons/48x48/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/48x48/Makefile" ;;
307- "data/icons/96x96/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/96x96/Makefile" ;;
308- "data/icons/256x256/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/256x256/Makefile" ;;
309+ "data/icons/scalable/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/scalable/Makefile" ;;
310+ "data/icons/symbolic/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/symbolic/Makefile" ;;
311 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
312 "src/goa/Makefile") CONFIG_FILES="$CONFIG_FILES src/goa/Makefile" ;;
313 "src/goa/goa-1.0.pc") CONFIG_FILES="$CONFIG_FILES src/goa/goa-1.0.pc" ;;
314@@ -22050,7 +21992,6 @@ echo "
315 ownCloud provider: ${enable_owncloud}
316 Kerberos provider: ${enable_kerberos}
317 Facebook provider: ${enable_facebook} (OAuth 2.0, id:${with_facebook_client_id})
318- Todoist provider: ${enable_todoist} (OAuth 2.0, id:${with_todoist_client_id} secret:${with_todoist_client_secret})
319 Windows Live provider: ${enable_windows_live} (OAuth 2.0, id:${with_windows_live_client_id})
320 Pocket provider: ${enable_pocket} (id:${with_pocket_client_id})
321 Last.fm provider: ${enable_lastfm} (id:${with_lastfm_client_id} secret:${with_lastfm_client_secret})
322diff --git a/configure.ac b/configure.ac
323index 001c3d2..5ce5770 100644
324--- a/configure.ac
325+++ b/configure.ac
326@@ -1,6 +1,6 @@
327 m4_define([goa_major_version], [3])
328-m4_define([goa_minor_version], [30])
329-m4_define([goa_micro_version], [1])
330+m4_define([goa_minor_version], [31])
331+m4_define([goa_micro_version], [90])
332 m4_define([goa_nano_version], [0])
333
334 m4_define([goa_base_version],
335@@ -285,32 +285,6 @@ if test "$enable_facebook" != "no"; then
336 AC_DEFINE(GOA_FACEBOOK_ENABLED, 1, [Enable Facebook data provider])
337 fi
338
339-# Todoist
340-AC_DEFINE(GOA_TODOIST_NAME, ["todoist"], [ProviderType and extension point name])
341-AC_ARG_ENABLE([todoist],
342- [AS_HELP_STRING([--enable-todoist], [Enable Todoist provider])],
343- [],
344- [enable_todoist=no])
345-AC_ARG_WITH(todoist-client-id,
346- [AS_HELP_STRING([--with-todoist-client-id], [Todoist OAuth 2.0 client id])],
347- [],
348- [])
349-AC_ARG_WITH(todoist-client-secret,
350- [AS_HELP_STRING([--with-todoist-client-secret], [Todoist client secret])],
351- [],
352- [])
353-if test "$with_todoist_client_id" = ""; then
354- with_todoist_client_id="2e41575c1dd74f98ad7cfb178e1ba3dd"
355-fi
356-if test "$with_todoist_client_secret" = ""; then
357- with_todoist_client_secret="3e59831ffdd64633918d19aa0a1efd2b"
358-fi
359-AC_DEFINE_UNQUOTED(GOA_TODOIST_CLIENT_ID, ["$with_todoist_client_id"], [Todoist OAuth 2.0 client id])
360-AC_DEFINE_UNQUOTED(GOA_TODOIST_CLIENT_SECRET, ["$with_todoist_client_secret"], [Todoist client secret])
361-if test "$enable_todoist" != "no"; then
362- AC_DEFINE(GOA_TODOIST_ENABLED, 1, [Enable Todoist data provider])
363-fi
364-
365 # Windows Live
366 AC_DEFINE(GOA_WINDOWS_LIVE_NAME, ["windows_live"], [ProviderType and extension point name])
367 AC_ARG_ENABLE([windows-live],
368@@ -522,13 +496,8 @@ AC_OUTPUT([
369 Makefile
370 data/Makefile
371 data/icons/Makefile
372-data/icons/16x16/Makefile
373-data/icons/22x22/Makefile
374-data/icons/24x24/Makefile
375-data/icons/32x32/Makefile
376-data/icons/48x48/Makefile
377-data/icons/96x96/Makefile
378-data/icons/256x256/Makefile
379+data/icons/scalable/Makefile
380+data/icons/symbolic/Makefile
381 src/Makefile
382 src/goa/Makefile
383 src/goa/goa-1.0.pc
384@@ -574,7 +543,6 @@ echo "
385 ownCloud provider: ${enable_owncloud}
386 Kerberos provider: ${enable_kerberos}
387 Facebook provider: ${enable_facebook} (OAuth 2.0, id:${with_facebook_client_id})
388- Todoist provider: ${enable_todoist} (OAuth 2.0, id:${with_todoist_client_id} secret:${with_todoist_client_secret})
389 Windows Live provider: ${enable_windows_live} (OAuth 2.0, id:${with_windows_live_client_id})
390 Pocket provider: ${enable_pocket} (id:${with_pocket_client_id})
391 Last.fm provider: ${enable_lastfm} (id:${with_lastfm_client_id} secret:${with_lastfm_client_secret})
392diff --git a/data/dbus-interfaces.xml b/data/dbus-interfaces.xml
393index 205ce04..47a72c9 100644
394--- a/data/dbus-interfaces.xml
395+++ b/data/dbus-interfaces.xml
396@@ -256,7 +256,9 @@
397 Note that the #org.gnomeOnlineAccounts.Todo interface is added or
398 removed from the account asynchronously.
399 -->
400- <property name="TodoDisabled" type="b" access="readwrite"/>
401+ <property name="TodoDisabled" type="b" access="readwrite">
402+ <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
403+ </property>
404
405 <!-- ReadLaterDisabled:
406 @since: 3.12.0
407@@ -797,8 +799,12 @@
408
409 An account object implements this interface if it provides
410 todo-like capabilities.
411+
412+ The #org.gnome.OnlineAccounts.Todo interface is not used by
413+ any account.
414 -->
415 <interface name="org.gnome.OnlineAccounts.Todo">
416+ <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
417 </interface>
418
419 <!--
420diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am
421deleted file mode 100644
422index 38c1d22..0000000
423--- a/data/icons/16x16/Makefile.am
424+++ /dev/null
425@@ -1,22 +0,0 @@
426-NULL =
427-
428-icondir = $(datadir)/icons/hicolor/16x16/apps
429-icon_DATA = \
430- goa-account.png \
431- goa-account-facebook.png \
432- goa-account-flickr.png \
433- goa-account-google.png \
434- goa-account-msn.png \
435- goa-account-owncloud.png \
436- goa-account-pocket.png \
437- goa-account-foursquare.png \
438- goa-account-todoist.png \
439- $(NULL)
440-
441-EXTRA_DIST = \
442- $(icon_DATA)
443-
444-clean-local :
445- rm -f *~
446-
447--include $(top_srcdir)/git.mk
448diff --git a/data/icons/16x16/goa-account-facebook.png b/data/icons/16x16/goa-account-facebook.png
449deleted file mode 100644
450index d8e414b..0000000
451Binary files a/data/icons/16x16/goa-account-facebook.png and /dev/null differ
452diff --git a/data/icons/16x16/goa-account-flickr.png b/data/icons/16x16/goa-account-flickr.png
453deleted file mode 100644
454index a81c62c..0000000
455Binary files a/data/icons/16x16/goa-account-flickr.png and /dev/null differ
456diff --git a/data/icons/16x16/goa-account-foursquare.png b/data/icons/16x16/goa-account-foursquare.png
457deleted file mode 100644
458index fc41da8..0000000
459Binary files a/data/icons/16x16/goa-account-foursquare.png and /dev/null differ
460diff --git a/data/icons/16x16/goa-account-google.png b/data/icons/16x16/goa-account-google.png
461deleted file mode 100644
462index 241b225..0000000
463Binary files a/data/icons/16x16/goa-account-google.png and /dev/null differ
464diff --git a/data/icons/16x16/goa-account-msn.png b/data/icons/16x16/goa-account-msn.png
465deleted file mode 100644
466index 71f51d0..0000000
467Binary files a/data/icons/16x16/goa-account-msn.png and /dev/null differ
468diff --git a/data/icons/16x16/goa-account-owncloud.png b/data/icons/16x16/goa-account-owncloud.png
469deleted file mode 100644
470index 40d028c..0000000
471Binary files a/data/icons/16x16/goa-account-owncloud.png and /dev/null differ
472diff --git a/data/icons/16x16/goa-account-pocket.png b/data/icons/16x16/goa-account-pocket.png
473deleted file mode 100644
474index d3038c4..0000000
475Binary files a/data/icons/16x16/goa-account-pocket.png and /dev/null differ
476diff --git a/data/icons/16x16/goa-account-todoist.png b/data/icons/16x16/goa-account-todoist.png
477deleted file mode 100644
478index 855cfda..0000000
479Binary files a/data/icons/16x16/goa-account-todoist.png and /dev/null differ
480diff --git a/data/icons/16x16/goa-account.png b/data/icons/16x16/goa-account.png
481deleted file mode 100644
482index a06b11e..0000000
483Binary files a/data/icons/16x16/goa-account.png and /dev/null differ
484diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am
485deleted file mode 100644
486index 4ca45d3..0000000
487--- a/data/icons/22x22/Makefile.am
488+++ /dev/null
489@@ -1,22 +0,0 @@
490-NULL =
491-
492-icondir = $(datadir)/icons/hicolor/22x22/apps
493-icon_DATA = \
494- goa-account.png \
495- goa-account-facebook.png \
496- goa-account-flickr.png \
497- goa-account-google.png \
498- goa-account-msn.png \
499- goa-account-owncloud.png \
500- goa-account-pocket.png \
501- goa-account-foursquare.png \
502- goa-account-todoist.png \
503- $(NULL)
504-
505-EXTRA_DIST = \
506- $(icon_DATA)
507-
508-clean-local :
509- rm -f *~
510-
511--include $(top_srcdir)/git.mk
512diff --git a/data/icons/22x22/Makefile.in b/data/icons/22x22/Makefile.in
513deleted file mode 100644
514index ce42252..0000000
515--- a/data/icons/22x22/Makefile.in
516+++ /dev/null
517@@ -1,601 +0,0 @@
518-# Makefile.in generated by automake 1.15.1 from Makefile.am.
519-# @configure_input@
520-
521-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
522-
523-# This Makefile.in is free software; the Free Software Foundation
524-# gives unlimited permission to copy and/or distribute it,
525-# with or without modifications, as long as this notice is preserved.
526-
527-# This program is distributed in the hope that it will be useful,
528-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
529-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
530-# PARTICULAR PURPOSE.
531-
532-@SET_MAKE@
533-
534-VPATH = @srcdir@
535-am__is_gnu_make = { \
536- if test -z '$(MAKELEVEL)'; then \
537- false; \
538- elif test -n '$(MAKE_HOST)'; then \
539- true; \
540- elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
541- true; \
542- else \
543- false; \
544- fi; \
545-}
546-am__make_running_with_option = \
547- case $${target_option-} in \
548- ?) ;; \
549- *) echo "am__make_running_with_option: internal error: invalid" \
550- "target option '$${target_option-}' specified" >&2; \
551- exit 1;; \
552- esac; \
553- has_opt=no; \
554- sane_makeflags=$$MAKEFLAGS; \
555- if $(am__is_gnu_make); then \
556- sane_makeflags=$$MFLAGS; \
557- else \
558- case $$MAKEFLAGS in \
559- *\\[\ \ ]*) \
560- bs=\\; \
561- sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
562- | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
563- esac; \
564- fi; \
565- skip_next=no; \
566- strip_trailopt () \
567- { \
568- flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
569- }; \
570- for flg in $$sane_makeflags; do \
571- test $$skip_next = yes && { skip_next=no; continue; }; \
572- case $$flg in \
573- *=*|--*) continue;; \
574- -*I) strip_trailopt 'I'; skip_next=yes;; \
575- -*I?*) strip_trailopt 'I';; \
576- -*O) strip_trailopt 'O'; skip_next=yes;; \
577- -*O?*) strip_trailopt 'O';; \
578- -*l) strip_trailopt 'l'; skip_next=yes;; \
579- -*l?*) strip_trailopt 'l';; \
580- -[dEDm]) skip_next=yes;; \
581- -[JT]) skip_next=yes;; \
582- esac; \
583- case $$flg in \
584- *$$target_option*) has_opt=yes; break;; \
585- esac; \
586- done; \
587- test $$has_opt = yes
588-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
589-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
590-pkgdatadir = $(datadir)/@PACKAGE@
591-pkgincludedir = $(includedir)/@PACKAGE@
592-pkglibdir = $(libdir)/@PACKAGE@
593-pkglibexecdir = $(libexecdir)/@PACKAGE@
594-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
595-install_sh_DATA = $(install_sh) -c -m 644
596-install_sh_PROGRAM = $(install_sh) -c
597-install_sh_SCRIPT = $(install_sh) -c
598-INSTALL_HEADER = $(INSTALL_DATA)
599-transform = $(program_transform_name)
600-NORMAL_INSTALL = :
601-PRE_INSTALL = :
602-POST_INSTALL = :
603-NORMAL_UNINSTALL = :
604-PRE_UNINSTALL = :
605-POST_UNINSTALL = :
606-build_triplet = @build@
607-host_triplet = @host@
608-subdir = data/icons/22x22
609-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
610-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
611- $(top_srcdir)/m4/ax_append_flag.m4 \
612- $(top_srcdir)/m4/ax_append_link_flags.m4 \
613- $(top_srcdir)/m4/ax_check_compile_flag.m4 \
614- $(top_srcdir)/m4/ax_check_link_flag.m4 \
615- $(top_srcdir)/m4/ax_compiler_flags.m4 \
616- $(top_srcdir)/m4/ax_compiler_flags_cflags.m4 \
617- $(top_srcdir)/m4/ax_compiler_flags_gir.m4 \
618- $(top_srcdir)/m4/ax_compiler_flags_ldflags.m4 \
619- $(top_srcdir)/m4/ax_is_release.m4 \
620- $(top_srcdir)/m4/ax_require_defined.m4 \
621- $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gsettings.m4 \
622- $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
623- $(top_srcdir)/m4/intlmacosx.m4 \
624- $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/lib-ld.m4 \
625- $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
626- $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
627- $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
628- $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
629- $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
630- $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/vapigen.m4 \
631- $(top_srcdir)/configure.ac
632-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
633- $(ACLOCAL_M4)
634-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
635-mkinstalldirs = $(install_sh) -d
636-CONFIG_HEADER = $(top_builddir)/config.h
637-CONFIG_CLEAN_FILES =
638-CONFIG_CLEAN_VPATH_FILES =
639-AM_V_P = $(am__v_P_@AM_V@)
640-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
641-am__v_P_0 = false
642-am__v_P_1 = :
643-AM_V_GEN = $(am__v_GEN_@AM_V@)
644-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
645-am__v_GEN_0 = @echo " GEN " $@;
646-am__v_GEN_1 =
647-AM_V_at = $(am__v_at_@AM_V@)
648-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
649-am__v_at_0 = @
650-am__v_at_1 =
651-SOURCES =
652-DIST_SOURCES =
653-am__can_run_installinfo = \
654- case $$AM_UPDATE_INFO_DIR in \
655- n|no|NO) false;; \
656- *) (install-info --version) >/dev/null 2>&1;; \
657- esac
658-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
659-am__vpath_adj = case $$p in \
660- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
661- *) f=$$p;; \
662- esac;
663-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
664-am__install_max = 40
665-am__nobase_strip_setup = \
666- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
667-am__nobase_strip = \
668- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
669-am__nobase_list = $(am__nobase_strip_setup); \
670- for p in $$list; do echo "$$p $$p"; done | \
671- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
672- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
673- if (++n[$$2] == $(am__install_max)) \
674- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
675- END { for (dir in files) print dir, files[dir] }'
676-am__base_list = \
677- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
678- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
679-am__uninstall_files_from_dir = { \
680- test -z "$$files" \
681- || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
682- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
683- $(am__cd) "$$dir" && rm -f $$files; }; \
684- }
685-am__installdirs = "$(DESTDIR)$(icondir)"
686-DATA = $(icon_DATA)
687-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
688-am__DIST_COMMON = $(srcdir)/Makefile.in
689-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
690-ACLOCAL = @ACLOCAL@
691-AMTAR = @AMTAR@
692-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
693-AR = @AR@
694-AUTOCONF = @AUTOCONF@
695-AUTOHEADER = @AUTOHEADER@
696-AUTOMAKE = @AUTOMAKE@
697-AWK = @AWK@
698-CC = @CC@
699-CCDEPMODE = @CCDEPMODE@
700-CFLAGS = @CFLAGS@
701-CPP = @CPP@
702-CPPFLAGS = @CPPFLAGS@
703-CYGPATH_W = @CYGPATH_W@
704-DEFS = @DEFS@
705-DEPDIR = @DEPDIR@
706-DLLTOOL = @DLLTOOL@
707-DSYMUTIL = @DSYMUTIL@
708-DUMPBIN = @DUMPBIN@
709-ECHO_C = @ECHO_C@
710-ECHO_N = @ECHO_N@
711-ECHO_T = @ECHO_T@
712-EGREP = @EGREP@
713-EXEEXT = @EXEEXT@
714-FGREP = @FGREP@
715-GCR_CFLAGS = @GCR_CFLAGS@
716-GCR_LIBS = @GCR_LIBS@
717-GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
718-GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
719-GLIB_CFLAGS = @GLIB_CFLAGS@
720-GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
721-GLIB_LIBS = @GLIB_LIBS@
722-GMSGFMT = @GMSGFMT@
723-GMSGFMT_015 = @GMSGFMT_015@
724-GOA_BACKEND_LT_VERSION = @GOA_BACKEND_LT_VERSION@
725-GOA_LT_VERSION = @GOA_LT_VERSION@
726-GOA_MAJOR_VERSION = @GOA_MAJOR_VERSION@
727-GOA_MICRO_VERSION = @GOA_MICRO_VERSION@
728-GOA_MINOR_VERSION = @GOA_MINOR_VERSION@
729-GREP = @GREP@
730-GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
731-GTKDOC_CHECK = @GTKDOC_CHECK@
732-GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
733-GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
734-GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
735-GTKDOC_MKPDF = @GTKDOC_MKPDF@
736-GTKDOC_REBASE = @GTKDOC_REBASE@
737-GTK_CFLAGS = @GTK_CFLAGS@
738-GTK_LIBS = @GTK_LIBS@
739-HTML_DIR = @HTML_DIR@
740-INSTALL = @INSTALL@
741-INSTALL_DATA = @INSTALL_DATA@
742-INSTALL_PROGRAM = @INSTALL_PROGRAM@
743-INSTALL_SCRIPT = @INSTALL_SCRIPT@
744-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
745-INTLLIBS = @INTLLIBS@
746-INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
747-INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
748-INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
749-INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
750-INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
751-INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
752-INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
753-INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
754-INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
755-JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
756-JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
757-KRB5_CFLAGS = @KRB5_CFLAGS@
758-KRB5_CONFIG = @KRB5_CONFIG@
759-KRB5_LIBS = @KRB5_LIBS@
760-LD = @LD@
761-LDFLAGS = @LDFLAGS@
762-LIBICONV = @LIBICONV@
763-LIBINTL = @LIBINTL@
764-LIBOBJS = @LIBOBJS@
765-LIBS = @LIBS@
766-LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
767-LIBSOUP_LIBS = @LIBSOUP_LIBS@
768-LIBTOOL = @LIBTOOL@
769-LIBXML_CFLAGS = @LIBXML_CFLAGS@
770-LIBXML_LIBS = @LIBXML_LIBS@
771-LIPO = @LIPO@
772-LN_S = @LN_S@
773-LTLIBICONV = @LTLIBICONV@
774-LTLIBINTL = @LTLIBINTL@
775-LTLIBOBJS = @LTLIBOBJS@
776-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
777-MAINT = @MAINT@
778-MAKEINFO = @MAKEINFO@
779-MANIFEST_TOOL = @MANIFEST_TOOL@
780-MKDIR_P = @MKDIR_P@
781-MSGFMT = @MSGFMT@
782-MSGFMT_015 = @MSGFMT_015@
783-MSGMERGE = @MSGMERGE@
784-NM = @NM@
785-NMEDIT = @NMEDIT@
786-OBJDUMP = @OBJDUMP@
787-OBJEXT = @OBJEXT@
788-OTOOL = @OTOOL@
789-OTOOL64 = @OTOOL64@
790-PACKAGE = @PACKAGE@
791-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
792-PACKAGE_NAME = @PACKAGE_NAME@
793-PACKAGE_STRING = @PACKAGE_STRING@
794-PACKAGE_TARNAME = @PACKAGE_TARNAME@
795-PACKAGE_URL = @PACKAGE_URL@
796-PACKAGE_VERSION = @PACKAGE_VERSION@
797-PATH_SEPARATOR = @PATH_SEPARATOR@
798-PKG_CONFIG = @PKG_CONFIG@
799-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
800-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
801-POSUB = @POSUB@
802-RANLIB = @RANLIB@
803-REST_CFLAGS = @REST_CFLAGS@
804-REST_LIBS = @REST_LIBS@
805-SECRET_CFLAGS = @SECRET_CFLAGS@
806-SECRET_LIBS = @SECRET_LIBS@
807-SED = @SED@
808-SET_MAKE = @SET_MAKE@
809-SHELL = @SHELL@
810-STRIP = @STRIP@
811-USE_NLS = @USE_NLS@
812-VAPIGEN = @VAPIGEN@
813-VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
814-VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
815-VERSION = @VERSION@
816-WARN_CFLAGS = @WARN_CFLAGS@
817-WARN_LDFLAGS = @WARN_LDFLAGS@
818-WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
819-WEBKIT_GTK_CFLAGS = @WEBKIT_GTK_CFLAGS@
820-WEBKIT_GTK_LIBS = @WEBKIT_GTK_LIBS@
821-XGETTEXT = @XGETTEXT@
822-XGETTEXT_015 = @XGETTEXT_015@
823-XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
824-XSLTPROC = @XSLTPROC@
825-abs_builddir = @abs_builddir@
826-abs_srcdir = @abs_srcdir@
827-abs_top_builddir = @abs_top_builddir@
828-abs_top_srcdir = @abs_top_srcdir@
829-ac_ct_AR = @ac_ct_AR@
830-ac_ct_CC = @ac_ct_CC@
831-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
832-am__include = @am__include@
833-am__leading_dot = @am__leading_dot@
834-am__quote = @am__quote@
835-am__tar = @am__tar@
836-am__untar = @am__untar@
837-bindir = @bindir@
838-build = @build@
839-build_alias = @build_alias@
840-build_cpu = @build_cpu@
841-build_os = @build_os@
842-build_vendor = @build_vendor@
843-builddir = @builddir@
844-datadir = @datadir@
845-datarootdir = @datarootdir@
846-docdir = @docdir@
847-dvidir = @dvidir@
848-exec_prefix = @exec_prefix@
849-gsettingsschemadir = @gsettingsschemadir@
850-host = @host@
851-host_alias = @host_alias@
852-host_cpu = @host_cpu@
853-host_os = @host_os@
854-host_vendor = @host_vendor@
855-htmldir = @htmldir@
856-includedir = @includedir@
857-infodir = @infodir@
858-install_sh = @install_sh@
859-libdir = @libdir@
860-libexecdir = @libexecdir@
861-localedir = @localedir@
862-localstatedir = @localstatedir@
863-mandir = @mandir@
864-mkdir_p = @mkdir_p@
865-oldincludedir = @oldincludedir@
866-pdfdir = @pdfdir@
867-prefix = @prefix@
868-program_transform_name = @program_transform_name@
869-psdir = @psdir@
870-sbindir = @sbindir@
871-sharedstatedir = @sharedstatedir@
872-srcdir = @srcdir@
873-sysconfdir = @sysconfdir@
874-target_alias = @target_alias@
875-top_build_prefix = @top_build_prefix@
876-top_builddir = @top_builddir@
877-top_srcdir = @top_srcdir@
878-NULL =
879-icondir = $(datadir)/icons/hicolor/22x22/apps
880-icon_DATA = \
881- goa-account.png \
882- goa-account-facebook.png \
883- goa-account-flickr.png \
884- goa-account-google.png \
885- goa-account-msn.png \
886- goa-account-owncloud.png \
887- goa-account-pocket.png \
888- goa-account-foursquare.png \
889- goa-account-todoist.png \
890- $(NULL)
891-
892-EXTRA_DIST = \
893- $(icon_DATA)
894-
895-all: all-am
896-
897-.SUFFIXES:
898-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
899- @for dep in $?; do \
900- case '$(am__configure_deps)' in \
901- *$$dep*) \
902- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
903- && { if test -f $@; then exit 0; else break; fi; }; \
904- exit 1;; \
905- esac; \
906- done; \
907- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/22x22/Makefile'; \
908- $(am__cd) $(top_srcdir) && \
909- $(AUTOMAKE) --foreign data/icons/22x22/Makefile
910-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
911- @case '$?' in \
912- *config.status*) \
913- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
914- *) \
915- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
916- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
917- esac;
918-
919-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
920- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
921-
922-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
923- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
924-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
925- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
926-$(am__aclocal_m4_deps):
927-
928-mostlyclean-libtool:
929- -rm -f *.lo
930-
931-clean-libtool:
932- -rm -rf .libs _libs
933-install-iconDATA: $(icon_DATA)
934- @$(NORMAL_INSTALL)
935- @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
936- if test -n "$$list"; then \
937- echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
938- $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
939- fi; \
940- for p in $$list; do \
941- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
942- echo "$$d$$p"; \
943- done | $(am__base_list) | \
944- while read files; do \
945- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
946- $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
947- done
948-
949-uninstall-iconDATA:
950- @$(NORMAL_UNINSTALL)
951- @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
952- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
953- dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
954-tags TAGS:
955-
956-ctags CTAGS:
957-
958-cscope cscopelist:
959-
960-
961-distdir: $(DISTFILES)
962- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
963- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
964- list='$(DISTFILES)'; \
965- dist_files=`for file in $$list; do echo $$file; done | \
966- sed -e "s|^$$srcdirstrip/||;t" \
967- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
968- case $$dist_files in \
969- */*) $(MKDIR_P) `echo "$$dist_files" | \
970- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
971- sort -u` ;; \
972- esac; \
973- for file in $$dist_files; do \
974- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
975- if test -d $$d/$$file; then \
976- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
977- if test -d "$(distdir)/$$file"; then \
978- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
979- fi; \
980- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
981- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
982- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
983- fi; \
984- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
985- else \
986- test -f "$(distdir)/$$file" \
987- || cp -p $$d/$$file "$(distdir)/$$file" \
988- || exit 1; \
989- fi; \
990- done
991-check-am: all-am
992-check: check-am
993-all-am: Makefile $(DATA)
994-installdirs:
995- for dir in "$(DESTDIR)$(icondir)"; do \
996- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
997- done
998-install: install-am
999-install-exec: install-exec-am
1000-install-data: install-data-am
1001-uninstall: uninstall-am
1002-
1003-install-am: all-am
1004- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1005-
1006-installcheck: installcheck-am
1007-install-strip:
1008- if test -z '$(STRIP)'; then \
1009- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1010- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1011- install; \
1012- else \
1013- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1014- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1015- "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1016- fi
1017-mostlyclean-generic:
1018-
1019-clean-generic:
1020-
1021-distclean-generic:
1022- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1023- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1024-
1025-maintainer-clean-generic:
1026- @echo "This command is intended for maintainers to use"
1027- @echo "it deletes files that may require special tools to rebuild."
1028-clean: clean-am
1029-
1030-clean-am: clean-generic clean-libtool clean-local mostlyclean-am
1031-
1032-distclean: distclean-am
1033- -rm -f Makefile
1034-distclean-am: clean-am distclean-generic
1035-
1036-dvi: dvi-am
1037-
1038-dvi-am:
1039-
1040-html: html-am
1041-
1042-html-am:
1043-
1044-info: info-am
1045-
1046-info-am:
1047-
1048-install-data-am: install-iconDATA
1049-
1050-install-dvi: install-dvi-am
1051-
1052-install-dvi-am:
1053-
1054-install-exec-am:
1055-
1056-install-html: install-html-am
1057-
1058-install-html-am:
1059-
1060-install-info: install-info-am
1061-
1062-install-info-am:
1063-
1064-install-man:
1065-
1066-install-pdf: install-pdf-am
1067-
1068-install-pdf-am:
1069-
1070-install-ps: install-ps-am
1071-
1072-install-ps-am:
1073-
1074-installcheck-am:
1075-
1076-maintainer-clean: maintainer-clean-am
1077- -rm -f Makefile
1078-maintainer-clean-am: distclean-am maintainer-clean-generic
1079-
1080-mostlyclean: mostlyclean-am
1081-
1082-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1083-
1084-pdf: pdf-am
1085-
1086-pdf-am:
1087-
1088-ps: ps-am
1089-
1090-ps-am:
1091-
1092-uninstall-am: uninstall-iconDATA
1093-
1094-.MAKE: install-am install-strip
1095-
1096-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
1097- clean-local cscopelist-am ctags-am distclean distclean-generic \
1098- distclean-libtool distdir dvi dvi-am html html-am info info-am \
1099- install install-am install-data install-data-am install-dvi \
1100- install-dvi-am install-exec install-exec-am install-html \
1101- install-html-am install-iconDATA install-info install-info-am \
1102- install-man install-pdf install-pdf-am install-ps \
1103- install-ps-am install-strip installcheck installcheck-am \
1104- installdirs maintainer-clean maintainer-clean-generic \
1105- mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1106- ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
1107-
1108-.PRECIOUS: Makefile
1109-
1110-
1111-clean-local :
1112- rm -f *~
1113-
1114--include $(top_srcdir)/git.mk
1115-
1116-# Tell versions [3.59,3.63) of GNU make to not export all variables.
1117-# Otherwise a system limit (for SysV at least) may be exceeded.
1118-.NOEXPORT:
1119diff --git a/data/icons/22x22/goa-account-facebook.png b/data/icons/22x22/goa-account-facebook.png
1120deleted file mode 100644
1121index 4a0e058..0000000
1122Binary files a/data/icons/22x22/goa-account-facebook.png and /dev/null differ
1123diff --git a/data/icons/22x22/goa-account-flickr.png b/data/icons/22x22/goa-account-flickr.png
1124deleted file mode 100644
1125index 30ffa83..0000000
1126Binary files a/data/icons/22x22/goa-account-flickr.png and /dev/null differ
1127diff --git a/data/icons/22x22/goa-account-foursquare.png b/data/icons/22x22/goa-account-foursquare.png
1128deleted file mode 100644
1129index cc28bb9..0000000
1130Binary files a/data/icons/22x22/goa-account-foursquare.png and /dev/null differ
1131diff --git a/data/icons/22x22/goa-account-google.png b/data/icons/22x22/goa-account-google.png
1132deleted file mode 100644
1133index 6fd2c94..0000000
1134Binary files a/data/icons/22x22/goa-account-google.png and /dev/null differ
1135diff --git a/data/icons/22x22/goa-account-msn.png b/data/icons/22x22/goa-account-msn.png
1136deleted file mode 100644
1137index 8a3832f..0000000
1138Binary files a/data/icons/22x22/goa-account-msn.png and /dev/null differ
1139diff --git a/data/icons/22x22/goa-account-owncloud.png b/data/icons/22x22/goa-account-owncloud.png
1140deleted file mode 100644
1141index 960d1c1..0000000
1142Binary files a/data/icons/22x22/goa-account-owncloud.png and /dev/null differ
1143diff --git a/data/icons/22x22/goa-account-pocket.png b/data/icons/22x22/goa-account-pocket.png
1144deleted file mode 100644
1145index 86ceadd..0000000
1146Binary files a/data/icons/22x22/goa-account-pocket.png and /dev/null differ
1147diff --git a/data/icons/22x22/goa-account-todoist.png b/data/icons/22x22/goa-account-todoist.png
1148deleted file mode 100644
1149index e74be0b..0000000
1150Binary files a/data/icons/22x22/goa-account-todoist.png and /dev/null differ
1151diff --git a/data/icons/22x22/goa-account.png b/data/icons/22x22/goa-account.png
1152deleted file mode 100644
1153index 89dc92f..0000000
1154Binary files a/data/icons/22x22/goa-account.png and /dev/null differ
1155diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am
1156deleted file mode 100644
1157index 0d45d8a..0000000
1158--- a/data/icons/24x24/Makefile.am
1159+++ /dev/null
1160@@ -1,22 +0,0 @@
1161-NULL =
1162-
1163-icondir = $(datadir)/icons/hicolor/24x24/apps
1164-icon_DATA = \
1165- goa-account.png \
1166- goa-account-facebook.png \
1167- goa-account-google.png \
1168- goa-account-msn.png \
1169- goa-account-owncloud.png \
1170- goa-account-pocket.png \
1171- goa-account-foursquare.png \
1172- goa-account-flickr.png \
1173- goa-account-todoist.png \
1174- $(NULL)
1175-
1176-EXTRA_DIST = \
1177- $(icon_DATA)
1178-
1179-clean-local :
1180- rm -f *~
1181-
1182--include $(top_srcdir)/git.mk
1183diff --git a/data/icons/24x24/Makefile.in b/data/icons/24x24/Makefile.in
1184deleted file mode 100644
1185index e9842d3..0000000
1186--- a/data/icons/24x24/Makefile.in
1187+++ /dev/null
1188@@ -1,601 +0,0 @@
1189-# Makefile.in generated by automake 1.15.1 from Makefile.am.
1190-# @configure_input@
1191-
1192-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
1193-
1194-# This Makefile.in is free software; the Free Software Foundation
1195-# gives unlimited permission to copy and/or distribute it,
1196-# with or without modifications, as long as this notice is preserved.
1197-
1198-# This program is distributed in the hope that it will be useful,
1199-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1200-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1201-# PARTICULAR PURPOSE.
1202-
1203-@SET_MAKE@
1204-
1205-VPATH = @srcdir@
1206-am__is_gnu_make = { \
1207- if test -z '$(MAKELEVEL)'; then \
1208- false; \
1209- elif test -n '$(MAKE_HOST)'; then \
1210- true; \
1211- elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
1212- true; \
1213- else \
1214- false; \
1215- fi; \
1216-}
1217-am__make_running_with_option = \
1218- case $${target_option-} in \
1219- ?) ;; \
1220- *) echo "am__make_running_with_option: internal error: invalid" \
1221- "target option '$${target_option-}' specified" >&2; \
1222- exit 1;; \
1223- esac; \
1224- has_opt=no; \
1225- sane_makeflags=$$MAKEFLAGS; \
1226- if $(am__is_gnu_make); then \
1227- sane_makeflags=$$MFLAGS; \
1228- else \
1229- case $$MAKEFLAGS in \
1230- *\\[\ \ ]*) \
1231- bs=\\; \
1232- sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
1233- | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
1234- esac; \
1235- fi; \
1236- skip_next=no; \
1237- strip_trailopt () \
1238- { \
1239- flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
1240- }; \
1241- for flg in $$sane_makeflags; do \
1242- test $$skip_next = yes && { skip_next=no; continue; }; \
1243- case $$flg in \
1244- *=*|--*) continue;; \
1245- -*I) strip_trailopt 'I'; skip_next=yes;; \
1246- -*I?*) strip_trailopt 'I';; \
1247- -*O) strip_trailopt 'O'; skip_next=yes;; \
1248- -*O?*) strip_trailopt 'O';; \
1249- -*l) strip_trailopt 'l'; skip_next=yes;; \
1250- -*l?*) strip_trailopt 'l';; \
1251- -[dEDm]) skip_next=yes;; \
1252- -[JT]) skip_next=yes;; \
1253- esac; \
1254- case $$flg in \
1255- *$$target_option*) has_opt=yes; break;; \
1256- esac; \
1257- done; \
1258- test $$has_opt = yes
1259-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
1260-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1261-pkgdatadir = $(datadir)/@PACKAGE@
1262-pkgincludedir = $(includedir)/@PACKAGE@
1263-pkglibdir = $(libdir)/@PACKAGE@
1264-pkglibexecdir = $(libexecdir)/@PACKAGE@
1265-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1266-install_sh_DATA = $(install_sh) -c -m 644
1267-install_sh_PROGRAM = $(install_sh) -c
1268-install_sh_SCRIPT = $(install_sh) -c
1269-INSTALL_HEADER = $(INSTALL_DATA)
1270-transform = $(program_transform_name)
1271-NORMAL_INSTALL = :
1272-PRE_INSTALL = :
1273-POST_INSTALL = :
1274-NORMAL_UNINSTALL = :
1275-PRE_UNINSTALL = :
1276-POST_UNINSTALL = :
1277-build_triplet = @build@
1278-host_triplet = @host@
1279-subdir = data/icons/24x24
1280-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1281-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
1282- $(top_srcdir)/m4/ax_append_flag.m4 \
1283- $(top_srcdir)/m4/ax_append_link_flags.m4 \
1284- $(top_srcdir)/m4/ax_check_compile_flag.m4 \
1285- $(top_srcdir)/m4/ax_check_link_flag.m4 \
1286- $(top_srcdir)/m4/ax_compiler_flags.m4 \
1287- $(top_srcdir)/m4/ax_compiler_flags_cflags.m4 \
1288- $(top_srcdir)/m4/ax_compiler_flags_gir.m4 \
1289- $(top_srcdir)/m4/ax_compiler_flags_ldflags.m4 \
1290- $(top_srcdir)/m4/ax_is_release.m4 \
1291- $(top_srcdir)/m4/ax_require_defined.m4 \
1292- $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gsettings.m4 \
1293- $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
1294- $(top_srcdir)/m4/intlmacosx.m4 \
1295- $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/lib-ld.m4 \
1296- $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
1297- $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
1298- $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
1299- $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
1300- $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
1301- $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/vapigen.m4 \
1302- $(top_srcdir)/configure.ac
1303-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1304- $(ACLOCAL_M4)
1305-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1306-mkinstalldirs = $(install_sh) -d
1307-CONFIG_HEADER = $(top_builddir)/config.h
1308-CONFIG_CLEAN_FILES =
1309-CONFIG_CLEAN_VPATH_FILES =
1310-AM_V_P = $(am__v_P_@AM_V@)
1311-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
1312-am__v_P_0 = false
1313-am__v_P_1 = :
1314-AM_V_GEN = $(am__v_GEN_@AM_V@)
1315-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1316-am__v_GEN_0 = @echo " GEN " $@;
1317-am__v_GEN_1 =
1318-AM_V_at = $(am__v_at_@AM_V@)
1319-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1320-am__v_at_0 = @
1321-am__v_at_1 =
1322-SOURCES =
1323-DIST_SOURCES =
1324-am__can_run_installinfo = \
1325- case $$AM_UPDATE_INFO_DIR in \
1326- n|no|NO) false;; \
1327- *) (install-info --version) >/dev/null 2>&1;; \
1328- esac
1329-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
1330-am__vpath_adj = case $$p in \
1331- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
1332- *) f=$$p;; \
1333- esac;
1334-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
1335-am__install_max = 40
1336-am__nobase_strip_setup = \
1337- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
1338-am__nobase_strip = \
1339- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
1340-am__nobase_list = $(am__nobase_strip_setup); \
1341- for p in $$list; do echo "$$p $$p"; done | \
1342- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
1343- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
1344- if (++n[$$2] == $(am__install_max)) \
1345- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
1346- END { for (dir in files) print dir, files[dir] }'
1347-am__base_list = \
1348- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
1349- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1350-am__uninstall_files_from_dir = { \
1351- test -z "$$files" \
1352- || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
1353- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
1354- $(am__cd) "$$dir" && rm -f $$files; }; \
1355- }
1356-am__installdirs = "$(DESTDIR)$(icondir)"
1357-DATA = $(icon_DATA)
1358-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
1359-am__DIST_COMMON = $(srcdir)/Makefile.in
1360-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1361-ACLOCAL = @ACLOCAL@
1362-AMTAR = @AMTAR@
1363-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1364-AR = @AR@
1365-AUTOCONF = @AUTOCONF@
1366-AUTOHEADER = @AUTOHEADER@
1367-AUTOMAKE = @AUTOMAKE@
1368-AWK = @AWK@
1369-CC = @CC@
1370-CCDEPMODE = @CCDEPMODE@
1371-CFLAGS = @CFLAGS@
1372-CPP = @CPP@
1373-CPPFLAGS = @CPPFLAGS@
1374-CYGPATH_W = @CYGPATH_W@
1375-DEFS = @DEFS@
1376-DEPDIR = @DEPDIR@
1377-DLLTOOL = @DLLTOOL@
1378-DSYMUTIL = @DSYMUTIL@
1379-DUMPBIN = @DUMPBIN@
1380-ECHO_C = @ECHO_C@
1381-ECHO_N = @ECHO_N@
1382-ECHO_T = @ECHO_T@
1383-EGREP = @EGREP@
1384-EXEEXT = @EXEEXT@
1385-FGREP = @FGREP@
1386-GCR_CFLAGS = @GCR_CFLAGS@
1387-GCR_LIBS = @GCR_LIBS@
1388-GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
1389-GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
1390-GLIB_CFLAGS = @GLIB_CFLAGS@
1391-GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
1392-GLIB_LIBS = @GLIB_LIBS@
1393-GMSGFMT = @GMSGFMT@
1394-GMSGFMT_015 = @GMSGFMT_015@
1395-GOA_BACKEND_LT_VERSION = @GOA_BACKEND_LT_VERSION@
1396-GOA_LT_VERSION = @GOA_LT_VERSION@
1397-GOA_MAJOR_VERSION = @GOA_MAJOR_VERSION@
1398-GOA_MICRO_VERSION = @GOA_MICRO_VERSION@
1399-GOA_MINOR_VERSION = @GOA_MINOR_VERSION@
1400-GREP = @GREP@
1401-GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
1402-GTKDOC_CHECK = @GTKDOC_CHECK@
1403-GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
1404-GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
1405-GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
1406-GTKDOC_MKPDF = @GTKDOC_MKPDF@
1407-GTKDOC_REBASE = @GTKDOC_REBASE@
1408-GTK_CFLAGS = @GTK_CFLAGS@
1409-GTK_LIBS = @GTK_LIBS@
1410-HTML_DIR = @HTML_DIR@
1411-INSTALL = @INSTALL@
1412-INSTALL_DATA = @INSTALL_DATA@
1413-INSTALL_PROGRAM = @INSTALL_PROGRAM@
1414-INSTALL_SCRIPT = @INSTALL_SCRIPT@
1415-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1416-INTLLIBS = @INTLLIBS@
1417-INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
1418-INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
1419-INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
1420-INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
1421-INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
1422-INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
1423-INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
1424-INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
1425-INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
1426-JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
1427-JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
1428-KRB5_CFLAGS = @KRB5_CFLAGS@
1429-KRB5_CONFIG = @KRB5_CONFIG@
1430-KRB5_LIBS = @KRB5_LIBS@
1431-LD = @LD@
1432-LDFLAGS = @LDFLAGS@
1433-LIBICONV = @LIBICONV@
1434-LIBINTL = @LIBINTL@
1435-LIBOBJS = @LIBOBJS@
1436-LIBS = @LIBS@
1437-LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
1438-LIBSOUP_LIBS = @LIBSOUP_LIBS@
1439-LIBTOOL = @LIBTOOL@
1440-LIBXML_CFLAGS = @LIBXML_CFLAGS@
1441-LIBXML_LIBS = @LIBXML_LIBS@
1442-LIPO = @LIPO@
1443-LN_S = @LN_S@
1444-LTLIBICONV = @LTLIBICONV@
1445-LTLIBINTL = @LTLIBINTL@
1446-LTLIBOBJS = @LTLIBOBJS@
1447-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
1448-MAINT = @MAINT@
1449-MAKEINFO = @MAKEINFO@
1450-MANIFEST_TOOL = @MANIFEST_TOOL@
1451-MKDIR_P = @MKDIR_P@
1452-MSGFMT = @MSGFMT@
1453-MSGFMT_015 = @MSGFMT_015@
1454-MSGMERGE = @MSGMERGE@
1455-NM = @NM@
1456-NMEDIT = @NMEDIT@
1457-OBJDUMP = @OBJDUMP@
1458-OBJEXT = @OBJEXT@
1459-OTOOL = @OTOOL@
1460-OTOOL64 = @OTOOL64@
1461-PACKAGE = @PACKAGE@
1462-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1463-PACKAGE_NAME = @PACKAGE_NAME@
1464-PACKAGE_STRING = @PACKAGE_STRING@
1465-PACKAGE_TARNAME = @PACKAGE_TARNAME@
1466-PACKAGE_URL = @PACKAGE_URL@
1467-PACKAGE_VERSION = @PACKAGE_VERSION@
1468-PATH_SEPARATOR = @PATH_SEPARATOR@
1469-PKG_CONFIG = @PKG_CONFIG@
1470-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
1471-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
1472-POSUB = @POSUB@
1473-RANLIB = @RANLIB@
1474-REST_CFLAGS = @REST_CFLAGS@
1475-REST_LIBS = @REST_LIBS@
1476-SECRET_CFLAGS = @SECRET_CFLAGS@
1477-SECRET_LIBS = @SECRET_LIBS@
1478-SED = @SED@
1479-SET_MAKE = @SET_MAKE@
1480-SHELL = @SHELL@
1481-STRIP = @STRIP@
1482-USE_NLS = @USE_NLS@
1483-VAPIGEN = @VAPIGEN@
1484-VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
1485-VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
1486-VERSION = @VERSION@
1487-WARN_CFLAGS = @WARN_CFLAGS@
1488-WARN_LDFLAGS = @WARN_LDFLAGS@
1489-WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
1490-WEBKIT_GTK_CFLAGS = @WEBKIT_GTK_CFLAGS@
1491-WEBKIT_GTK_LIBS = @WEBKIT_GTK_LIBS@
1492-XGETTEXT = @XGETTEXT@
1493-XGETTEXT_015 = @XGETTEXT_015@
1494-XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
1495-XSLTPROC = @XSLTPROC@
1496-abs_builddir = @abs_builddir@
1497-abs_srcdir = @abs_srcdir@
1498-abs_top_builddir = @abs_top_builddir@
1499-abs_top_srcdir = @abs_top_srcdir@
1500-ac_ct_AR = @ac_ct_AR@
1501-ac_ct_CC = @ac_ct_CC@
1502-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1503-am__include = @am__include@
1504-am__leading_dot = @am__leading_dot@
1505-am__quote = @am__quote@
1506-am__tar = @am__tar@
1507-am__untar = @am__untar@
1508-bindir = @bindir@
1509-build = @build@
1510-build_alias = @build_alias@
1511-build_cpu = @build_cpu@
1512-build_os = @build_os@
1513-build_vendor = @build_vendor@
1514-builddir = @builddir@
1515-datadir = @datadir@
1516-datarootdir = @datarootdir@
1517-docdir = @docdir@
1518-dvidir = @dvidir@
1519-exec_prefix = @exec_prefix@
1520-gsettingsschemadir = @gsettingsschemadir@
1521-host = @host@
1522-host_alias = @host_alias@
1523-host_cpu = @host_cpu@
1524-host_os = @host_os@
1525-host_vendor = @host_vendor@
1526-htmldir = @htmldir@
1527-includedir = @includedir@
1528-infodir = @infodir@
1529-install_sh = @install_sh@
1530-libdir = @libdir@
1531-libexecdir = @libexecdir@
1532-localedir = @localedir@
1533-localstatedir = @localstatedir@
1534-mandir = @mandir@
1535-mkdir_p = @mkdir_p@
1536-oldincludedir = @oldincludedir@
1537-pdfdir = @pdfdir@
1538-prefix = @prefix@
1539-program_transform_name = @program_transform_name@
1540-psdir = @psdir@
1541-sbindir = @sbindir@
1542-sharedstatedir = @sharedstatedir@
1543-srcdir = @srcdir@
1544-sysconfdir = @sysconfdir@
1545-target_alias = @target_alias@
1546-top_build_prefix = @top_build_prefix@
1547-top_builddir = @top_builddir@
1548-top_srcdir = @top_srcdir@
1549-NULL =
1550-icondir = $(datadir)/icons/hicolor/24x24/apps
1551-icon_DATA = \
1552- goa-account.png \
1553- goa-account-facebook.png \
1554- goa-account-google.png \
1555- goa-account-msn.png \
1556- goa-account-owncloud.png \
1557- goa-account-pocket.png \
1558- goa-account-foursquare.png \
1559- goa-account-flickr.png \
1560- goa-account-todoist.png \
1561- $(NULL)
1562-
1563-EXTRA_DIST = \
1564- $(icon_DATA)
1565-
1566-all: all-am
1567-
1568-.SUFFIXES:
1569-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
1570- @for dep in $?; do \
1571- case '$(am__configure_deps)' in \
1572- *$$dep*) \
1573- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1574- && { if test -f $@; then exit 0; else break; fi; }; \
1575- exit 1;; \
1576- esac; \
1577- done; \
1578- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/24x24/Makefile'; \
1579- $(am__cd) $(top_srcdir) && \
1580- $(AUTOMAKE) --foreign data/icons/24x24/Makefile
1581-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1582- @case '$?' in \
1583- *config.status*) \
1584- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1585- *) \
1586- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1587- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1588- esac;
1589-
1590-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1591- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1592-
1593-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1594- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1595-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1596- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1597-$(am__aclocal_m4_deps):
1598-
1599-mostlyclean-libtool:
1600- -rm -f *.lo
1601-
1602-clean-libtool:
1603- -rm -rf .libs _libs
1604-install-iconDATA: $(icon_DATA)
1605- @$(NORMAL_INSTALL)
1606- @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
1607- if test -n "$$list"; then \
1608- echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
1609- $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
1610- fi; \
1611- for p in $$list; do \
1612- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1613- echo "$$d$$p"; \
1614- done | $(am__base_list) | \
1615- while read files; do \
1616- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
1617- $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
1618- done
1619-
1620-uninstall-iconDATA:
1621- @$(NORMAL_UNINSTALL)
1622- @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
1623- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1624- dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
1625-tags TAGS:
1626-
1627-ctags CTAGS:
1628-
1629-cscope cscopelist:
1630-
1631-
1632-distdir: $(DISTFILES)
1633- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1634- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1635- list='$(DISTFILES)'; \
1636- dist_files=`for file in $$list; do echo $$file; done | \
1637- sed -e "s|^$$srcdirstrip/||;t" \
1638- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1639- case $$dist_files in \
1640- */*) $(MKDIR_P) `echo "$$dist_files" | \
1641- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1642- sort -u` ;; \
1643- esac; \
1644- for file in $$dist_files; do \
1645- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1646- if test -d $$d/$$file; then \
1647- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1648- if test -d "$(distdir)/$$file"; then \
1649- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1650- fi; \
1651- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1652- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1653- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1654- fi; \
1655- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1656- else \
1657- test -f "$(distdir)/$$file" \
1658- || cp -p $$d/$$file "$(distdir)/$$file" \
1659- || exit 1; \
1660- fi; \
1661- done
1662-check-am: all-am
1663-check: check-am
1664-all-am: Makefile $(DATA)
1665-installdirs:
1666- for dir in "$(DESTDIR)$(icondir)"; do \
1667- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1668- done
1669-install: install-am
1670-install-exec: install-exec-am
1671-install-data: install-data-am
1672-uninstall: uninstall-am
1673-
1674-install-am: all-am
1675- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1676-
1677-installcheck: installcheck-am
1678-install-strip:
1679- if test -z '$(STRIP)'; then \
1680- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1681- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1682- install; \
1683- else \
1684- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1685- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1686- "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1687- fi
1688-mostlyclean-generic:
1689-
1690-clean-generic:
1691-
1692-distclean-generic:
1693- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1694- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1695-
1696-maintainer-clean-generic:
1697- @echo "This command is intended for maintainers to use"
1698- @echo "it deletes files that may require special tools to rebuild."
1699-clean: clean-am
1700-
1701-clean-am: clean-generic clean-libtool clean-local mostlyclean-am
1702-
1703-distclean: distclean-am
1704- -rm -f Makefile
1705-distclean-am: clean-am distclean-generic
1706-
1707-dvi: dvi-am
1708-
1709-dvi-am:
1710-
1711-html: html-am
1712-
1713-html-am:
1714-
1715-info: info-am
1716-
1717-info-am:
1718-
1719-install-data-am: install-iconDATA
1720-
1721-install-dvi: install-dvi-am
1722-
1723-install-dvi-am:
1724-
1725-install-exec-am:
1726-
1727-install-html: install-html-am
1728-
1729-install-html-am:
1730-
1731-install-info: install-info-am
1732-
1733-install-info-am:
1734-
1735-install-man:
1736-
1737-install-pdf: install-pdf-am
1738-
1739-install-pdf-am:
1740-
1741-install-ps: install-ps-am
1742-
1743-install-ps-am:
1744-
1745-installcheck-am:
1746-
1747-maintainer-clean: maintainer-clean-am
1748- -rm -f Makefile
1749-maintainer-clean-am: distclean-am maintainer-clean-generic
1750-
1751-mostlyclean: mostlyclean-am
1752-
1753-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1754-
1755-pdf: pdf-am
1756-
1757-pdf-am:
1758-
1759-ps: ps-am
1760-
1761-ps-am:
1762-
1763-uninstall-am: uninstall-iconDATA
1764-
1765-.MAKE: install-am install-strip
1766-
1767-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
1768- clean-local cscopelist-am ctags-am distclean distclean-generic \
1769- distclean-libtool distdir dvi dvi-am html html-am info info-am \
1770- install install-am install-data install-data-am install-dvi \
1771- install-dvi-am install-exec install-exec-am install-html \
1772- install-html-am install-iconDATA install-info install-info-am \
1773- install-man install-pdf install-pdf-am install-ps \
1774- install-ps-am install-strip installcheck installcheck-am \
1775- installdirs maintainer-clean maintainer-clean-generic \
1776- mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1777- ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
1778-
1779-.PRECIOUS: Makefile
1780-
1781-
1782-clean-local :
1783- rm -f *~
1784-
1785--include $(top_srcdir)/git.mk
1786-
1787-# Tell versions [3.59,3.63) of GNU make to not export all variables.
1788-# Otherwise a system limit (for SysV at least) may be exceeded.
1789-.NOEXPORT:
1790diff --git a/data/icons/24x24/goa-account-facebook.png b/data/icons/24x24/goa-account-facebook.png
1791deleted file mode 100644
1792index d8127e6..0000000
1793Binary files a/data/icons/24x24/goa-account-facebook.png and /dev/null differ
1794diff --git a/data/icons/24x24/goa-account-flickr.png b/data/icons/24x24/goa-account-flickr.png
1795deleted file mode 100644
1796index 019e298..0000000
1797Binary files a/data/icons/24x24/goa-account-flickr.png and /dev/null differ
1798diff --git a/data/icons/24x24/goa-account-foursquare.png b/data/icons/24x24/goa-account-foursquare.png
1799deleted file mode 100644
1800index 349226d..0000000
1801Binary files a/data/icons/24x24/goa-account-foursquare.png and /dev/null differ
1802diff --git a/data/icons/24x24/goa-account-google.png b/data/icons/24x24/goa-account-google.png
1803deleted file mode 100644
1804index 7fc4547..0000000
1805Binary files a/data/icons/24x24/goa-account-google.png and /dev/null differ
1806diff --git a/data/icons/24x24/goa-account-msn.png b/data/icons/24x24/goa-account-msn.png
1807deleted file mode 100644
1808index 96c2fe7..0000000
1809Binary files a/data/icons/24x24/goa-account-msn.png and /dev/null differ
1810diff --git a/data/icons/24x24/goa-account-owncloud.png b/data/icons/24x24/goa-account-owncloud.png
1811deleted file mode 100644
1812index 4bf2f10..0000000
1813Binary files a/data/icons/24x24/goa-account-owncloud.png and /dev/null differ
1814diff --git a/data/icons/24x24/goa-account-pocket.png b/data/icons/24x24/goa-account-pocket.png
1815deleted file mode 100644
1816index 569d965..0000000
1817Binary files a/data/icons/24x24/goa-account-pocket.png and /dev/null differ
1818diff --git a/data/icons/24x24/goa-account-todoist.png b/data/icons/24x24/goa-account-todoist.png
1819deleted file mode 100644
1820index cbd6466..0000000
1821Binary files a/data/icons/24x24/goa-account-todoist.png and /dev/null differ
1822diff --git a/data/icons/24x24/goa-account.png b/data/icons/24x24/goa-account.png
1823deleted file mode 100644
1824index 3860c2c..0000000
1825Binary files a/data/icons/24x24/goa-account.png and /dev/null differ
1826diff --git a/data/icons/256x256/goa-account.png b/data/icons/256x256/goa-account.png
1827deleted file mode 100644
1828index c0b2239..0000000
1829Binary files a/data/icons/256x256/goa-account.png and /dev/null differ
1830diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am
1831deleted file mode 100644
1832index 8a0b612..0000000
1833--- a/data/icons/32x32/Makefile.am
1834+++ /dev/null
1835@@ -1,22 +0,0 @@
1836-NULL =
1837-
1838-icondir = $(datadir)/icons/hicolor/32x32/apps
1839-icon_DATA = \
1840- goa-account.png \
1841- goa-account-facebook.png \
1842- goa-account-flickr.png \
1843- goa-account-google.png \
1844- goa-account-msn.png \
1845- goa-account-owncloud.png \
1846- goa-account-pocket.png \
1847- goa-account-foursquare.png \
1848- goa-account-todoist.png \
1849- $(NULL)
1850-
1851-EXTRA_DIST = \
1852- $(icon_DATA)
1853-
1854-clean-local :
1855- rm -f *~
1856-
1857--include $(top_srcdir)/git.mk
1858diff --git a/data/icons/32x32/Makefile.in b/data/icons/32x32/Makefile.in
1859deleted file mode 100644
1860index 5ac68a0..0000000
1861--- a/data/icons/32x32/Makefile.in
1862+++ /dev/null
1863@@ -1,601 +0,0 @@
1864-# Makefile.in generated by automake 1.15.1 from Makefile.am.
1865-# @configure_input@
1866-
1867-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
1868-
1869-# This Makefile.in is free software; the Free Software Foundation
1870-# gives unlimited permission to copy and/or distribute it,
1871-# with or without modifications, as long as this notice is preserved.
1872-
1873-# This program is distributed in the hope that it will be useful,
1874-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1875-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1876-# PARTICULAR PURPOSE.
1877-
1878-@SET_MAKE@
1879-
1880-VPATH = @srcdir@
1881-am__is_gnu_make = { \
1882- if test -z '$(MAKELEVEL)'; then \
1883- false; \
1884- elif test -n '$(MAKE_HOST)'; then \
1885- true; \
1886- elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
1887- true; \
1888- else \
1889- false; \
1890- fi; \
1891-}
1892-am__make_running_with_option = \
1893- case $${target_option-} in \
1894- ?) ;; \
1895- *) echo "am__make_running_with_option: internal error: invalid" \
1896- "target option '$${target_option-}' specified" >&2; \
1897- exit 1;; \
1898- esac; \
1899- has_opt=no; \
1900- sane_makeflags=$$MAKEFLAGS; \
1901- if $(am__is_gnu_make); then \
1902- sane_makeflags=$$MFLAGS; \
1903- else \
1904- case $$MAKEFLAGS in \
1905- *\\[\ \ ]*) \
1906- bs=\\; \
1907- sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
1908- | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
1909- esac; \
1910- fi; \
1911- skip_next=no; \
1912- strip_trailopt () \
1913- { \
1914- flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
1915- }; \
1916- for flg in $$sane_makeflags; do \
1917- test $$skip_next = yes && { skip_next=no; continue; }; \
1918- case $$flg in \
1919- *=*|--*) continue;; \
1920- -*I) strip_trailopt 'I'; skip_next=yes;; \
1921- -*I?*) strip_trailopt 'I';; \
1922- -*O) strip_trailopt 'O'; skip_next=yes;; \
1923- -*O?*) strip_trailopt 'O';; \
1924- -*l) strip_trailopt 'l'; skip_next=yes;; \
1925- -*l?*) strip_trailopt 'l';; \
1926- -[dEDm]) skip_next=yes;; \
1927- -[JT]) skip_next=yes;; \
1928- esac; \
1929- case $$flg in \
1930- *$$target_option*) has_opt=yes; break;; \
1931- esac; \
1932- done; \
1933- test $$has_opt = yes
1934-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
1935-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1936-pkgdatadir = $(datadir)/@PACKAGE@
1937-pkgincludedir = $(includedir)/@PACKAGE@
1938-pkglibdir = $(libdir)/@PACKAGE@
1939-pkglibexecdir = $(libexecdir)/@PACKAGE@
1940-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1941-install_sh_DATA = $(install_sh) -c -m 644
1942-install_sh_PROGRAM = $(install_sh) -c
1943-install_sh_SCRIPT = $(install_sh) -c
1944-INSTALL_HEADER = $(INSTALL_DATA)
1945-transform = $(program_transform_name)
1946-NORMAL_INSTALL = :
1947-PRE_INSTALL = :
1948-POST_INSTALL = :
1949-NORMAL_UNINSTALL = :
1950-PRE_UNINSTALL = :
1951-POST_UNINSTALL = :
1952-build_triplet = @build@
1953-host_triplet = @host@
1954-subdir = data/icons/32x32
1955-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1956-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
1957- $(top_srcdir)/m4/ax_append_flag.m4 \
1958- $(top_srcdir)/m4/ax_append_link_flags.m4 \
1959- $(top_srcdir)/m4/ax_check_compile_flag.m4 \
1960- $(top_srcdir)/m4/ax_check_link_flag.m4 \
1961- $(top_srcdir)/m4/ax_compiler_flags.m4 \
1962- $(top_srcdir)/m4/ax_compiler_flags_cflags.m4 \
1963- $(top_srcdir)/m4/ax_compiler_flags_gir.m4 \
1964- $(top_srcdir)/m4/ax_compiler_flags_ldflags.m4 \
1965- $(top_srcdir)/m4/ax_is_release.m4 \
1966- $(top_srcdir)/m4/ax_require_defined.m4 \
1967- $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gsettings.m4 \
1968- $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
1969- $(top_srcdir)/m4/intlmacosx.m4 \
1970- $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/lib-ld.m4 \
1971- $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
1972- $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
1973- $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
1974- $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
1975- $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
1976- $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/vapigen.m4 \
1977- $(top_srcdir)/configure.ac
1978-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1979- $(ACLOCAL_M4)
1980-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1981-mkinstalldirs = $(install_sh) -d
1982-CONFIG_HEADER = $(top_builddir)/config.h
1983-CONFIG_CLEAN_FILES =
1984-CONFIG_CLEAN_VPATH_FILES =
1985-AM_V_P = $(am__v_P_@AM_V@)
1986-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
1987-am__v_P_0 = false
1988-am__v_P_1 = :
1989-AM_V_GEN = $(am__v_GEN_@AM_V@)
1990-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1991-am__v_GEN_0 = @echo " GEN " $@;
1992-am__v_GEN_1 =
1993-AM_V_at = $(am__v_at_@AM_V@)
1994-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1995-am__v_at_0 = @
1996-am__v_at_1 =
1997-SOURCES =
1998-DIST_SOURCES =
1999-am__can_run_installinfo = \
2000- case $$AM_UPDATE_INFO_DIR in \
2001- n|no|NO) false;; \
2002- *) (install-info --version) >/dev/null 2>&1;; \
2003- esac
2004-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
2005-am__vpath_adj = case $$p in \
2006- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
2007- *) f=$$p;; \
2008- esac;
2009-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
2010-am__install_max = 40
2011-am__nobase_strip_setup = \
2012- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
2013-am__nobase_strip = \
2014- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
2015-am__nobase_list = $(am__nobase_strip_setup); \
2016- for p in $$list; do echo "$$p $$p"; done | \
2017- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
2018- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
2019- if (++n[$$2] == $(am__install_max)) \
2020- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
2021- END { for (dir in files) print dir, files[dir] }'
2022-am__base_list = \
2023- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
2024- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
2025-am__uninstall_files_from_dir = { \
2026- test -z "$$files" \
2027- || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
2028- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
2029- $(am__cd) "$$dir" && rm -f $$files; }; \
2030- }
2031-am__installdirs = "$(DESTDIR)$(icondir)"
2032-DATA = $(icon_DATA)
2033-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
2034-am__DIST_COMMON = $(srcdir)/Makefile.in
2035-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
2036-ACLOCAL = @ACLOCAL@
2037-AMTAR = @AMTAR@
2038-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
2039-AR = @AR@
2040-AUTOCONF = @AUTOCONF@
2041-AUTOHEADER = @AUTOHEADER@
2042-AUTOMAKE = @AUTOMAKE@
2043-AWK = @AWK@
2044-CC = @CC@
2045-CCDEPMODE = @CCDEPMODE@
2046-CFLAGS = @CFLAGS@
2047-CPP = @CPP@
2048-CPPFLAGS = @CPPFLAGS@
2049-CYGPATH_W = @CYGPATH_W@
2050-DEFS = @DEFS@
2051-DEPDIR = @DEPDIR@
2052-DLLTOOL = @DLLTOOL@
2053-DSYMUTIL = @DSYMUTIL@
2054-DUMPBIN = @DUMPBIN@
2055-ECHO_C = @ECHO_C@
2056-ECHO_N = @ECHO_N@
2057-ECHO_T = @ECHO_T@
2058-EGREP = @EGREP@
2059-EXEEXT = @EXEEXT@
2060-FGREP = @FGREP@
2061-GCR_CFLAGS = @GCR_CFLAGS@
2062-GCR_LIBS = @GCR_LIBS@
2063-GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
2064-GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
2065-GLIB_CFLAGS = @GLIB_CFLAGS@
2066-GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
2067-GLIB_LIBS = @GLIB_LIBS@
2068-GMSGFMT = @GMSGFMT@
2069-GMSGFMT_015 = @GMSGFMT_015@
2070-GOA_BACKEND_LT_VERSION = @GOA_BACKEND_LT_VERSION@
2071-GOA_LT_VERSION = @GOA_LT_VERSION@
2072-GOA_MAJOR_VERSION = @GOA_MAJOR_VERSION@
2073-GOA_MICRO_VERSION = @GOA_MICRO_VERSION@
2074-GOA_MINOR_VERSION = @GOA_MINOR_VERSION@
2075-GREP = @GREP@
2076-GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
2077-GTKDOC_CHECK = @GTKDOC_CHECK@
2078-GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
2079-GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
2080-GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
2081-GTKDOC_MKPDF = @GTKDOC_MKPDF@
2082-GTKDOC_REBASE = @GTKDOC_REBASE@
2083-GTK_CFLAGS = @GTK_CFLAGS@
2084-GTK_LIBS = @GTK_LIBS@
2085-HTML_DIR = @HTML_DIR@
2086-INSTALL = @INSTALL@
2087-INSTALL_DATA = @INSTALL_DATA@
2088-INSTALL_PROGRAM = @INSTALL_PROGRAM@
2089-INSTALL_SCRIPT = @INSTALL_SCRIPT@
2090-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2091-INTLLIBS = @INTLLIBS@
2092-INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
2093-INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
2094-INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
2095-INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
2096-INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
2097-INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
2098-INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
2099-INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
2100-INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
2101-JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
2102-JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
2103-KRB5_CFLAGS = @KRB5_CFLAGS@
2104-KRB5_CONFIG = @KRB5_CONFIG@
2105-KRB5_LIBS = @KRB5_LIBS@
2106-LD = @LD@
2107-LDFLAGS = @LDFLAGS@
2108-LIBICONV = @LIBICONV@
2109-LIBINTL = @LIBINTL@
2110-LIBOBJS = @LIBOBJS@
2111-LIBS = @LIBS@
2112-LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
2113-LIBSOUP_LIBS = @LIBSOUP_LIBS@
2114-LIBTOOL = @LIBTOOL@
2115-LIBXML_CFLAGS = @LIBXML_CFLAGS@
2116-LIBXML_LIBS = @LIBXML_LIBS@
2117-LIPO = @LIPO@
2118-LN_S = @LN_S@
2119-LTLIBICONV = @LTLIBICONV@
2120-LTLIBINTL = @LTLIBINTL@
2121-LTLIBOBJS = @LTLIBOBJS@
2122-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
2123-MAINT = @MAINT@
2124-MAKEINFO = @MAKEINFO@
2125-MANIFEST_TOOL = @MANIFEST_TOOL@
2126-MKDIR_P = @MKDIR_P@
2127-MSGFMT = @MSGFMT@
2128-MSGFMT_015 = @MSGFMT_015@
2129-MSGMERGE = @MSGMERGE@
2130-NM = @NM@
2131-NMEDIT = @NMEDIT@
2132-OBJDUMP = @OBJDUMP@
2133-OBJEXT = @OBJEXT@
2134-OTOOL = @OTOOL@
2135-OTOOL64 = @OTOOL64@
2136-PACKAGE = @PACKAGE@
2137-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
2138-PACKAGE_NAME = @PACKAGE_NAME@
2139-PACKAGE_STRING = @PACKAGE_STRING@
2140-PACKAGE_TARNAME = @PACKAGE_TARNAME@
2141-PACKAGE_URL = @PACKAGE_URL@
2142-PACKAGE_VERSION = @PACKAGE_VERSION@
2143-PATH_SEPARATOR = @PATH_SEPARATOR@
2144-PKG_CONFIG = @PKG_CONFIG@
2145-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
2146-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
2147-POSUB = @POSUB@
2148-RANLIB = @RANLIB@
2149-REST_CFLAGS = @REST_CFLAGS@
2150-REST_LIBS = @REST_LIBS@
2151-SECRET_CFLAGS = @SECRET_CFLAGS@
2152-SECRET_LIBS = @SECRET_LIBS@
2153-SED = @SED@
2154-SET_MAKE = @SET_MAKE@
2155-SHELL = @SHELL@
2156-STRIP = @STRIP@
2157-USE_NLS = @USE_NLS@
2158-VAPIGEN = @VAPIGEN@
2159-VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
2160-VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
2161-VERSION = @VERSION@
2162-WARN_CFLAGS = @WARN_CFLAGS@
2163-WARN_LDFLAGS = @WARN_LDFLAGS@
2164-WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
2165-WEBKIT_GTK_CFLAGS = @WEBKIT_GTK_CFLAGS@
2166-WEBKIT_GTK_LIBS = @WEBKIT_GTK_LIBS@
2167-XGETTEXT = @XGETTEXT@
2168-XGETTEXT_015 = @XGETTEXT_015@
2169-XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
2170-XSLTPROC = @XSLTPROC@
2171-abs_builddir = @abs_builddir@
2172-abs_srcdir = @abs_srcdir@
2173-abs_top_builddir = @abs_top_builddir@
2174-abs_top_srcdir = @abs_top_srcdir@
2175-ac_ct_AR = @ac_ct_AR@
2176-ac_ct_CC = @ac_ct_CC@
2177-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
2178-am__include = @am__include@
2179-am__leading_dot = @am__leading_dot@
2180-am__quote = @am__quote@
2181-am__tar = @am__tar@
2182-am__untar = @am__untar@
2183-bindir = @bindir@
2184-build = @build@
2185-build_alias = @build_alias@
2186-build_cpu = @build_cpu@
2187-build_os = @build_os@
2188-build_vendor = @build_vendor@
2189-builddir = @builddir@
2190-datadir = @datadir@
2191-datarootdir = @datarootdir@
2192-docdir = @docdir@
2193-dvidir = @dvidir@
2194-exec_prefix = @exec_prefix@
2195-gsettingsschemadir = @gsettingsschemadir@
2196-host = @host@
2197-host_alias = @host_alias@
2198-host_cpu = @host_cpu@
2199-host_os = @host_os@
2200-host_vendor = @host_vendor@
2201-htmldir = @htmldir@
2202-includedir = @includedir@
2203-infodir = @infodir@
2204-install_sh = @install_sh@
2205-libdir = @libdir@
2206-libexecdir = @libexecdir@
2207-localedir = @localedir@
2208-localstatedir = @localstatedir@
2209-mandir = @mandir@
2210-mkdir_p = @mkdir_p@
2211-oldincludedir = @oldincludedir@
2212-pdfdir = @pdfdir@
2213-prefix = @prefix@
2214-program_transform_name = @program_transform_name@
2215-psdir = @psdir@
2216-sbindir = @sbindir@
2217-sharedstatedir = @sharedstatedir@
2218-srcdir = @srcdir@
2219-sysconfdir = @sysconfdir@
2220-target_alias = @target_alias@
2221-top_build_prefix = @top_build_prefix@
2222-top_builddir = @top_builddir@
2223-top_srcdir = @top_srcdir@
2224-NULL =
2225-icondir = $(datadir)/icons/hicolor/32x32/apps
2226-icon_DATA = \
2227- goa-account.png \
2228- goa-account-facebook.png \
2229- goa-account-flickr.png \
2230- goa-account-google.png \
2231- goa-account-msn.png \
2232- goa-account-owncloud.png \
2233- goa-account-pocket.png \
2234- goa-account-foursquare.png \
2235- goa-account-todoist.png \
2236- $(NULL)
2237-
2238-EXTRA_DIST = \
2239- $(icon_DATA)
2240-
2241-all: all-am
2242-
2243-.SUFFIXES:
2244-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
2245- @for dep in $?; do \
2246- case '$(am__configure_deps)' in \
2247- *$$dep*) \
2248- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
2249- && { if test -f $@; then exit 0; else break; fi; }; \
2250- exit 1;; \
2251- esac; \
2252- done; \
2253- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/32x32/Makefile'; \
2254- $(am__cd) $(top_srcdir) && \
2255- $(AUTOMAKE) --foreign data/icons/32x32/Makefile
2256-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2257- @case '$?' in \
2258- *config.status*) \
2259- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
2260- *) \
2261- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
2262- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
2263- esac;
2264-
2265-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2266- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2267-
2268-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2269- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2270-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
2271- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2272-$(am__aclocal_m4_deps):
2273-
2274-mostlyclean-libtool:
2275- -rm -f *.lo
2276-
2277-clean-libtool:
2278- -rm -rf .libs _libs
2279-install-iconDATA: $(icon_DATA)
2280- @$(NORMAL_INSTALL)
2281- @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
2282- if test -n "$$list"; then \
2283- echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
2284- $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
2285- fi; \
2286- for p in $$list; do \
2287- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2288- echo "$$d$$p"; \
2289- done | $(am__base_list) | \
2290- while read files; do \
2291- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
2292- $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
2293- done
2294-
2295-uninstall-iconDATA:
2296- @$(NORMAL_UNINSTALL)
2297- @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
2298- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2299- dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
2300-tags TAGS:
2301-
2302-ctags CTAGS:
2303-
2304-cscope cscopelist:
2305-
2306-
2307-distdir: $(DISTFILES)
2308- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2309- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2310- list='$(DISTFILES)'; \
2311- dist_files=`for file in $$list; do echo $$file; done | \
2312- sed -e "s|^$$srcdirstrip/||;t" \
2313- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2314- case $$dist_files in \
2315- */*) $(MKDIR_P) `echo "$$dist_files" | \
2316- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2317- sort -u` ;; \
2318- esac; \
2319- for file in $$dist_files; do \
2320- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2321- if test -d $$d/$$file; then \
2322- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2323- if test -d "$(distdir)/$$file"; then \
2324- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2325- fi; \
2326- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2327- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2328- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2329- fi; \
2330- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2331- else \
2332- test -f "$(distdir)/$$file" \
2333- || cp -p $$d/$$file "$(distdir)/$$file" \
2334- || exit 1; \
2335- fi; \
2336- done
2337-check-am: all-am
2338-check: check-am
2339-all-am: Makefile $(DATA)
2340-installdirs:
2341- for dir in "$(DESTDIR)$(icondir)"; do \
2342- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2343- done
2344-install: install-am
2345-install-exec: install-exec-am
2346-install-data: install-data-am
2347-uninstall: uninstall-am
2348-
2349-install-am: all-am
2350- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2351-
2352-installcheck: installcheck-am
2353-install-strip:
2354- if test -z '$(STRIP)'; then \
2355- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2356- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2357- install; \
2358- else \
2359- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2360- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2361- "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2362- fi
2363-mostlyclean-generic:
2364-
2365-clean-generic:
2366-
2367-distclean-generic:
2368- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2369- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2370-
2371-maintainer-clean-generic:
2372- @echo "This command is intended for maintainers to use"
2373- @echo "it deletes files that may require special tools to rebuild."
2374-clean: clean-am
2375-
2376-clean-am: clean-generic clean-libtool clean-local mostlyclean-am
2377-
2378-distclean: distclean-am
2379- -rm -f Makefile
2380-distclean-am: clean-am distclean-generic
2381-
2382-dvi: dvi-am
2383-
2384-dvi-am:
2385-
2386-html: html-am
2387-
2388-html-am:
2389-
2390-info: info-am
2391-
2392-info-am:
2393-
2394-install-data-am: install-iconDATA
2395-
2396-install-dvi: install-dvi-am
2397-
2398-install-dvi-am:
2399-
2400-install-exec-am:
2401-
2402-install-html: install-html-am
2403-
2404-install-html-am:
2405-
2406-install-info: install-info-am
2407-
2408-install-info-am:
2409-
2410-install-man:
2411-
2412-install-pdf: install-pdf-am
2413-
2414-install-pdf-am:
2415-
2416-install-ps: install-ps-am
2417-
2418-install-ps-am:
2419-
2420-installcheck-am:
2421-
2422-maintainer-clean: maintainer-clean-am
2423- -rm -f Makefile
2424-maintainer-clean-am: distclean-am maintainer-clean-generic
2425-
2426-mostlyclean: mostlyclean-am
2427-
2428-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
2429-
2430-pdf: pdf-am
2431-
2432-pdf-am:
2433-
2434-ps: ps-am
2435-
2436-ps-am:
2437-
2438-uninstall-am: uninstall-iconDATA
2439-
2440-.MAKE: install-am install-strip
2441-
2442-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
2443- clean-local cscopelist-am ctags-am distclean distclean-generic \
2444- distclean-libtool distdir dvi dvi-am html html-am info info-am \
2445- install install-am install-data install-data-am install-dvi \
2446- install-dvi-am install-exec install-exec-am install-html \
2447- install-html-am install-iconDATA install-info install-info-am \
2448- install-man install-pdf install-pdf-am install-ps \
2449- install-ps-am install-strip installcheck installcheck-am \
2450- installdirs maintainer-clean maintainer-clean-generic \
2451- mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
2452- ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
2453-
2454-.PRECIOUS: Makefile
2455-
2456-
2457-clean-local :
2458- rm -f *~
2459-
2460--include $(top_srcdir)/git.mk
2461-
2462-# Tell versions [3.59,3.63) of GNU make to not export all variables.
2463-# Otherwise a system limit (for SysV at least) may be exceeded.
2464-.NOEXPORT:
2465diff --git a/data/icons/32x32/goa-account-facebook.png b/data/icons/32x32/goa-account-facebook.png
2466deleted file mode 100644
2467index 7837505..0000000
2468Binary files a/data/icons/32x32/goa-account-facebook.png and /dev/null differ
2469diff --git a/data/icons/32x32/goa-account-flickr.png b/data/icons/32x32/goa-account-flickr.png
2470deleted file mode 100644
2471index da7af59..0000000
2472Binary files a/data/icons/32x32/goa-account-flickr.png and /dev/null differ
2473diff --git a/data/icons/32x32/goa-account-foursquare.png b/data/icons/32x32/goa-account-foursquare.png
2474deleted file mode 100644
2475index a72375a..0000000
2476Binary files a/data/icons/32x32/goa-account-foursquare.png and /dev/null differ
2477diff --git a/data/icons/32x32/goa-account-google.png b/data/icons/32x32/goa-account-google.png
2478deleted file mode 100644
2479index cc371f4..0000000
2480Binary files a/data/icons/32x32/goa-account-google.png and /dev/null differ
2481diff --git a/data/icons/32x32/goa-account-msn.png b/data/icons/32x32/goa-account-msn.png
2482deleted file mode 100644
2483index f67aa22..0000000
2484Binary files a/data/icons/32x32/goa-account-msn.png and /dev/null differ
2485diff --git a/data/icons/32x32/goa-account-owncloud.png b/data/icons/32x32/goa-account-owncloud.png
2486deleted file mode 100644
2487index b748019..0000000
2488Binary files a/data/icons/32x32/goa-account-owncloud.png and /dev/null differ
2489diff --git a/data/icons/32x32/goa-account-pocket.png b/data/icons/32x32/goa-account-pocket.png
2490deleted file mode 100644
2491index 3f4cd66..0000000
2492Binary files a/data/icons/32x32/goa-account-pocket.png and /dev/null differ
2493diff --git a/data/icons/32x32/goa-account-todoist.png b/data/icons/32x32/goa-account-todoist.png
2494deleted file mode 100644
2495index 7c29d64..0000000
2496Binary files a/data/icons/32x32/goa-account-todoist.png and /dev/null differ
2497diff --git a/data/icons/32x32/goa-account.png b/data/icons/32x32/goa-account.png
2498deleted file mode 100644
2499index 9e641ec..0000000
2500Binary files a/data/icons/32x32/goa-account.png and /dev/null differ
2501diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am
2502deleted file mode 100644
2503index 8232309..0000000
2504--- a/data/icons/48x48/Makefile.am
2505+++ /dev/null
2506@@ -1,22 +0,0 @@
2507-NULL =
2508-
2509-icondir = $(datadir)/icons/hicolor/48x48/apps
2510-icon_DATA = \
2511- goa-account.png \
2512- goa-account-facebook.png \
2513- goa-account-google.png \
2514- goa-account-msn.png \
2515- goa-account-owncloud.png \
2516- goa-account-pocket.png \
2517- goa-account-flickr.png \
2518- goa-account-foursquare.png \
2519- goa-account-todoist.png \
2520- $(NULL)
2521-
2522-EXTRA_DIST = \
2523- $(icon_DATA)
2524-
2525-clean-local :
2526- rm -f *~
2527-
2528--include $(top_srcdir)/git.mk
2529diff --git a/data/icons/48x48/Makefile.in b/data/icons/48x48/Makefile.in
2530deleted file mode 100644
2531index 7b24487..0000000
2532--- a/data/icons/48x48/Makefile.in
2533+++ /dev/null
2534@@ -1,601 +0,0 @@
2535-# Makefile.in generated by automake 1.15.1 from Makefile.am.
2536-# @configure_input@
2537-
2538-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
2539-
2540-# This Makefile.in is free software; the Free Software Foundation
2541-# gives unlimited permission to copy and/or distribute it,
2542-# with or without modifications, as long as this notice is preserved.
2543-
2544-# This program is distributed in the hope that it will be useful,
2545-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
2546-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
2547-# PARTICULAR PURPOSE.
2548-
2549-@SET_MAKE@
2550-
2551-VPATH = @srcdir@
2552-am__is_gnu_make = { \
2553- if test -z '$(MAKELEVEL)'; then \
2554- false; \
2555- elif test -n '$(MAKE_HOST)'; then \
2556- true; \
2557- elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
2558- true; \
2559- else \
2560- false; \
2561- fi; \
2562-}
2563-am__make_running_with_option = \
2564- case $${target_option-} in \
2565- ?) ;; \
2566- *) echo "am__make_running_with_option: internal error: invalid" \
2567- "target option '$${target_option-}' specified" >&2; \
2568- exit 1;; \
2569- esac; \
2570- has_opt=no; \
2571- sane_makeflags=$$MAKEFLAGS; \
2572- if $(am__is_gnu_make); then \
2573- sane_makeflags=$$MFLAGS; \
2574- else \
2575- case $$MAKEFLAGS in \
2576- *\\[\ \ ]*) \
2577- bs=\\; \
2578- sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
2579- | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
2580- esac; \
2581- fi; \
2582- skip_next=no; \
2583- strip_trailopt () \
2584- { \
2585- flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
2586- }; \
2587- for flg in $$sane_makeflags; do \
2588- test $$skip_next = yes && { skip_next=no; continue; }; \
2589- case $$flg in \
2590- *=*|--*) continue;; \
2591- -*I) strip_trailopt 'I'; skip_next=yes;; \
2592- -*I?*) strip_trailopt 'I';; \
2593- -*O) strip_trailopt 'O'; skip_next=yes;; \
2594- -*O?*) strip_trailopt 'O';; \
2595- -*l) strip_trailopt 'l'; skip_next=yes;; \
2596- -*l?*) strip_trailopt 'l';; \
2597- -[dEDm]) skip_next=yes;; \
2598- -[JT]) skip_next=yes;; \
2599- esac; \
2600- case $$flg in \
2601- *$$target_option*) has_opt=yes; break;; \
2602- esac; \
2603- done; \
2604- test $$has_opt = yes
2605-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
2606-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
2607-pkgdatadir = $(datadir)/@PACKAGE@
2608-pkgincludedir = $(includedir)/@PACKAGE@
2609-pkglibdir = $(libdir)/@PACKAGE@
2610-pkglibexecdir = $(libexecdir)/@PACKAGE@
2611-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
2612-install_sh_DATA = $(install_sh) -c -m 644
2613-install_sh_PROGRAM = $(install_sh) -c
2614-install_sh_SCRIPT = $(install_sh) -c
2615-INSTALL_HEADER = $(INSTALL_DATA)
2616-transform = $(program_transform_name)
2617-NORMAL_INSTALL = :
2618-PRE_INSTALL = :
2619-POST_INSTALL = :
2620-NORMAL_UNINSTALL = :
2621-PRE_UNINSTALL = :
2622-POST_UNINSTALL = :
2623-build_triplet = @build@
2624-host_triplet = @host@
2625-subdir = data/icons/48x48
2626-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
2627-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
2628- $(top_srcdir)/m4/ax_append_flag.m4 \
2629- $(top_srcdir)/m4/ax_append_link_flags.m4 \
2630- $(top_srcdir)/m4/ax_check_compile_flag.m4 \
2631- $(top_srcdir)/m4/ax_check_link_flag.m4 \
2632- $(top_srcdir)/m4/ax_compiler_flags.m4 \
2633- $(top_srcdir)/m4/ax_compiler_flags_cflags.m4 \
2634- $(top_srcdir)/m4/ax_compiler_flags_gir.m4 \
2635- $(top_srcdir)/m4/ax_compiler_flags_ldflags.m4 \
2636- $(top_srcdir)/m4/ax_is_release.m4 \
2637- $(top_srcdir)/m4/ax_require_defined.m4 \
2638- $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gsettings.m4 \
2639- $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
2640- $(top_srcdir)/m4/intlmacosx.m4 \
2641- $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/lib-ld.m4 \
2642- $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
2643- $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
2644- $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
2645- $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
2646- $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
2647- $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/vapigen.m4 \
2648- $(top_srcdir)/configure.ac
2649-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
2650- $(ACLOCAL_M4)
2651-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
2652-mkinstalldirs = $(install_sh) -d
2653-CONFIG_HEADER = $(top_builddir)/config.h
2654-CONFIG_CLEAN_FILES =
2655-CONFIG_CLEAN_VPATH_FILES =
2656-AM_V_P = $(am__v_P_@AM_V@)
2657-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
2658-am__v_P_0 = false
2659-am__v_P_1 = :
2660-AM_V_GEN = $(am__v_GEN_@AM_V@)
2661-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
2662-am__v_GEN_0 = @echo " GEN " $@;
2663-am__v_GEN_1 =
2664-AM_V_at = $(am__v_at_@AM_V@)
2665-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
2666-am__v_at_0 = @
2667-am__v_at_1 =
2668-SOURCES =
2669-DIST_SOURCES =
2670-am__can_run_installinfo = \
2671- case $$AM_UPDATE_INFO_DIR in \
2672- n|no|NO) false;; \
2673- *) (install-info --version) >/dev/null 2>&1;; \
2674- esac
2675-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
2676-am__vpath_adj = case $$p in \
2677- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
2678- *) f=$$p;; \
2679- esac;
2680-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
2681-am__install_max = 40
2682-am__nobase_strip_setup = \
2683- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
2684-am__nobase_strip = \
2685- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
2686-am__nobase_list = $(am__nobase_strip_setup); \
2687- for p in $$list; do echo "$$p $$p"; done | \
2688- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
2689- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
2690- if (++n[$$2] == $(am__install_max)) \
2691- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
2692- END { for (dir in files) print dir, files[dir] }'
2693-am__base_list = \
2694- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
2695- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
2696-am__uninstall_files_from_dir = { \
2697- test -z "$$files" \
2698- || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
2699- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
2700- $(am__cd) "$$dir" && rm -f $$files; }; \
2701- }
2702-am__installdirs = "$(DESTDIR)$(icondir)"
2703-DATA = $(icon_DATA)
2704-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
2705-am__DIST_COMMON = $(srcdir)/Makefile.in
2706-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
2707-ACLOCAL = @ACLOCAL@
2708-AMTAR = @AMTAR@
2709-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
2710-AR = @AR@
2711-AUTOCONF = @AUTOCONF@
2712-AUTOHEADER = @AUTOHEADER@
2713-AUTOMAKE = @AUTOMAKE@
2714-AWK = @AWK@
2715-CC = @CC@
2716-CCDEPMODE = @CCDEPMODE@
2717-CFLAGS = @CFLAGS@
2718-CPP = @CPP@
2719-CPPFLAGS = @CPPFLAGS@
2720-CYGPATH_W = @CYGPATH_W@
2721-DEFS = @DEFS@
2722-DEPDIR = @DEPDIR@
2723-DLLTOOL = @DLLTOOL@
2724-DSYMUTIL = @DSYMUTIL@
2725-DUMPBIN = @DUMPBIN@
2726-ECHO_C = @ECHO_C@
2727-ECHO_N = @ECHO_N@
2728-ECHO_T = @ECHO_T@
2729-EGREP = @EGREP@
2730-EXEEXT = @EXEEXT@
2731-FGREP = @FGREP@
2732-GCR_CFLAGS = @GCR_CFLAGS@
2733-GCR_LIBS = @GCR_LIBS@
2734-GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
2735-GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
2736-GLIB_CFLAGS = @GLIB_CFLAGS@
2737-GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
2738-GLIB_LIBS = @GLIB_LIBS@
2739-GMSGFMT = @GMSGFMT@
2740-GMSGFMT_015 = @GMSGFMT_015@
2741-GOA_BACKEND_LT_VERSION = @GOA_BACKEND_LT_VERSION@
2742-GOA_LT_VERSION = @GOA_LT_VERSION@
2743-GOA_MAJOR_VERSION = @GOA_MAJOR_VERSION@
2744-GOA_MICRO_VERSION = @GOA_MICRO_VERSION@
2745-GOA_MINOR_VERSION = @GOA_MINOR_VERSION@
2746-GREP = @GREP@
2747-GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
2748-GTKDOC_CHECK = @GTKDOC_CHECK@
2749-GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
2750-GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
2751-GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
2752-GTKDOC_MKPDF = @GTKDOC_MKPDF@
2753-GTKDOC_REBASE = @GTKDOC_REBASE@
2754-GTK_CFLAGS = @GTK_CFLAGS@
2755-GTK_LIBS = @GTK_LIBS@
2756-HTML_DIR = @HTML_DIR@
2757-INSTALL = @INSTALL@
2758-INSTALL_DATA = @INSTALL_DATA@
2759-INSTALL_PROGRAM = @INSTALL_PROGRAM@
2760-INSTALL_SCRIPT = @INSTALL_SCRIPT@
2761-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
2762-INTLLIBS = @INTLLIBS@
2763-INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
2764-INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
2765-INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
2766-INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
2767-INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
2768-INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
2769-INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
2770-INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
2771-INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
2772-JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
2773-JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
2774-KRB5_CFLAGS = @KRB5_CFLAGS@
2775-KRB5_CONFIG = @KRB5_CONFIG@
2776-KRB5_LIBS = @KRB5_LIBS@
2777-LD = @LD@
2778-LDFLAGS = @LDFLAGS@
2779-LIBICONV = @LIBICONV@
2780-LIBINTL = @LIBINTL@
2781-LIBOBJS = @LIBOBJS@
2782-LIBS = @LIBS@
2783-LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
2784-LIBSOUP_LIBS = @LIBSOUP_LIBS@
2785-LIBTOOL = @LIBTOOL@
2786-LIBXML_CFLAGS = @LIBXML_CFLAGS@
2787-LIBXML_LIBS = @LIBXML_LIBS@
2788-LIPO = @LIPO@
2789-LN_S = @LN_S@
2790-LTLIBICONV = @LTLIBICONV@
2791-LTLIBINTL = @LTLIBINTL@
2792-LTLIBOBJS = @LTLIBOBJS@
2793-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
2794-MAINT = @MAINT@
2795-MAKEINFO = @MAKEINFO@
2796-MANIFEST_TOOL = @MANIFEST_TOOL@
2797-MKDIR_P = @MKDIR_P@
2798-MSGFMT = @MSGFMT@
2799-MSGFMT_015 = @MSGFMT_015@
2800-MSGMERGE = @MSGMERGE@
2801-NM = @NM@
2802-NMEDIT = @NMEDIT@
2803-OBJDUMP = @OBJDUMP@
2804-OBJEXT = @OBJEXT@
2805-OTOOL = @OTOOL@
2806-OTOOL64 = @OTOOL64@
2807-PACKAGE = @PACKAGE@
2808-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
2809-PACKAGE_NAME = @PACKAGE_NAME@
2810-PACKAGE_STRING = @PACKAGE_STRING@
2811-PACKAGE_TARNAME = @PACKAGE_TARNAME@
2812-PACKAGE_URL = @PACKAGE_URL@
2813-PACKAGE_VERSION = @PACKAGE_VERSION@
2814-PATH_SEPARATOR = @PATH_SEPARATOR@
2815-PKG_CONFIG = @PKG_CONFIG@
2816-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
2817-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
2818-POSUB = @POSUB@
2819-RANLIB = @RANLIB@
2820-REST_CFLAGS = @REST_CFLAGS@
2821-REST_LIBS = @REST_LIBS@
2822-SECRET_CFLAGS = @SECRET_CFLAGS@
2823-SECRET_LIBS = @SECRET_LIBS@
2824-SED = @SED@
2825-SET_MAKE = @SET_MAKE@
2826-SHELL = @SHELL@
2827-STRIP = @STRIP@
2828-USE_NLS = @USE_NLS@
2829-VAPIGEN = @VAPIGEN@
2830-VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
2831-VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
2832-VERSION = @VERSION@
2833-WARN_CFLAGS = @WARN_CFLAGS@
2834-WARN_LDFLAGS = @WARN_LDFLAGS@
2835-WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
2836-WEBKIT_GTK_CFLAGS = @WEBKIT_GTK_CFLAGS@
2837-WEBKIT_GTK_LIBS = @WEBKIT_GTK_LIBS@
2838-XGETTEXT = @XGETTEXT@
2839-XGETTEXT_015 = @XGETTEXT_015@
2840-XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
2841-XSLTPROC = @XSLTPROC@
2842-abs_builddir = @abs_builddir@
2843-abs_srcdir = @abs_srcdir@
2844-abs_top_builddir = @abs_top_builddir@
2845-abs_top_srcdir = @abs_top_srcdir@
2846-ac_ct_AR = @ac_ct_AR@
2847-ac_ct_CC = @ac_ct_CC@
2848-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
2849-am__include = @am__include@
2850-am__leading_dot = @am__leading_dot@
2851-am__quote = @am__quote@
2852-am__tar = @am__tar@
2853-am__untar = @am__untar@
2854-bindir = @bindir@
2855-build = @build@
2856-build_alias = @build_alias@
2857-build_cpu = @build_cpu@
2858-build_os = @build_os@
2859-build_vendor = @build_vendor@
2860-builddir = @builddir@
2861-datadir = @datadir@
2862-datarootdir = @datarootdir@
2863-docdir = @docdir@
2864-dvidir = @dvidir@
2865-exec_prefix = @exec_prefix@
2866-gsettingsschemadir = @gsettingsschemadir@
2867-host = @host@
2868-host_alias = @host_alias@
2869-host_cpu = @host_cpu@
2870-host_os = @host_os@
2871-host_vendor = @host_vendor@
2872-htmldir = @htmldir@
2873-includedir = @includedir@
2874-infodir = @infodir@
2875-install_sh = @install_sh@
2876-libdir = @libdir@
2877-libexecdir = @libexecdir@
2878-localedir = @localedir@
2879-localstatedir = @localstatedir@
2880-mandir = @mandir@
2881-mkdir_p = @mkdir_p@
2882-oldincludedir = @oldincludedir@
2883-pdfdir = @pdfdir@
2884-prefix = @prefix@
2885-program_transform_name = @program_transform_name@
2886-psdir = @psdir@
2887-sbindir = @sbindir@
2888-sharedstatedir = @sharedstatedir@
2889-srcdir = @srcdir@
2890-sysconfdir = @sysconfdir@
2891-target_alias = @target_alias@
2892-top_build_prefix = @top_build_prefix@
2893-top_builddir = @top_builddir@
2894-top_srcdir = @top_srcdir@
2895-NULL =
2896-icondir = $(datadir)/icons/hicolor/48x48/apps
2897-icon_DATA = \
2898- goa-account.png \
2899- goa-account-facebook.png \
2900- goa-account-google.png \
2901- goa-account-msn.png \
2902- goa-account-owncloud.png \
2903- goa-account-pocket.png \
2904- goa-account-flickr.png \
2905- goa-account-foursquare.png \
2906- goa-account-todoist.png \
2907- $(NULL)
2908-
2909-EXTRA_DIST = \
2910- $(icon_DATA)
2911-
2912-all: all-am
2913-
2914-.SUFFIXES:
2915-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
2916- @for dep in $?; do \
2917- case '$(am__configure_deps)' in \
2918- *$$dep*) \
2919- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
2920- && { if test -f $@; then exit 0; else break; fi; }; \
2921- exit 1;; \
2922- esac; \
2923- done; \
2924- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/48x48/Makefile'; \
2925- $(am__cd) $(top_srcdir) && \
2926- $(AUTOMAKE) --foreign data/icons/48x48/Makefile
2927-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2928- @case '$?' in \
2929- *config.status*) \
2930- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
2931- *) \
2932- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
2933- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
2934- esac;
2935-
2936-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2937- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2938-
2939-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2940- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2941-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
2942- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
2943-$(am__aclocal_m4_deps):
2944-
2945-mostlyclean-libtool:
2946- -rm -f *.lo
2947-
2948-clean-libtool:
2949- -rm -rf .libs _libs
2950-install-iconDATA: $(icon_DATA)
2951- @$(NORMAL_INSTALL)
2952- @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
2953- if test -n "$$list"; then \
2954- echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
2955- $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
2956- fi; \
2957- for p in $$list; do \
2958- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2959- echo "$$d$$p"; \
2960- done | $(am__base_list) | \
2961- while read files; do \
2962- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
2963- $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
2964- done
2965-
2966-uninstall-iconDATA:
2967- @$(NORMAL_UNINSTALL)
2968- @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
2969- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2970- dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
2971-tags TAGS:
2972-
2973-ctags CTAGS:
2974-
2975-cscope cscopelist:
2976-
2977-
2978-distdir: $(DISTFILES)
2979- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2980- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2981- list='$(DISTFILES)'; \
2982- dist_files=`for file in $$list; do echo $$file; done | \
2983- sed -e "s|^$$srcdirstrip/||;t" \
2984- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2985- case $$dist_files in \
2986- */*) $(MKDIR_P) `echo "$$dist_files" | \
2987- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2988- sort -u` ;; \
2989- esac; \
2990- for file in $$dist_files; do \
2991- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2992- if test -d $$d/$$file; then \
2993- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2994- if test -d "$(distdir)/$$file"; then \
2995- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2996- fi; \
2997- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2998- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2999- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
3000- fi; \
3001- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
3002- else \
3003- test -f "$(distdir)/$$file" \
3004- || cp -p $$d/$$file "$(distdir)/$$file" \
3005- || exit 1; \
3006- fi; \
3007- done
3008-check-am: all-am
3009-check: check-am
3010-all-am: Makefile $(DATA)
3011-installdirs:
3012- for dir in "$(DESTDIR)$(icondir)"; do \
3013- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
3014- done
3015-install: install-am
3016-install-exec: install-exec-am
3017-install-data: install-data-am
3018-uninstall: uninstall-am
3019-
3020-install-am: all-am
3021- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
3022-
3023-installcheck: installcheck-am
3024-install-strip:
3025- if test -z '$(STRIP)'; then \
3026- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3027- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3028- install; \
3029- else \
3030- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3031- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3032- "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
3033- fi
3034-mostlyclean-generic:
3035-
3036-clean-generic:
3037-
3038-distclean-generic:
3039- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
3040- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
3041-
3042-maintainer-clean-generic:
3043- @echo "This command is intended for maintainers to use"
3044- @echo "it deletes files that may require special tools to rebuild."
3045-clean: clean-am
3046-
3047-clean-am: clean-generic clean-libtool clean-local mostlyclean-am
3048-
3049-distclean: distclean-am
3050- -rm -f Makefile
3051-distclean-am: clean-am distclean-generic
3052-
3053-dvi: dvi-am
3054-
3055-dvi-am:
3056-
3057-html: html-am
3058-
3059-html-am:
3060-
3061-info: info-am
3062-
3063-info-am:
3064-
3065-install-data-am: install-iconDATA
3066-
3067-install-dvi: install-dvi-am
3068-
3069-install-dvi-am:
3070-
3071-install-exec-am:
3072-
3073-install-html: install-html-am
3074-
3075-install-html-am:
3076-
3077-install-info: install-info-am
3078-
3079-install-info-am:
3080-
3081-install-man:
3082-
3083-install-pdf: install-pdf-am
3084-
3085-install-pdf-am:
3086-
3087-install-ps: install-ps-am
3088-
3089-install-ps-am:
3090-
3091-installcheck-am:
3092-
3093-maintainer-clean: maintainer-clean-am
3094- -rm -f Makefile
3095-maintainer-clean-am: distclean-am maintainer-clean-generic
3096-
3097-mostlyclean: mostlyclean-am
3098-
3099-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
3100-
3101-pdf: pdf-am
3102-
3103-pdf-am:
3104-
3105-ps: ps-am
3106-
3107-ps-am:
3108-
3109-uninstall-am: uninstall-iconDATA
3110-
3111-.MAKE: install-am install-strip
3112-
3113-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
3114- clean-local cscopelist-am ctags-am distclean distclean-generic \
3115- distclean-libtool distdir dvi dvi-am html html-am info info-am \
3116- install install-am install-data install-data-am install-dvi \
3117- install-dvi-am install-exec install-exec-am install-html \
3118- install-html-am install-iconDATA install-info install-info-am \
3119- install-man install-pdf install-pdf-am install-ps \
3120- install-ps-am install-strip installcheck installcheck-am \
3121- installdirs maintainer-clean maintainer-clean-generic \
3122- mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
3123- ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
3124-
3125-.PRECIOUS: Makefile
3126-
3127-
3128-clean-local :
3129- rm -f *~
3130-
3131--include $(top_srcdir)/git.mk
3132-
3133-# Tell versions [3.59,3.63) of GNU make to not export all variables.
3134-# Otherwise a system limit (for SysV at least) may be exceeded.
3135-.NOEXPORT:
3136diff --git a/data/icons/48x48/goa-account-facebook.png b/data/icons/48x48/goa-account-facebook.png
3137deleted file mode 100644
3138index 33b746a..0000000
3139Binary files a/data/icons/48x48/goa-account-facebook.png and /dev/null differ
3140diff --git a/data/icons/48x48/goa-account-flickr.png b/data/icons/48x48/goa-account-flickr.png
3141deleted file mode 100644
3142index 15a2a95..0000000
3143Binary files a/data/icons/48x48/goa-account-flickr.png and /dev/null differ
3144diff --git a/data/icons/48x48/goa-account-foursquare.png b/data/icons/48x48/goa-account-foursquare.png
3145deleted file mode 100644
3146index 0e14443..0000000
3147Binary files a/data/icons/48x48/goa-account-foursquare.png and /dev/null differ
3148diff --git a/data/icons/48x48/goa-account-google.png b/data/icons/48x48/goa-account-google.png
3149deleted file mode 100644
3150index 8d80315..0000000
3151Binary files a/data/icons/48x48/goa-account-google.png and /dev/null differ
3152diff --git a/data/icons/48x48/goa-account-msn.png b/data/icons/48x48/goa-account-msn.png
3153deleted file mode 100644
3154index 0199248..0000000
3155Binary files a/data/icons/48x48/goa-account-msn.png and /dev/null differ
3156diff --git a/data/icons/48x48/goa-account-owncloud.png b/data/icons/48x48/goa-account-owncloud.png
3157deleted file mode 100644
3158index 80f7f7c..0000000
3159Binary files a/data/icons/48x48/goa-account-owncloud.png and /dev/null differ
3160diff --git a/data/icons/48x48/goa-account-pocket.png b/data/icons/48x48/goa-account-pocket.png
3161deleted file mode 100644
3162index a8a9dc4..0000000
3163Binary files a/data/icons/48x48/goa-account-pocket.png and /dev/null differ
3164diff --git a/data/icons/48x48/goa-account-todoist.png b/data/icons/48x48/goa-account-todoist.png
3165deleted file mode 100644
3166index 449e452..0000000
3167Binary files a/data/icons/48x48/goa-account-todoist.png and /dev/null differ
3168diff --git a/data/icons/48x48/goa-account.png b/data/icons/48x48/goa-account.png
3169deleted file mode 100644
3170index 5edaf1c..0000000
3171Binary files a/data/icons/48x48/goa-account.png and /dev/null differ
3172diff --git a/data/icons/96x96/Makefile.am b/data/icons/96x96/Makefile.am
3173deleted file mode 100644
3174index bc174ef..0000000
3175--- a/data/icons/96x96/Makefile.am
3176+++ /dev/null
3177@@ -1,22 +0,0 @@
3178-NULL =
3179-
3180-icondir = $(datadir)/icons/hicolor/96x96/apps
3181-icon_DATA = \
3182- goa-account.png \
3183- goa-account-facebook.png \
3184- goa-account-google.png \
3185- goa-account-msn.png \
3186- goa-account-owncloud.png \
3187- goa-account-pocket.png \
3188- goa-account-flickr.png \
3189- goa-account-foursquare.png \
3190- goa-account-todoist.png \
3191- $(NULL)
3192-
3193-EXTRA_DIST = \
3194- $(icon_DATA)
3195-
3196-clean-local :
3197- rm -f *~
3198-
3199--include $(top_srcdir)/git.mk
3200diff --git a/data/icons/96x96/Makefile.in b/data/icons/96x96/Makefile.in
3201deleted file mode 100644
3202index 64cc91e..0000000
3203--- a/data/icons/96x96/Makefile.in
3204+++ /dev/null
3205@@ -1,601 +0,0 @@
3206-# Makefile.in generated by automake 1.15.1 from Makefile.am.
3207-# @configure_input@
3208-
3209-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
3210-
3211-# This Makefile.in is free software; the Free Software Foundation
3212-# gives unlimited permission to copy and/or distribute it,
3213-# with or without modifications, as long as this notice is preserved.
3214-
3215-# This program is distributed in the hope that it will be useful,
3216-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
3217-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
3218-# PARTICULAR PURPOSE.
3219-
3220-@SET_MAKE@
3221-
3222-VPATH = @srcdir@
3223-am__is_gnu_make = { \
3224- if test -z '$(MAKELEVEL)'; then \
3225- false; \
3226- elif test -n '$(MAKE_HOST)'; then \
3227- true; \
3228- elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
3229- true; \
3230- else \
3231- false; \
3232- fi; \
3233-}
3234-am__make_running_with_option = \
3235- case $${target_option-} in \
3236- ?) ;; \
3237- *) echo "am__make_running_with_option: internal error: invalid" \
3238- "target option '$${target_option-}' specified" >&2; \
3239- exit 1;; \
3240- esac; \
3241- has_opt=no; \
3242- sane_makeflags=$$MAKEFLAGS; \
3243- if $(am__is_gnu_make); then \
3244- sane_makeflags=$$MFLAGS; \
3245- else \
3246- case $$MAKEFLAGS in \
3247- *\\[\ \ ]*) \
3248- bs=\\; \
3249- sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
3250- | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3251- esac; \
3252- fi; \
3253- skip_next=no; \
3254- strip_trailopt () \
3255- { \
3256- flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
3257- }; \
3258- for flg in $$sane_makeflags; do \
3259- test $$skip_next = yes && { skip_next=no; continue; }; \
3260- case $$flg in \
3261- *=*|--*) continue;; \
3262- -*I) strip_trailopt 'I'; skip_next=yes;; \
3263- -*I?*) strip_trailopt 'I';; \
3264- -*O) strip_trailopt 'O'; skip_next=yes;; \
3265- -*O?*) strip_trailopt 'O';; \
3266- -*l) strip_trailopt 'l'; skip_next=yes;; \
3267- -*l?*) strip_trailopt 'l';; \
3268- -[dEDm]) skip_next=yes;; \
3269- -[JT]) skip_next=yes;; \
3270- esac; \
3271- case $$flg in \
3272- *$$target_option*) has_opt=yes; break;; \
3273- esac; \
3274- done; \
3275- test $$has_opt = yes
3276-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
3277-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3278-pkgdatadir = $(datadir)/@PACKAGE@
3279-pkgincludedir = $(includedir)/@PACKAGE@
3280-pkglibdir = $(libdir)/@PACKAGE@
3281-pkglibexecdir = $(libexecdir)/@PACKAGE@
3282-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
3283-install_sh_DATA = $(install_sh) -c -m 644
3284-install_sh_PROGRAM = $(install_sh) -c
3285-install_sh_SCRIPT = $(install_sh) -c
3286-INSTALL_HEADER = $(INSTALL_DATA)
3287-transform = $(program_transform_name)
3288-NORMAL_INSTALL = :
3289-PRE_INSTALL = :
3290-POST_INSTALL = :
3291-NORMAL_UNINSTALL = :
3292-PRE_UNINSTALL = :
3293-POST_UNINSTALL = :
3294-build_triplet = @build@
3295-host_triplet = @host@
3296-subdir = data/icons/96x96
3297-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
3298-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
3299- $(top_srcdir)/m4/ax_append_flag.m4 \
3300- $(top_srcdir)/m4/ax_append_link_flags.m4 \
3301- $(top_srcdir)/m4/ax_check_compile_flag.m4 \
3302- $(top_srcdir)/m4/ax_check_link_flag.m4 \
3303- $(top_srcdir)/m4/ax_compiler_flags.m4 \
3304- $(top_srcdir)/m4/ax_compiler_flags_cflags.m4 \
3305- $(top_srcdir)/m4/ax_compiler_flags_gir.m4 \
3306- $(top_srcdir)/m4/ax_compiler_flags_ldflags.m4 \
3307- $(top_srcdir)/m4/ax_is_release.m4 \
3308- $(top_srcdir)/m4/ax_require_defined.m4 \
3309- $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gsettings.m4 \
3310- $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
3311- $(top_srcdir)/m4/intlmacosx.m4 \
3312- $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/lib-ld.m4 \
3313- $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
3314- $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
3315- $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
3316- $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
3317- $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
3318- $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/vapigen.m4 \
3319- $(top_srcdir)/configure.ac
3320-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
3321- $(ACLOCAL_M4)
3322-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
3323-mkinstalldirs = $(install_sh) -d
3324-CONFIG_HEADER = $(top_builddir)/config.h
3325-CONFIG_CLEAN_FILES =
3326-CONFIG_CLEAN_VPATH_FILES =
3327-AM_V_P = $(am__v_P_@AM_V@)
3328-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
3329-am__v_P_0 = false
3330-am__v_P_1 = :
3331-AM_V_GEN = $(am__v_GEN_@AM_V@)
3332-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
3333-am__v_GEN_0 = @echo " GEN " $@;
3334-am__v_GEN_1 =
3335-AM_V_at = $(am__v_at_@AM_V@)
3336-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
3337-am__v_at_0 = @
3338-am__v_at_1 =
3339-SOURCES =
3340-DIST_SOURCES =
3341-am__can_run_installinfo = \
3342- case $$AM_UPDATE_INFO_DIR in \
3343- n|no|NO) false;; \
3344- *) (install-info --version) >/dev/null 2>&1;; \
3345- esac
3346-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
3347-am__vpath_adj = case $$p in \
3348- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
3349- *) f=$$p;; \
3350- esac;
3351-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
3352-am__install_max = 40
3353-am__nobase_strip_setup = \
3354- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
3355-am__nobase_strip = \
3356- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
3357-am__nobase_list = $(am__nobase_strip_setup); \
3358- for p in $$list; do echo "$$p $$p"; done | \
3359- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
3360- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
3361- if (++n[$$2] == $(am__install_max)) \
3362- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
3363- END { for (dir in files) print dir, files[dir] }'
3364-am__base_list = \
3365- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
3366- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
3367-am__uninstall_files_from_dir = { \
3368- test -z "$$files" \
3369- || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
3370- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
3371- $(am__cd) "$$dir" && rm -f $$files; }; \
3372- }
3373-am__installdirs = "$(DESTDIR)$(icondir)"
3374-DATA = $(icon_DATA)
3375-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
3376-am__DIST_COMMON = $(srcdir)/Makefile.in
3377-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
3378-ACLOCAL = @ACLOCAL@
3379-AMTAR = @AMTAR@
3380-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
3381-AR = @AR@
3382-AUTOCONF = @AUTOCONF@
3383-AUTOHEADER = @AUTOHEADER@
3384-AUTOMAKE = @AUTOMAKE@
3385-AWK = @AWK@
3386-CC = @CC@
3387-CCDEPMODE = @CCDEPMODE@
3388-CFLAGS = @CFLAGS@
3389-CPP = @CPP@
3390-CPPFLAGS = @CPPFLAGS@
3391-CYGPATH_W = @CYGPATH_W@
3392-DEFS = @DEFS@
3393-DEPDIR = @DEPDIR@
3394-DLLTOOL = @DLLTOOL@
3395-DSYMUTIL = @DSYMUTIL@
3396-DUMPBIN = @DUMPBIN@
3397-ECHO_C = @ECHO_C@
3398-ECHO_N = @ECHO_N@
3399-ECHO_T = @ECHO_T@
3400-EGREP = @EGREP@
3401-EXEEXT = @EXEEXT@
3402-FGREP = @FGREP@
3403-GCR_CFLAGS = @GCR_CFLAGS@
3404-GCR_LIBS = @GCR_LIBS@
3405-GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
3406-GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
3407-GLIB_CFLAGS = @GLIB_CFLAGS@
3408-GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
3409-GLIB_LIBS = @GLIB_LIBS@
3410-GMSGFMT = @GMSGFMT@
3411-GMSGFMT_015 = @GMSGFMT_015@
3412-GOA_BACKEND_LT_VERSION = @GOA_BACKEND_LT_VERSION@
3413-GOA_LT_VERSION = @GOA_LT_VERSION@
3414-GOA_MAJOR_VERSION = @GOA_MAJOR_VERSION@
3415-GOA_MICRO_VERSION = @GOA_MICRO_VERSION@
3416-GOA_MINOR_VERSION = @GOA_MINOR_VERSION@
3417-GREP = @GREP@
3418-GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
3419-GTKDOC_CHECK = @GTKDOC_CHECK@
3420-GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
3421-GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
3422-GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
3423-GTKDOC_MKPDF = @GTKDOC_MKPDF@
3424-GTKDOC_REBASE = @GTKDOC_REBASE@
3425-GTK_CFLAGS = @GTK_CFLAGS@
3426-GTK_LIBS = @GTK_LIBS@
3427-HTML_DIR = @HTML_DIR@
3428-INSTALL = @INSTALL@
3429-INSTALL_DATA = @INSTALL_DATA@
3430-INSTALL_PROGRAM = @INSTALL_PROGRAM@
3431-INSTALL_SCRIPT = @INSTALL_SCRIPT@
3432-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
3433-INTLLIBS = @INTLLIBS@
3434-INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
3435-INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
3436-INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
3437-INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
3438-INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
3439-INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
3440-INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
3441-INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
3442-INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
3443-JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
3444-JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
3445-KRB5_CFLAGS = @KRB5_CFLAGS@
3446-KRB5_CONFIG = @KRB5_CONFIG@
3447-KRB5_LIBS = @KRB5_LIBS@
3448-LD = @LD@
3449-LDFLAGS = @LDFLAGS@
3450-LIBICONV = @LIBICONV@
3451-LIBINTL = @LIBINTL@
3452-LIBOBJS = @LIBOBJS@
3453-LIBS = @LIBS@
3454-LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
3455-LIBSOUP_LIBS = @LIBSOUP_LIBS@
3456-LIBTOOL = @LIBTOOL@
3457-LIBXML_CFLAGS = @LIBXML_CFLAGS@
3458-LIBXML_LIBS = @LIBXML_LIBS@
3459-LIPO = @LIPO@
3460-LN_S = @LN_S@
3461-LTLIBICONV = @LTLIBICONV@
3462-LTLIBINTL = @LTLIBINTL@
3463-LTLIBOBJS = @LTLIBOBJS@
3464-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
3465-MAINT = @MAINT@
3466-MAKEINFO = @MAKEINFO@
3467-MANIFEST_TOOL = @MANIFEST_TOOL@
3468-MKDIR_P = @MKDIR_P@
3469-MSGFMT = @MSGFMT@
3470-MSGFMT_015 = @MSGFMT_015@
3471-MSGMERGE = @MSGMERGE@
3472-NM = @NM@
3473-NMEDIT = @NMEDIT@
3474-OBJDUMP = @OBJDUMP@
3475-OBJEXT = @OBJEXT@
3476-OTOOL = @OTOOL@
3477-OTOOL64 = @OTOOL64@
3478-PACKAGE = @PACKAGE@
3479-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
3480-PACKAGE_NAME = @PACKAGE_NAME@
3481-PACKAGE_STRING = @PACKAGE_STRING@
3482-PACKAGE_TARNAME = @PACKAGE_TARNAME@
3483-PACKAGE_URL = @PACKAGE_URL@
3484-PACKAGE_VERSION = @PACKAGE_VERSION@
3485-PATH_SEPARATOR = @PATH_SEPARATOR@
3486-PKG_CONFIG = @PKG_CONFIG@
3487-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
3488-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
3489-POSUB = @POSUB@
3490-RANLIB = @RANLIB@
3491-REST_CFLAGS = @REST_CFLAGS@
3492-REST_LIBS = @REST_LIBS@
3493-SECRET_CFLAGS = @SECRET_CFLAGS@
3494-SECRET_LIBS = @SECRET_LIBS@
3495-SED = @SED@
3496-SET_MAKE = @SET_MAKE@
3497-SHELL = @SHELL@
3498-STRIP = @STRIP@
3499-USE_NLS = @USE_NLS@
3500-VAPIGEN = @VAPIGEN@
3501-VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
3502-VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
3503-VERSION = @VERSION@
3504-WARN_CFLAGS = @WARN_CFLAGS@
3505-WARN_LDFLAGS = @WARN_LDFLAGS@
3506-WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
3507-WEBKIT_GTK_CFLAGS = @WEBKIT_GTK_CFLAGS@
3508-WEBKIT_GTK_LIBS = @WEBKIT_GTK_LIBS@
3509-XGETTEXT = @XGETTEXT@
3510-XGETTEXT_015 = @XGETTEXT_015@
3511-XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
3512-XSLTPROC = @XSLTPROC@
3513-abs_builddir = @abs_builddir@
3514-abs_srcdir = @abs_srcdir@
3515-abs_top_builddir = @abs_top_builddir@
3516-abs_top_srcdir = @abs_top_srcdir@
3517-ac_ct_AR = @ac_ct_AR@
3518-ac_ct_CC = @ac_ct_CC@
3519-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
3520-am__include = @am__include@
3521-am__leading_dot = @am__leading_dot@
3522-am__quote = @am__quote@
3523-am__tar = @am__tar@
3524-am__untar = @am__untar@
3525-bindir = @bindir@
3526-build = @build@
3527-build_alias = @build_alias@
3528-build_cpu = @build_cpu@
3529-build_os = @build_os@
3530-build_vendor = @build_vendor@
3531-builddir = @builddir@
3532-datadir = @datadir@
3533-datarootdir = @datarootdir@
3534-docdir = @docdir@
3535-dvidir = @dvidir@
3536-exec_prefix = @exec_prefix@
3537-gsettingsschemadir = @gsettingsschemadir@
3538-host = @host@
3539-host_alias = @host_alias@
3540-host_cpu = @host_cpu@
3541-host_os = @host_os@
3542-host_vendor = @host_vendor@
3543-htmldir = @htmldir@
3544-includedir = @includedir@
3545-infodir = @infodir@
3546-install_sh = @install_sh@
3547-libdir = @libdir@
3548-libexecdir = @libexecdir@
3549-localedir = @localedir@
3550-localstatedir = @localstatedir@
3551-mandir = @mandir@
3552-mkdir_p = @mkdir_p@
3553-oldincludedir = @oldincludedir@
3554-pdfdir = @pdfdir@
3555-prefix = @prefix@
3556-program_transform_name = @program_transform_name@
3557-psdir = @psdir@
3558-sbindir = @sbindir@
3559-sharedstatedir = @sharedstatedir@
3560-srcdir = @srcdir@
3561-sysconfdir = @sysconfdir@
3562-target_alias = @target_alias@
3563-top_build_prefix = @top_build_prefix@
3564-top_builddir = @top_builddir@
3565-top_srcdir = @top_srcdir@
3566-NULL =
3567-icondir = $(datadir)/icons/hicolor/96x96/apps
3568-icon_DATA = \
3569- goa-account.png \
3570- goa-account-facebook.png \
3571- goa-account-google.png \
3572- goa-account-msn.png \
3573- goa-account-owncloud.png \
3574- goa-account-pocket.png \
3575- goa-account-flickr.png \
3576- goa-account-foursquare.png \
3577- goa-account-todoist.png \
3578- $(NULL)
3579-
3580-EXTRA_DIST = \
3581- $(icon_DATA)
3582-
3583-all: all-am
3584-
3585-.SUFFIXES:
3586-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
3587- @for dep in $?; do \
3588- case '$(am__configure_deps)' in \
3589- *$$dep*) \
3590- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
3591- && { if test -f $@; then exit 0; else break; fi; }; \
3592- exit 1;; \
3593- esac; \
3594- done; \
3595- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/96x96/Makefile'; \
3596- $(am__cd) $(top_srcdir) && \
3597- $(AUTOMAKE) --foreign data/icons/96x96/Makefile
3598-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
3599- @case '$?' in \
3600- *config.status*) \
3601- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
3602- *) \
3603- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
3604- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
3605- esac;
3606-
3607-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
3608- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3609-
3610-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
3611- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3612-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
3613- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3614-$(am__aclocal_m4_deps):
3615-
3616-mostlyclean-libtool:
3617- -rm -f *.lo
3618-
3619-clean-libtool:
3620- -rm -rf .libs _libs
3621-install-iconDATA: $(icon_DATA)
3622- @$(NORMAL_INSTALL)
3623- @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
3624- if test -n "$$list"; then \
3625- echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
3626- $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
3627- fi; \
3628- for p in $$list; do \
3629- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3630- echo "$$d$$p"; \
3631- done | $(am__base_list) | \
3632- while read files; do \
3633- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
3634- $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
3635- done
3636-
3637-uninstall-iconDATA:
3638- @$(NORMAL_UNINSTALL)
3639- @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
3640- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3641- dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
3642-tags TAGS:
3643-
3644-ctags CTAGS:
3645-
3646-cscope cscopelist:
3647-
3648-
3649-distdir: $(DISTFILES)
3650- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3651- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3652- list='$(DISTFILES)'; \
3653- dist_files=`for file in $$list; do echo $$file; done | \
3654- sed -e "s|^$$srcdirstrip/||;t" \
3655- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
3656- case $$dist_files in \
3657- */*) $(MKDIR_P) `echo "$$dist_files" | \
3658- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
3659- sort -u` ;; \
3660- esac; \
3661- for file in $$dist_files; do \
3662- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
3663- if test -d $$d/$$file; then \
3664- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
3665- if test -d "$(distdir)/$$file"; then \
3666- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
3667- fi; \
3668- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
3669- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
3670- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
3671- fi; \
3672- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
3673- else \
3674- test -f "$(distdir)/$$file" \
3675- || cp -p $$d/$$file "$(distdir)/$$file" \
3676- || exit 1; \
3677- fi; \
3678- done
3679-check-am: all-am
3680-check: check-am
3681-all-am: Makefile $(DATA)
3682-installdirs:
3683- for dir in "$(DESTDIR)$(icondir)"; do \
3684- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
3685- done
3686-install: install-am
3687-install-exec: install-exec-am
3688-install-data: install-data-am
3689-uninstall: uninstall-am
3690-
3691-install-am: all-am
3692- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
3693-
3694-installcheck: installcheck-am
3695-install-strip:
3696- if test -z '$(STRIP)'; then \
3697- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3698- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3699- install; \
3700- else \
3701- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3702- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3703- "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
3704- fi
3705-mostlyclean-generic:
3706-
3707-clean-generic:
3708-
3709-distclean-generic:
3710- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
3711- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
3712-
3713-maintainer-clean-generic:
3714- @echo "This command is intended for maintainers to use"
3715- @echo "it deletes files that may require special tools to rebuild."
3716-clean: clean-am
3717-
3718-clean-am: clean-generic clean-libtool clean-local mostlyclean-am
3719-
3720-distclean: distclean-am
3721- -rm -f Makefile
3722-distclean-am: clean-am distclean-generic
3723-
3724-dvi: dvi-am
3725-
3726-dvi-am:
3727-
3728-html: html-am
3729-
3730-html-am:
3731-
3732-info: info-am
3733-
3734-info-am:
3735-
3736-install-data-am: install-iconDATA
3737-
3738-install-dvi: install-dvi-am
3739-
3740-install-dvi-am:
3741-
3742-install-exec-am:
3743-
3744-install-html: install-html-am
3745-
3746-install-html-am:
3747-
3748-install-info: install-info-am
3749-
3750-install-info-am:
3751-
3752-install-man:
3753-
3754-install-pdf: install-pdf-am
3755-
3756-install-pdf-am:
3757-
3758-install-ps: install-ps-am
3759-
3760-install-ps-am:
3761-
3762-installcheck-am:
3763-
3764-maintainer-clean: maintainer-clean-am
3765- -rm -f Makefile
3766-maintainer-clean-am: distclean-am maintainer-clean-generic
3767-
3768-mostlyclean: mostlyclean-am
3769-
3770-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
3771-
3772-pdf: pdf-am
3773-
3774-pdf-am:
3775-
3776-ps: ps-am
3777-
3778-ps-am:
3779-
3780-uninstall-am: uninstall-iconDATA
3781-
3782-.MAKE: install-am install-strip
3783-
3784-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
3785- clean-local cscopelist-am ctags-am distclean distclean-generic \
3786- distclean-libtool distdir dvi dvi-am html html-am info info-am \
3787- install install-am install-data install-data-am install-dvi \
3788- install-dvi-am install-exec install-exec-am install-html \
3789- install-html-am install-iconDATA install-info install-info-am \
3790- install-man install-pdf install-pdf-am install-ps \
3791- install-ps-am install-strip installcheck installcheck-am \
3792- installdirs maintainer-clean maintainer-clean-generic \
3793- mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
3794- ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
3795-
3796-.PRECIOUS: Makefile
3797-
3798-
3799-clean-local :
3800- rm -f *~
3801-
3802--include $(top_srcdir)/git.mk
3803-
3804-# Tell versions [3.59,3.63) of GNU make to not export all variables.
3805-# Otherwise a system limit (for SysV at least) may be exceeded.
3806-.NOEXPORT:
3807diff --git a/data/icons/96x96/goa-account-facebook.png b/data/icons/96x96/goa-account-facebook.png
3808deleted file mode 100644
3809index 465b25f..0000000
3810Binary files a/data/icons/96x96/goa-account-facebook.png and /dev/null differ
3811diff --git a/data/icons/96x96/goa-account-flickr.png b/data/icons/96x96/goa-account-flickr.png
3812deleted file mode 100644
3813index 58d76dc..0000000
3814Binary files a/data/icons/96x96/goa-account-flickr.png and /dev/null differ
3815diff --git a/data/icons/96x96/goa-account-foursquare.png b/data/icons/96x96/goa-account-foursquare.png
3816deleted file mode 100644
3817index fa25a75..0000000
3818Binary files a/data/icons/96x96/goa-account-foursquare.png and /dev/null differ
3819diff --git a/data/icons/96x96/goa-account-google.png b/data/icons/96x96/goa-account-google.png
3820deleted file mode 100644
3821index 01b91b5..0000000
3822Binary files a/data/icons/96x96/goa-account-google.png and /dev/null differ
3823diff --git a/data/icons/96x96/goa-account-msn.png b/data/icons/96x96/goa-account-msn.png
3824deleted file mode 100644
3825index a604ba7..0000000
3826Binary files a/data/icons/96x96/goa-account-msn.png and /dev/null differ
3827diff --git a/data/icons/96x96/goa-account-owncloud.png b/data/icons/96x96/goa-account-owncloud.png
3828deleted file mode 100644
3829index 53ed8b0..0000000
3830Binary files a/data/icons/96x96/goa-account-owncloud.png and /dev/null differ
3831diff --git a/data/icons/96x96/goa-account-pocket.png b/data/icons/96x96/goa-account-pocket.png
3832deleted file mode 100644
3833index 42513d6..0000000
3834Binary files a/data/icons/96x96/goa-account-pocket.png and /dev/null differ
3835diff --git a/data/icons/96x96/goa-account-todoist.png b/data/icons/96x96/goa-account-todoist.png
3836deleted file mode 100644
3837index ea9c139..0000000
3838Binary files a/data/icons/96x96/goa-account-todoist.png and /dev/null differ
3839diff --git a/data/icons/96x96/goa-account.png b/data/icons/96x96/goa-account.png
3840deleted file mode 100644
3841index fdb7399..0000000
3842Binary files a/data/icons/96x96/goa-account.png and /dev/null differ
3843diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
3844index f610e85..c91e9ae 100644
3845--- a/data/icons/Makefile.am
3846+++ b/data/icons/Makefile.am
3847@@ -1,5 +1,5 @@
3848
3849-SUBDIRS = 16x16 22x22 24x24 32x32 48x48 96x96 256x256
3850+SUBDIRS = scalable symbolic
3851
3852 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
3853
3854diff --git a/data/icons/Makefile.in b/data/icons/Makefile.in
3855index 39b7f8b..294d329 100644
3856--- a/data/icons/Makefile.in
3857+++ b/data/icons/Makefile.in
3858@@ -388,7 +388,7 @@ target_alias = @target_alias@
3859 top_build_prefix = @top_build_prefix@
3860 top_builddir = @top_builddir@
3861 top_srcdir = @top_srcdir@
3862-SUBDIRS = 16x16 22x22 24x24 32x32 48x48 96x96 256x256
3863+SUBDIRS = scalable symbolic
3864 gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
3865 all: all-recursive
3866
3867diff --git a/data/icons/256x256/Makefile.am b/data/icons/scalable/Makefile.am
3868similarity index 53%
3869rename from data/icons/256x256/Makefile.am
3870rename to data/icons/scalable/Makefile.am
3871index 617385d..210b1c3 100644
3872--- a/data/icons/256x256/Makefile.am
3873+++ b/data/icons/scalable/Makefile.am
3874@@ -1,8 +1,14 @@
3875 NULL =
3876
3877-icondir = $(datadir)/icons/hicolor/256x256/apps
3878-icon_DATA = \
3879- goa-account.png \
3880+icondir = $(datadir)/icons/hicolor/scalable/apps
3881+icon_DATA = \
3882+ goa-account-facebook.svg \
3883+ goa-account-flickr.svg \
3884+ goa-account-google.svg \
3885+ goa-account-msn.svg \
3886+ goa-account-owncloud.svg \
3887+ goa-account-pocket.svg \
3888+ goa-account-foursquare.svg \
3889 $(NULL)
3890
3891 EXTRA_DIST = \
3892diff --git a/data/icons/256x256/Makefile.in b/data/icons/scalable/Makefile.in
3893similarity index 99%
3894rename from data/icons/256x256/Makefile.in
3895rename to data/icons/scalable/Makefile.in
3896index cc9b601..80f9abd 100644
3897--- a/data/icons/256x256/Makefile.in
3898+++ b/data/icons/scalable/Makefile.in
3899@@ -88,7 +88,7 @@ PRE_UNINSTALL = :
3900 POST_UNINSTALL = :
3901 build_triplet = @build@
3902 host_triplet = @host@
3903-subdir = data/icons/256x256
3904+subdir = data/icons/scalable
3905 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
3906 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
3907 $(top_srcdir)/m4/ax_append_flag.m4 \
3908@@ -359,9 +359,15 @@ top_build_prefix = @top_build_prefix@
3909 top_builddir = @top_builddir@
3910 top_srcdir = @top_srcdir@
3911 NULL =
3912-icondir = $(datadir)/icons/hicolor/256x256/apps
3913+icondir = $(datadir)/icons/hicolor/scalable/apps
3914 icon_DATA = \
3915- goa-account.png \
3916+ goa-account-facebook.svg \
3917+ goa-account-flickr.svg \
3918+ goa-account-google.svg \
3919+ goa-account-msn.svg \
3920+ goa-account-owncloud.svg \
3921+ goa-account-pocket.svg \
3922+ goa-account-foursquare.svg \
3923 $(NULL)
3924
3925 EXTRA_DIST = \
3926@@ -379,9 +385,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
3927 exit 1;; \
3928 esac; \
3929 done; \
3930- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/256x256/Makefile'; \
3931+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/scalable/Makefile'; \
3932 $(am__cd) $(top_srcdir) && \
3933- $(AUTOMAKE) --foreign data/icons/256x256/Makefile
3934+ $(AUTOMAKE) --foreign data/icons/scalable/Makefile
3935 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
3936 @case '$?' in \
3937 *config.status*) \
3938diff --git a/data/icons/scalable/goa-account-facebook.svg b/data/icons/scalable/goa-account-facebook.svg
3939new file mode 100644
3940index 0000000..48db7a4
3941--- /dev/null
3942+++ b/data/icons/scalable/goa-account-facebook.svg
3943@@ -0,0 +1,109 @@
3944+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3945+<svg
3946+ xmlns:dc="http://purl.org/dc/elements/1.1/"
3947+ xmlns:cc="http://creativecommons.org/ns#"
3948+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3949+ xmlns:svg="http://www.w3.org/2000/svg"
3950+ xmlns="http://www.w3.org/2000/svg"
3951+ viewBox="0 0 128 128"
3952+ style="display:inline;enable-background:new"
3953+ version="1.0"
3954+ id="svg11300"
3955+ height="128"
3956+ width="128">
3957+ <title
3958+ id="title4162">Adwaita Icon Template</title>
3959+ <defs
3960+ id="defs3" />
3961+ <metadata
3962+ id="metadata4">
3963+ <rdf:RDF>
3964+ <cc:Work
3965+ rdf:about="">
3966+ <dc:format>image/svg+xml</dc:format>
3967+ <dc:type
3968+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
3969+ <dc:creator>
3970+ <cc:Agent>
3971+ <dc:title>GNOME Design Team</dc:title>
3972+ </cc:Agent>
3973+ </dc:creator>
3974+ <dc:source />
3975+ <cc:license
3976+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
3977+ <dc:title>Adwaita Icon Template</dc:title>
3978+ <dc:subject>
3979+ <rdf:Bag />
3980+ </dc:subject>
3981+ <dc:date />
3982+ <dc:rights>
3983+ <cc:Agent>
3984+ <dc:title />
3985+ </cc:Agent>
3986+ </dc:rights>
3987+ <dc:publisher>
3988+ <cc:Agent>
3989+ <dc:title />
3990+ </cc:Agent>
3991+ </dc:publisher>
3992+ <dc:identifier />
3993+ <dc:relation />
3994+ <dc:language />
3995+ <dc:coverage />
3996+ <dc:description />
3997+ <dc:contributor>
3998+ <cc:Agent>
3999+ <dc:title />
4000+ </cc:Agent>
4001+ </dc:contributor>
4002+ </cc:Work>
4003+ <cc:License
4004+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
4005+ <cc:permits
4006+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
4007+ <cc:permits
4008+ rdf:resource="http://creativecommons.org/ns#Distribution" />
4009+ <cc:requires
4010+ rdf:resource="http://creativecommons.org/ns#Notice" />
4011+ <cc:requires
4012+ rdf:resource="http://creativecommons.org/ns#Attribution" />
4013+ <cc:permits
4014+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
4015+ <cc:requires
4016+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
4017+ </cc:License>
4018+ </rdf:RDF>
4019+ </metadata>
4020+ <g
4021+ transform="translate(0,-172)"
4022+ style="display:inline"
4023+ id="layer1">
4024+ <g
4025+ style="display:inline"
4026+ id="layer9">
4027+ <g
4028+ id="g3900"
4029+ style="display:inline;enable-background:new"
4030+ transform="translate(-3e-5,-159.99988)">
4031+ <g
4032+ transform="translate(368.00003,159.99976)"
4033+ id="g1747"
4034+ style="display:inline;enable-background:new">
4035+ <rect
4036+ style="display:inline;opacity:1;vector-effect:none;fill:#4267b2;fill-opacity:1;stroke:none;stroke-width:0.24999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
4037+ id="rect1745"
4038+ width="104"
4039+ height="104.00024"
4040+ x="-356"
4041+ y="184"
4042+ rx="7.9999986"
4043+ ry="8" />
4044+ </g>
4045+ <path
4046+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;marker:none;enable-background:new"
4047+ d="m 88,364 c 0,0 -16,0 -16,16 v 16 H 60 v 16 h 12 v 36 h 16 v -36 h 14 l 2,-16 H 88 v -12 c 0,-4 4,-4 4,-4 h 12 v -16 z"
4048+ id="path4060-7" />
4049+ </g>
4050+ </g>
4051+ </g>
4052+</svg>
4053diff --git a/data/icons/scalable/goa-account-flickr.svg b/data/icons/scalable/goa-account-flickr.svg
4054new file mode 100644
4055index 0000000..6a0bee1
4056--- /dev/null
4057+++ b/data/icons/scalable/goa-account-flickr.svg
4058@@ -0,0 +1,122 @@
4059+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4060+<svg
4061+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4062+ xmlns:cc="http://creativecommons.org/ns#"
4063+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4064+ xmlns:svg="http://www.w3.org/2000/svg"
4065+ xmlns="http://www.w3.org/2000/svg"
4066+ viewBox="0 0 128 128"
4067+ style="display:inline;enable-background:new"
4068+ version="1.0"
4069+ id="svg11300"
4070+ height="128"
4071+ width="128">
4072+ <title
4073+ id="title4162">Adwaita Icon Template</title>
4074+ <defs
4075+ id="defs3" />
4076+ <metadata
4077+ id="metadata4">
4078+ <rdf:RDF>
4079+ <cc:Work
4080+ rdf:about="">
4081+ <dc:format>image/svg+xml</dc:format>
4082+ <dc:type
4083+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4084+ <dc:creator>
4085+ <cc:Agent>
4086+ <dc:title>GNOME Design Team</dc:title>
4087+ </cc:Agent>
4088+ </dc:creator>
4089+ <dc:source />
4090+ <cc:license
4091+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
4092+ <dc:title>Adwaita Icon Template</dc:title>
4093+ <dc:subject>
4094+ <rdf:Bag />
4095+ </dc:subject>
4096+ <dc:date />
4097+ <dc:rights>
4098+ <cc:Agent>
4099+ <dc:title />
4100+ </cc:Agent>
4101+ </dc:rights>
4102+ <dc:publisher>
4103+ <cc:Agent>
4104+ <dc:title />
4105+ </cc:Agent>
4106+ </dc:publisher>
4107+ <dc:identifier />
4108+ <dc:relation />
4109+ <dc:language />
4110+ <dc:coverage />
4111+ <dc:description />
4112+ <dc:contributor>
4113+ <cc:Agent>
4114+ <dc:title />
4115+ </cc:Agent>
4116+ </dc:contributor>
4117+ </cc:Work>
4118+ <cc:License
4119+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
4120+ <cc:permits
4121+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
4122+ <cc:permits
4123+ rdf:resource="http://creativecommons.org/ns#Distribution" />
4124+ <cc:requires
4125+ rdf:resource="http://creativecommons.org/ns#Notice" />
4126+ <cc:requires
4127+ rdf:resource="http://creativecommons.org/ns#Attribution" />
4128+ <cc:permits
4129+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
4130+ <cc:requires
4131+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
4132+ </cc:License>
4133+ </rdf:RDF>
4134+ </metadata>
4135+ <g
4136+ transform="translate(0,-172)"
4137+ style="display:inline"
4138+ id="layer1">
4139+ <g
4140+ style="display:inline"
4141+ id="layer9">
4142+ <g
4143+ id="g3908"
4144+ style="display:inline;enable-background:new"
4145+ transform="translate(-3e-5,-319.99988)">
4146+ <g
4147+ transform="translate(368.00003,319.99976)"
4148+ id="g1976"
4149+ style="display:inline;enable-background:new">
4150+ <rect
4151+ style="display:inline;opacity:1;vector-effect:none;fill:#f6f5f4;fill-opacity:1;stroke:none;stroke-width:0.24999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
4152+ id="rect1974"
4153+ width="104"
4154+ height="104.00024"
4155+ x="-356"
4156+ y="184"
4157+ rx="7.9999986"
4158+ ry="8" />
4159+ </g>
4160+ <g
4161+ id="g2022"
4162+ transform="matrix(3.9999999,0,0,3.9999999,-181.99996,-1740)"
4163+ style="stroke-width:0.25">
4164+ <circle
4165+ r="4.0000048"
4166+ cy="574"
4167+ cx="56.499996"
4168+ id="path8694-2-3"
4169+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#0063dc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.72727275;marker:none;enable-background:accumulate" />
4170+ <circle
4171+ r="3.9999959"
4172+ cy="574"
4173+ cx="66.499992"
4174+ id="path8694-1-7-2"
4175+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ff0084;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.72727269;marker:none;enable-background:accumulate" />
4176+ </g>
4177+ </g>
4178+ </g>
4179+ </g>
4180+</svg>
4181diff --git a/data/icons/scalable/goa-account-foursquare.svg b/data/icons/scalable/goa-account-foursquare.svg
4182new file mode 100644
4183index 0000000..7bdd67e
4184--- /dev/null
4185+++ b/data/icons/scalable/goa-account-foursquare.svg
4186@@ -0,0 +1,108 @@
4187+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4188+<svg
4189+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4190+ xmlns:cc="http://creativecommons.org/ns#"
4191+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4192+ xmlns:svg="http://www.w3.org/2000/svg"
4193+ xmlns="http://www.w3.org/2000/svg"
4194+ viewBox="0 0 128 128"
4195+ style="display:inline;enable-background:new"
4196+ version="1.0"
4197+ id="svg11300"
4198+ height="128"
4199+ width="128">
4200+ <title
4201+ id="title4162">Adwaita Icon Template</title>
4202+ <defs
4203+ id="defs3" />
4204+ <metadata
4205+ id="metadata4">
4206+ <rdf:RDF>
4207+ <cc:Work
4208+ rdf:about="">
4209+ <dc:format>image/svg+xml</dc:format>
4210+ <dc:type
4211+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4212+ <dc:creator>
4213+ <cc:Agent>
4214+ <dc:title>GNOME Design Team</dc:title>
4215+ </cc:Agent>
4216+ </dc:creator>
4217+ <dc:source />
4218+ <cc:license
4219+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
4220+ <dc:title>Adwaita Icon Template</dc:title>
4221+ <dc:subject>
4222+ <rdf:Bag />
4223+ </dc:subject>
4224+ <dc:date />
4225+ <dc:rights>
4226+ <cc:Agent>
4227+ <dc:title />
4228+ </cc:Agent>
4229+ </dc:rights>
4230+ <dc:publisher>
4231+ <cc:Agent>
4232+ <dc:title />
4233+ </cc:Agent>
4234+ </dc:publisher>
4235+ <dc:identifier />
4236+ <dc:relation />
4237+ <dc:language />
4238+ <dc:coverage />
4239+ <dc:description />
4240+ <dc:contributor>
4241+ <cc:Agent>
4242+ <dc:title />
4243+ </cc:Agent>
4244+ </dc:contributor>
4245+ </cc:Work>
4246+ <cc:License
4247+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
4248+ <cc:permits
4249+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
4250+ <cc:permits
4251+ rdf:resource="http://creativecommons.org/ns#Distribution" />
4252+ <cc:requires
4253+ rdf:resource="http://creativecommons.org/ns#Notice" />
4254+ <cc:requires
4255+ rdf:resource="http://creativecommons.org/ns#Attribution" />
4256+ <cc:permits
4257+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
4258+ <cc:requires
4259+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
4260+ </cc:License>
4261+ </rdf:RDF>
4262+ </metadata>
4263+ <g
4264+ transform="translate(0,-172)"
4265+ style="display:inline"
4266+ id="layer1">
4267+ <g
4268+ style="display:inline"
4269+ id="layer9">
4270+ <g
4271+ transform="translate(-8.5,-20.000002)"
4272+ id="g211">
4273+ <g
4274+ transform="translate(376.5,19.999882)"
4275+ id="g2147"
4276+ style="display:inline;enable-background:new">
4277+ <rect
4278+ style="display:inline;opacity:1;vector-effect:none;fill:#ef2975;fill-opacity:1;stroke:none;stroke-width:0.24999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
4279+ id="rect2145"
4280+ width="104"
4281+ height="104.00024"
4282+ x="-356"
4283+ y="184"
4284+ rx="7.9999986"
4285+ ry="8" />
4286+ </g>
4287+ <path
4288+ style="display:inline;fill:#ffffff;stroke-width:1;enable-background:new"
4289+ d="m 92.100159,230.55017 -1.75001,8.45003 c -0.2,0.90001 -1.05001,1.70001 -2.10001,1.70001 h -15.20006 c -1.70001,0 -3.10002,1.40001 -3.10002,3.10002 v 1.85 c 0,1.70001 1.40001,3.10002 3.10002,3.10002 h 12.85005 c 1.20001,0 2.20001,1.15 1.95001,2.40001 -0.25,1.3 -1.60001,7.90003 -1.75001,8.60003 -0.1,0.75001 -0.9,1.70001 -2.10001,1.70001 h -10.50004 c -2.20001,0.05 -2.65001,0.1 -3.95002,1.70001 -1.3,1.6 -12.80005,16.00006 -12.80005,16.00006 -0.1,0.15001 -0.2,0.1 -0.2,-0.05 v -48.9502 c 0,-1.15001 0.95,-2.10001 2.10001,-2.10001 h 31.55013 c 1.1,0 2.20001,1.1 1.90001,2.50001 m 2.30001,-10.55005 c 0,0 -33.55015,0 -38.95017,0 -5.35002,0 -6.95003,4.05002 -6.95003,6.60003 v 61.90026 c 0,3.05002 1.55001,3.95002 2.40001,4.30002 0.85001,0.35 3.10002,0.6 4.70002,-1 0,0 18.50008,-21.55009 18.80008,-21.90009 0.3,-0.35001 0.45,-0.35001 0.65,-0.35001 0.20001,0 7.85004,0 11.70005,0 5.00003,0 5.95003,-3.45001 6.50003,-5.55002 0.45,-1.75001 5.600031,-26.75011 7.200031,-34.65015 1.20001,-6.10002 -0.35,-9.35004 -6.050021,-9.35004"
4290+ id="path22" />
4291+ </g>
4292+ </g>
4293+ </g>
4294+</svg>
4295diff --git a/data/icons/scalable/goa-account-google.svg b/data/icons/scalable/goa-account-google.svg
4296new file mode 100644
4297index 0000000..78ce98c
4298--- /dev/null
4299+++ b/data/icons/scalable/goa-account-google.svg
4300@@ -0,0 +1,159 @@
4301+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4302+<svg
4303+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4304+ xmlns:cc="http://creativecommons.org/ns#"
4305+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4306+ xmlns:svg="http://www.w3.org/2000/svg"
4307+ xmlns="http://www.w3.org/2000/svg"
4308+ viewBox="0 0 128 128"
4309+ style="display:inline;enable-background:new"
4310+ version="1.0"
4311+ id="svg11300"
4312+ height="128"
4313+ width="128">
4314+ <title
4315+ id="title4162">Adwaita Icon Template</title>
4316+ <defs
4317+ id="defs3">
4318+ <clipPath
4319+ id="clipPath16-6"
4320+ clipPathUnits="userSpaceOnUse">
4321+ <path
4322+ id="path18-8"
4323+ d="M 0,500 H 500 V 0 H 0 Z" />
4324+ </clipPath>
4325+ </defs>
4326+ <metadata
4327+ id="metadata4">
4328+ <rdf:RDF>
4329+ <cc:Work
4330+ rdf:about="">
4331+ <dc:format>image/svg+xml</dc:format>
4332+ <dc:type
4333+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4334+ <dc:creator>
4335+ <cc:Agent>
4336+ <dc:title>GNOME Design Team</dc:title>
4337+ </cc:Agent>
4338+ </dc:creator>
4339+ <dc:source />
4340+ <cc:license
4341+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
4342+ <dc:title>Adwaita Icon Template</dc:title>
4343+ <dc:subject>
4344+ <rdf:Bag />
4345+ </dc:subject>
4346+ <dc:date />
4347+ <dc:rights>
4348+ <cc:Agent>
4349+ <dc:title />
4350+ </cc:Agent>
4351+ </dc:rights>
4352+ <dc:publisher>
4353+ <cc:Agent>
4354+ <dc:title />
4355+ </cc:Agent>
4356+ </dc:publisher>
4357+ <dc:identifier />
4358+ <dc:relation />
4359+ <dc:language />
4360+ <dc:coverage />
4361+ <dc:description />
4362+ <dc:contributor>
4363+ <cc:Agent>
4364+ <dc:title />
4365+ </cc:Agent>
4366+ </dc:contributor>
4367+ </cc:Work>
4368+ <cc:License
4369+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
4370+ <cc:permits
4371+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
4372+ <cc:permits
4373+ rdf:resource="http://creativecommons.org/ns#Distribution" />
4374+ <cc:requires
4375+ rdf:resource="http://creativecommons.org/ns#Notice" />
4376+ <cc:requires
4377+ rdf:resource="http://creativecommons.org/ns#Attribution" />
4378+ <cc:permits
4379+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
4380+ <cc:requires
4381+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
4382+ </cc:License>
4383+ </rdf:RDF>
4384+ </metadata>
4385+ <g
4386+ transform="translate(0,-172)"
4387+ style="display:inline"
4388+ id="layer1">
4389+ <g
4390+ style="display:inline"
4391+ id="layer9">
4392+ <g
4393+ id="g1741"
4394+ style="display:inline;enable-background:new"
4395+ transform="translate(-3e-5,1.1925304e-4)">
4396+ <g
4397+ style="display:inline;enable-background:new"
4398+ id="g1096"
4399+ transform="translate(368.00003,-2.3925304e-4)">
4400+ <rect
4401+ ry="8"
4402+ rx="7.9999986"
4403+ y="184"
4404+ x="-356"
4405+ height="104.00024"
4406+ width="104"
4407+ id="rect929-36-9"
4408+ style="display:inline;opacity:1;vector-effect:none;fill:#f6f5f4;fill-opacity:1;stroke:none;stroke-width:0.24999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
4409+ </g>
4410+ <g
4411+ style="display:inline;stroke-width:0.28022891;enable-background:new"
4412+ id="g8320-9"
4413+ transform="matrix(0.28799931,0,0,-0.28799931,-7.9998263,306.9998)">
4414+ <g
4415+ clip-path="url(#clipPath16-6)"
4416+ id="g8322-0"
4417+ style="stroke-width:0.28022891">
4418+ <g
4419+ transform="translate(372.4658,250)"
4420+ id="g8324-6"
4421+ style="stroke-width:0.28022891">
4422+ <path
4423+ id="path8326-8"
4424+ style="fill:#3284ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28022891"
4425+ d="m 0,0 c 0,8.088 -0.745,15.988 -2.121,23.648 h -9.703 -37.852 -70.256 v -47.296 h 71.299 c -4.626,-16.372 -14.354,-30.373 -27.363,-40.04 -0.729979,-22.750645 15.582702,-28.458631 36.789,-29.273 C -14.958,-70.082 0,-36.917 0,0" />
4426+ </g>
4427+ <g
4428+ transform="translate(254.0713,324.3242)"
4429+ id="g8328-7"
4430+ style="stroke-width:0.28022891">
4431+ <path
4432+ id="path8330-9"
4433+ style="fill:#ff3424;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28022891"
4434+ d="M 0,0 C 17.925,0 34.071,-6.489 46.578,-17.294 L 80.626,17.24 C 59.365,37.977 30.662,50.676 -1.537,50.676 c -47.989,0 -90.779,-28.187 -111.606,-69.213 2.77679,-30.702909 23.256545,-29.540485 41.798,-31.867 C -60.659,-21.024 -32.26,0 0,0" />
4435+ </g>
4436+ <g
4437+ transform="translate(141.7104,192.7031)"
4438+ id="g8332-0"
4439+ style="stroke-width:0.28022891">
4440+ <path
4441+ id="path8334-3"
4442+ style="fill:#ffbb00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28022891"
4443+ d="M 0,0 C 37.106737,-3.2365513 44.766614,10.84858 40.305,32.064 37.851,39.481 36.5,47.387 36.5,55.607 c 0,8.988 1.606,17.607 4.516,25.61 L -0.782,113.084 C -9.308,96.288 -14.176,77.354 -14.176,57.297 -14.176,36.638 -9.01,17.169 0,0" />
4444+ </g>
4445+ <g
4446+ transform="translate(182.0156,224.7676)"
4447+ id="g8336-3"
4448+ style="stroke-width:0.28022891">
4449+ <path
4450+ id="path8338-3"
4451+ style="fill:#26b14c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28022891"
4452+ d="m 0,0 -40.305,-32.064 c 21.103,-40.205 63.426,-67.704 110.824,-67.704 31.474,0 59.616,12.125 80.724,32.039 l -36.789,29.274 C 102.612,-47.254 88.061,-52.47 72.056,-52.47 39.044,-52.47 10.082,-30.458 0,0" />
4453+ </g>
4454+ </g>
4455+ </g>
4456+ </g>
4457+ </g>
4458+ </g>
4459+</svg>
4460diff --git a/data/icons/scalable/goa-account-msn.svg b/data/icons/scalable/goa-account-msn.svg
4461new file mode 100644
4462index 0000000..e5abd74
4463--- /dev/null
4464+++ b/data/icons/scalable/goa-account-msn.svg
4465@@ -0,0 +1,145 @@
4466+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4467+<svg
4468+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4469+ xmlns:cc="http://creativecommons.org/ns#"
4470+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4471+ xmlns:svg="http://www.w3.org/2000/svg"
4472+ xmlns="http://www.w3.org/2000/svg"
4473+ viewBox="0 0 128 128"
4474+ style="display:inline;enable-background:new"
4475+ version="1.0"
4476+ id="svg11300"
4477+ height="128"
4478+ width="128">
4479+ <title
4480+ id="title4162">Adwaita Icon Template</title>
4481+ <defs
4482+ id="defs3">
4483+ <clipPath
4484+ id="clipPath16-6"
4485+ clipPathUnits="userSpaceOnUse">
4486+ <path
4487+ id="path18-8"
4488+ d="M 0,500 H 500 V 0 H 0 Z" />
4489+ </clipPath>
4490+ </defs>
4491+ <metadata
4492+ id="metadata4">
4493+ <rdf:RDF>
4494+ <cc:Work
4495+ rdf:about="">
4496+ <dc:format>image/svg+xml</dc:format>
4497+ <dc:type
4498+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4499+ <dc:creator>
4500+ <cc:Agent>
4501+ <dc:title>GNOME Design Team</dc:title>
4502+ </cc:Agent>
4503+ </dc:creator>
4504+ <dc:source />
4505+ <cc:license
4506+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
4507+ <dc:title>Adwaita Icon Template</dc:title>
4508+ <dc:subject>
4509+ <rdf:Bag />
4510+ </dc:subject>
4511+ <dc:date />
4512+ <dc:rights>
4513+ <cc:Agent>
4514+ <dc:title />
4515+ </cc:Agent>
4516+ </dc:rights>
4517+ <dc:publisher>
4518+ <cc:Agent>
4519+ <dc:title />
4520+ </cc:Agent>
4521+ </dc:publisher>
4522+ <dc:identifier />
4523+ <dc:relation />
4524+ <dc:language />
4525+ <dc:coverage />
4526+ <dc:description />
4527+ <dc:contributor>
4528+ <cc:Agent>
4529+ <dc:title />
4530+ </cc:Agent>
4531+ </dc:contributor>
4532+ </cc:Work>
4533+ <cc:License
4534+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
4535+ <cc:permits
4536+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
4537+ <cc:permits
4538+ rdf:resource="http://creativecommons.org/ns#Distribution" />
4539+ <cc:requires
4540+ rdf:resource="http://creativecommons.org/ns#Notice" />
4541+ <cc:requires
4542+ rdf:resource="http://creativecommons.org/ns#Attribution" />
4543+ <cc:permits
4544+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
4545+ <cc:requires
4546+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
4547+ </cc:License>
4548+ </rdf:RDF>
4549+ </metadata>
4550+ <g
4551+ transform="translate(0,-172)"
4552+ style="display:inline"
4553+ id="layer1">
4554+ <g
4555+ style="display:inline"
4556+ id="layer9">
4557+ <g
4558+ transform="translate(275,-136)"
4559+ id="g155">
4560+ <g
4561+ style="display:inline;enable-background:new"
4562+ id="g2096"
4563+ transform="translate(93,135.99988)">
4564+ <rect
4565+ ry="8"
4566+ rx="7.9999986"
4567+ y="184"
4568+ x="-356"
4569+ height="104.00024"
4570+ width="104"
4571+ id="rect2094"
4572+ style="display:inline;opacity:1;vector-effect:none;fill:#f6f5f4;fill-opacity:1;stroke:none;stroke-width:0.24999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
4573+ </g>
4574+ <g
4575+ id="g2122"
4576+ transform="matrix(4,0,0,4,-431,-2504)"
4577+ style="display:inline;stroke-width:0.25;enable-background:new">
4578+ <rect
4579+ y="711"
4580+ x="46.999992"
4581+ height="7"
4582+ width="7"
4583+ id="rect7389-0-3"
4584+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#f26522;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.75;marker:none;enable-background:accumulate" />
4585+ <rect
4586+ y="711"
4587+ x="55.999969"
4588+ height="7.0000248"
4589+ width="7.0000248"
4590+ id="rect7389-8-5-8"
4591+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#8dc63f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.75;marker:none;enable-background:accumulate" />
4592+ <rect
4593+ y="720"
4594+ x="46.999992"
4595+ height="6.9999828"
4596+ width="6.9999828"
4597+ id="rect7389-1-7-3"
4598+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#00aeef;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.75;marker:none;enable-background:accumulate" />
4599+ <rect
4600+ y="720"
4601+ x="56.000027"
4602+ height="6.9999676"
4603+ width="6.9999676"
4604+ id="rect7389-8-8-7-7"
4605+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffc20e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.75;marker:none;enable-background:accumulate" />
4606+ </g>
4607+ </g>
4608+ </g>
4609+ </g>
4610+</svg>
4611diff --git a/data/icons/scalable/goa-account-owncloud.svg b/data/icons/scalable/goa-account-owncloud.svg
4612new file mode 100644
4613index 0000000..282cc59
4614--- /dev/null
4615+++ b/data/icons/scalable/goa-account-owncloud.svg
4616@@ -0,0 +1,117 @@
4617+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4618+<svg
4619+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4620+ xmlns:cc="http://creativecommons.org/ns#"
4621+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4622+ xmlns:svg="http://www.w3.org/2000/svg"
4623+ xmlns="http://www.w3.org/2000/svg"
4624+ viewBox="0 0 128 128"
4625+ style="display:inline;enable-background:new"
4626+ version="1.0"
4627+ id="svg11300"
4628+ height="128"
4629+ width="128">
4630+ <title
4631+ id="title4162">Adwaita Icon Template</title>
4632+ <defs
4633+ id="defs3">
4634+ <clipPath
4635+ id="clipPath16-6"
4636+ clipPathUnits="userSpaceOnUse">
4637+ <path
4638+ id="path18-8"
4639+ d="M 0,500 H 500 V 0 H 0 Z" />
4640+ </clipPath>
4641+ </defs>
4642+ <metadata
4643+ id="metadata4">
4644+ <rdf:RDF>
4645+ <cc:Work
4646+ rdf:about="">
4647+ <dc:format>image/svg+xml</dc:format>
4648+ <dc:type
4649+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4650+ <dc:creator>
4651+ <cc:Agent>
4652+ <dc:title>GNOME Design Team</dc:title>
4653+ </cc:Agent>
4654+ </dc:creator>
4655+ <dc:source />
4656+ <cc:license
4657+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
4658+ <dc:title>Adwaita Icon Template</dc:title>
4659+ <dc:subject>
4660+ <rdf:Bag />
4661+ </dc:subject>
4662+ <dc:date />
4663+ <dc:rights>
4664+ <cc:Agent>
4665+ <dc:title />
4666+ </cc:Agent>
4667+ </dc:rights>
4668+ <dc:publisher>
4669+ <cc:Agent>
4670+ <dc:title />
4671+ </cc:Agent>
4672+ </dc:publisher>
4673+ <dc:identifier />
4674+ <dc:relation />
4675+ <dc:language />
4676+ <dc:coverage />
4677+ <dc:description />
4678+ <dc:contributor>
4679+ <cc:Agent>
4680+ <dc:title />
4681+ </cc:Agent>
4682+ </dc:contributor>
4683+ </cc:Work>
4684+ <cc:License
4685+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
4686+ <cc:permits
4687+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
4688+ <cc:permits
4689+ rdf:resource="http://creativecommons.org/ns#Distribution" />
4690+ <cc:requires
4691+ rdf:resource="http://creativecommons.org/ns#Notice" />
4692+ <cc:requires
4693+ rdf:resource="http://creativecommons.org/ns#Attribution" />
4694+ <cc:permits
4695+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
4696+ <cc:requires
4697+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
4698+ </cc:License>
4699+ </rdf:RDF>
4700+ </metadata>
4701+ <g
4702+ transform="translate(0,-172)"
4703+ style="display:inline"
4704+ id="layer1">
4705+ <g
4706+ style="display:inline"
4707+ id="layer9">
4708+ <g
4709+ id="g3930"
4710+ style="display:inline;enable-background:new"
4711+ transform="translate(-300.00003,-159.99988)">
4712+ <g
4713+ style="display:inline;enable-background:new"
4714+ id="g2139"
4715+ transform="translate(668.00003,159.99976)">
4716+ <rect
4717+ ry="8"
4718+ rx="7.9999986"
4719+ y="184"
4720+ x="-356"
4721+ height="104.00024"
4722+ width="104"
4723+ id="rect2137"
4724+ style="display:inline;opacity:1;vector-effect:none;fill:#0082c9;fill-opacity:1;stroke:none;stroke-width:0.24999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
4725+ </g>
4726+ <path
4727+ id="path8670-3"
4728+ d="m 364.05901,378.00012 c -8.23682,0 -15.15575,5.64058 -17.269,13.23032 -1.84503,-4.05913 -5.90546,-6.93541 -10.62352,-6.93541 -6.42143,10e-4 -11.70354,5.28211 -11.70354,11.70486 -10e-4,6.42471 5.28014,11.70551 11.70288,11.70682 4.71937,-10e-4 8.77715,-2.8796 10.62221,-6.93869 2.11259,7.58971 9.03283,13.23161 17.27228,13.23161 8.19334,10e-4 15.07669,-5.57928 17.2334,-13.10378 1.87472,3.98397 5.87319,6.80955 10.53657,6.81017 6.42472,0 11.70748,-5.2821 11.70682,-11.70748 0,-6.42471 -5.28148,-11.70548 -11.70551,-11.70416 -4.66403,0.001 -8.66513,2.82685 -10.53917,6.81086 -2.15739,-7.52516 -9.03877,-13.10647 -17.23142,-13.10512 z m 0,6.87081 a 11.076879,11.076876 0 0 1 11.12958,11.12827 c 0,6.1875 -4.94208,11.13092 -11.12958,11.12961 A 11.076879,11.076876 0 0 1 352.93206,395.9992 c 0,-6.1875 4.94207,-11.12761 11.1276,-11.12827 z m -27.89318,6.29427 c 2.71091,0 4.83338,2.12312 4.83404,4.83334 0,2.71091 -2.12181,4.83669 -4.83338,4.83669 -2.71025,0 -4.83338,-2.12578 -4.83269,-4.83669 0,-2.71022 2.1231,-4.83334 4.83335,-4.83334 z m 55.66446,0 c 2.71088,0 4.83532,2.12178 4.83532,4.83334 0,2.7116 -2.12376,4.83669 -4.83532,4.83669 -2.71091,0 -4.83403,-2.12578 -4.83338,-4.83669 0,-2.71022 2.12313,-4.83334 4.83338,-4.83334 z"
4729+ style="color:#000000;text-indent:0;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;text-transform:none;white-space:normal;display:inline;isolation:auto;mix-blend-mode:normal;fill:#ffffff;stroke-width:0.99999988;enable-background:new" />
4730+ </g>
4731+ </g>
4732+ </g>
4733+</svg>
4734diff --git a/data/icons/scalable/goa-account-pocket.svg b/data/icons/scalable/goa-account-pocket.svg
4735new file mode 100644
4736index 0000000..ab62c7f
4737--- /dev/null
4738+++ b/data/icons/scalable/goa-account-pocket.svg
4739@@ -0,0 +1,145 @@
4740+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4741+<svg
4742+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4743+ xmlns:cc="http://creativecommons.org/ns#"
4744+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4745+ xmlns:svg="http://www.w3.org/2000/svg"
4746+ xmlns="http://www.w3.org/2000/svg"
4747+ viewBox="0 0 128 128"
4748+ style="display:inline;enable-background:new"
4749+ version="1.0"
4750+ id="svg11300"
4751+ height="128"
4752+ width="128">
4753+ <title
4754+ id="title4162">Adwaita Icon Template</title>
4755+ <defs
4756+ id="defs3">
4757+ <clipPath
4758+ id="clipPath16-6"
4759+ clipPathUnits="userSpaceOnUse">
4760+ <path
4761+ id="path18-8"
4762+ d="M 0,500 H 500 V 0 H 0 Z" />
4763+ </clipPath>
4764+ </defs>
4765+ <metadata
4766+ id="metadata4">
4767+ <rdf:RDF>
4768+ <cc:Work
4769+ rdf:about="">
4770+ <dc:format>image/svg+xml</dc:format>
4771+ <dc:type
4772+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4773+ <dc:creator>
4774+ <cc:Agent>
4775+ <dc:title>GNOME Design Team</dc:title>
4776+ </cc:Agent>
4777+ </dc:creator>
4778+ <dc:source />
4779+ <cc:license
4780+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
4781+ <dc:title>Adwaita Icon Template</dc:title>
4782+ <dc:subject>
4783+ <rdf:Bag />
4784+ </dc:subject>
4785+ <dc:date />
4786+ <dc:rights>
4787+ <cc:Agent>
4788+ <dc:title />
4789+ </cc:Agent>
4790+ </dc:rights>
4791+ <dc:publisher>
4792+ <cc:Agent>
4793+ <dc:title />
4794+ </cc:Agent>
4795+ </dc:publisher>
4796+ <dc:identifier />
4797+ <dc:relation />
4798+ <dc:language />
4799+ <dc:coverage />
4800+ <dc:description />
4801+ <dc:contributor>
4802+ <cc:Agent>
4803+ <dc:title />
4804+ </cc:Agent>
4805+ </dc:contributor>
4806+ </cc:Work>
4807+ <cc:License
4808+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
4809+ <cc:permits
4810+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
4811+ <cc:permits
4812+ rdf:resource="http://creativecommons.org/ns#Distribution" />
4813+ <cc:requires
4814+ rdf:resource="http://creativecommons.org/ns#Notice" />
4815+ <cc:requires
4816+ rdf:resource="http://creativecommons.org/ns#Attribution" />
4817+ <cc:permits
4818+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
4819+ <cc:requires
4820+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
4821+ </cc:License>
4822+ </rdf:RDF>
4823+ </metadata>
4824+ <g
4825+ transform="translate(0,-172)"
4826+ style="display:inline"
4827+ id="layer1">
4828+ <g
4829+ style="display:inline"
4830+ id="layer9">
4831+ <g
4832+ transform="translate(53,-99.500002)"
4833+ id="g254">
4834+ <g
4835+ transform="translate(315,99.499882)"
4836+ id="g2993"
4837+ style="display:inline;enable-background:new">
4838+ <rect
4839+ style="display:inline;opacity:1;vector-effect:none;fill:#f6f5f4;fill-opacity:1;stroke:none;stroke-width:0.24999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
4840+ id="rect2991"
4841+ width="104"
4842+ height="104.00024"
4843+ x="-356"
4844+ y="184"
4845+ rx="7.9999986"
4846+ ry="8" />
4847+ </g>
4848+ <g
4849+ style="display:inline;enable-background:new"
4850+ id="g3087"
4851+ transform="translate(-259,-496.5)">
4852+ <g
4853+ id="g3078"
4854+ transform="translate(-90)">
4855+ <rect
4856+ y="804"
4857+ x="328"
4858+ height="27.999998"
4859+ width="64"
4860+ id="rect3072"
4861+ style="opacity:1;vector-effect:none;fill:#ff415b;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
4862+ rx="4"
4863+ ry="4" />
4864+ <path
4865+ d="m 392,828 a 31.999998,31.999998 0 0 1 -16,27.71281 31.999998,31.999998 0 0 1 -32,0 A 31.999998,31.999998 0 0 1 328,828 l 32,0 z"
4866+ id="path3074"
4867+ style="opacity:1;vector-effect:none;fill:#ff415b;fill-opacity:1;stroke:none;stroke-width:7.99999952;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
4868+ <rect
4869+ style="opacity:1;vector-effect:none;fill:#ff415b;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
4870+ id="rect3076"
4871+ width="64"
4872+ height="17.924696"
4873+ x="328"
4874+ y="810" />
4875+ </g>
4876+ <path
4877+ id="path3080"
4878+ d="m 254,824 16,14 16,-14"
4879+ style="fill:none;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
4880+ </g>
4881+ </g>
4882+ </g>
4883+ </g>
4884+</svg>
4885diff --git a/data/icons/symbolic/Makefile.am b/data/icons/symbolic/Makefile.am
4886new file mode 100644
4887index 0000000..efde087
4888--- /dev/null
4889+++ b/data/icons/symbolic/Makefile.am
4890@@ -0,0 +1,20 @@
4891+NULL =
4892+
4893+icondir = $(datadir)/icons/hicolor/symbolic/apps
4894+icon_DATA = \
4895+ goa-account-facebook-symbolic.svg \
4896+ goa-account-flickr-symbolic.svg \
4897+ goa-account-google-symbolic.svg \
4898+ goa-account-msn-symbolic.svg \
4899+ goa-account-owncloud-symbolic.svg \
4900+ goa-account-pocket-symbolic.svg \
4901+ goa-account-foursquare-symbolic.svg \
4902+ $(NULL)
4903+
4904+EXTRA_DIST = \
4905+ $(icon_DATA)
4906+
4907+clean-local :
4908+ rm -f *~
4909+
4910+-include $(top_srcdir)/git.mk
4911diff --git a/data/icons/16x16/Makefile.in b/data/icons/symbolic/Makefile.in
4912similarity index 96%
4913rename from data/icons/16x16/Makefile.in
4914rename to data/icons/symbolic/Makefile.in
4915index 725944b..638d5be 100644
4916--- a/data/icons/16x16/Makefile.in
4917+++ b/data/icons/symbolic/Makefile.in
4918@@ -88,7 +88,7 @@ PRE_UNINSTALL = :
4919 POST_UNINSTALL = :
4920 build_triplet = @build@
4921 host_triplet = @host@
4922-subdir = data/icons/16x16
4923+subdir = data/icons/symbolic
4924 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
4925 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
4926 $(top_srcdir)/m4/ax_append_flag.m4 \
4927@@ -359,17 +359,15 @@ top_build_prefix = @top_build_prefix@
4928 top_builddir = @top_builddir@
4929 top_srcdir = @top_srcdir@
4930 NULL =
4931-icondir = $(datadir)/icons/hicolor/16x16/apps
4932+icondir = $(datadir)/icons/hicolor/symbolic/apps
4933 icon_DATA = \
4934- goa-account.png \
4935- goa-account-facebook.png \
4936- goa-account-flickr.png \
4937- goa-account-google.png \
4938- goa-account-msn.png \
4939- goa-account-owncloud.png \
4940- goa-account-pocket.png \
4941- goa-account-foursquare.png \
4942- goa-account-todoist.png \
4943+ goa-account-facebook-symbolic.svg \
4944+ goa-account-flickr-symbolic.svg \
4945+ goa-account-google-symbolic.svg \
4946+ goa-account-msn-symbolic.svg \
4947+ goa-account-owncloud-symbolic.svg \
4948+ goa-account-pocket-symbolic.svg \
4949+ goa-account-foursquare-symbolic.svg \
4950 $(NULL)
4951
4952 EXTRA_DIST = \
4953@@ -387,9 +385,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
4954 exit 1;; \
4955 esac; \
4956 done; \
4957- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/16x16/Makefile'; \
4958+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/symbolic/Makefile'; \
4959 $(am__cd) $(top_srcdir) && \
4960- $(AUTOMAKE) --foreign data/icons/16x16/Makefile
4961+ $(AUTOMAKE) --foreign data/icons/symbolic/Makefile
4962 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
4963 @case '$?' in \
4964 *config.status*) \
4965diff --git a/data/icons/symbolic/goa-account-facebook-symbolic.svg b/data/icons/symbolic/goa-account-facebook-symbolic.svg
4966new file mode 100644
4967index 0000000..b8d5869
4968--- /dev/null
4969+++ b/data/icons/symbolic/goa-account-facebook-symbolic.svg
4970@@ -0,0 +1,31 @@
4971+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
4972+<svg
4973+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4974+ xmlns:cc="http://creativecommons.org/ns#"
4975+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4976+ xmlns:svg="http://www.w3.org/2000/svg"
4977+ xmlns="http://www.w3.org/2000/svg"
4978+ width="15.999999"
4979+ height="16"
4980+ viewBox="0 0 15.999999 16"
4981+ version="1.1"
4982+ id="svg4043">
4983+ <defs
4984+ id="defs4037" />
4985+ <metadata
4986+ id="metadata4040">
4987+ <rdf:RDF>
4988+ <cc:Work
4989+ rdf:about="">
4990+ <dc:format>image/svg+xml</dc:format>
4991+ <dc:type
4992+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
4993+ <dc:title></dc:title>
4994+ </cc:Work>
4995+ </rdf:RDF>
4996+ </metadata>
4997+ <path
4998+ id="rect2428"
4999+ d="m 3.062702,1.000011 c -1.14263,0 -2.0625,0.919875 -2.0625,2.0625 v 9.875 c 0,1.142625 0.91987,2.0625 2.0625,2.0625 h 4.9374998 v -4.5 h -1.5 v -2 h 1.5 v -2 c 0,-2 2.0000002,-2 2.0000002,-2 h 2 v 2 h -1.5 c 0,0 -0.5,0 -0.5,0.5 v 1.5 h 2 l -0.25,2 h -1.75 v 4.5 h 2.9375 c 1.14262,0 2.0625,-0.919875 2.0625,-2.0625 v -9.875 c 0,-1.142625 -0.91987,-2.0625 -2.0625,-2.0625 z"
5000+ style="display:inline;opacity:1;vector-effect:none;fill:#241f31;fill-opacity:1;stroke:none;stroke-width:0.24999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches