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
diff --git a/NEWS b/NEWS
index c34a869..d0916ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,29 @@
1Overview of changes in 3.30.11Overview of changes in 3.31.90
2=============================2==============================
33
4* Bugs fixed:4* Bugs fixed:
5 !17 icons: Replace PNGs with SVGs and add symbolics
6 !19 google: Only request the email field when getting the user's identity
5 796095 alarm: Refresh Kerberos tickets after a suspended system is resumed7 796095 alarm: Refresh Kerberos tickets after a suspended system is resumed
68
7* Updated translations:9* Updated translations:
8 Basque10 Afrikaans
11 French
12 Japanese
13 Kabyle
14
15
16Overview of changes in 3.31.3
17=============================
18
19* Remove Todoist
20
21* Bugs fixed:
22 !14 build: Don't define _POSIX_PTHREAD_SEMANTICS and _REENTRANT
23 !15 identity: Port away from deprecated g_type_class_add_private
24 764157 Port to GTask from GSimpleAsyncResult
25
26* Updated translations:
9 Belarusian27 Belarusian
10 Esperanto28 Esperanto
11 Estonian29 Estonian
diff --git a/README b/README
index 6973165..e7bb786 100644
--- a/README
+++ b/README
@@ -38,6 +38,7 @@ Google
3838
39OAuth 2.0:39OAuth 2.0:
40https://developers.google.com/accounts/docs/OAuth2InstalledApp40https://developers.google.com/accounts/docs/OAuth2InstalledApp
41https://developers.google.com/apis-explorer/
41https://developers.google.com/oauthplayground/42https://developers.google.com/oauthplayground/
4243
43Scopes:44Scopes:
@@ -50,8 +51,9 @@ https://developers.google.com/picasa-web/docs/2.0/developers_guide_protocol
50https://developers.google.com/talk/jep_extensions/oauth51https://developers.google.com/talk/jep_extensions/oauth
51https://developers.google.com/cloud-print/docs/devguide52https://developers.google.com/cloud-print/docs/devguide
5253
53Sometimes the documentation does not mention the OAuth2 scopes that need to be54Sometimes the documentation is lacking. In such cases, the following can be
54specified in the source code. In such cases, the following can be useful:55useful:
56https://developers.google.com/apis-explorer/
55https://developers.google.com/oauthplayground/57https://developers.google.com/oauthplayground/
56https://discovery-check.appspot.com/58https://discovery-check.appspot.com/
5759
@@ -71,12 +73,6 @@ useful:
71http://www.slideshare.net/KuoE0/pocket-authentication-with-oauth-on-firefox-os73http://www.slideshare.net/KuoE0/pocket-authentication-with-oauth-on-firefox-os
7274
7375
74Todoist
75-------
76
77OAuth 2.0: https://developer.todoist.com/
78
79
80Windows Live76Windows Live
81------------77------------
8278
diff --git a/config.h.in b/config.h.in
index 932daec..cecce6f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -121,18 +121,6 @@
121/* Path to the template file */121/* Path to the template file */
122#undef GOA_TEMPLATE_FILE122#undef GOA_TEMPLATE_FILE
123123
124/* Todoist OAuth 2.0 client id */
125#undef GOA_TODOIST_CLIENT_ID
126
127/* Todoist client secret */
128#undef GOA_TODOIST_CLIENT_SECRET
129
130/* Enable Todoist data provider */
131#undef GOA_TODOIST_ENABLED
132
133/* ProviderType and extension point name */
134#undef GOA_TODOIST_NAME
135
136/* Windows Live OAuth 2.0 client id */124/* Windows Live OAuth 2.0 client id */
137#undef GOA_WINDOWS_LIVE_CLIENT_ID125#undef GOA_WINDOWS_LIVE_CLIENT_ID
138126
diff --git a/configure b/configure
index bced2f9..e7575dc 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
1#! /bin/sh1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for GNOME Online Accounts 3.30.1.3# Generated by GNU Autoconf 2.69 for GNOME Online Accounts 3.31.90.
4#4#
5# Report bugs to <https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues>.5# Report bugs to <https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues>.
6#6#
@@ -591,8 +591,8 @@ MAKEFLAGS=
591# Identity of this package.591# Identity of this package.
592PACKAGE_NAME='GNOME Online Accounts'592PACKAGE_NAME='GNOME Online Accounts'
593PACKAGE_TARNAME='gnome-online-accounts'593PACKAGE_TARNAME='gnome-online-accounts'
594PACKAGE_VERSION='3.30.1'594PACKAGE_VERSION='3.31.90'
595PACKAGE_STRING='GNOME Online Accounts 3.30.1'595PACKAGE_STRING='GNOME Online Accounts 3.31.90'
596PACKAGE_BUGREPORT='https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues'596PACKAGE_BUGREPORT='https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues'
597PACKAGE_URL='https://wiki.gnome.org/Projects/GnomeOnlineAccounts'597PACKAGE_URL='https://wiki.gnome.org/Projects/GnomeOnlineAccounts'
598598
@@ -890,9 +890,6 @@ enable_media_server
890enable_owncloud890enable_owncloud
891enable_facebook891enable_facebook
892with_facebook_client_id892with_facebook_client_id
893enable_todoist
894with_todoist_client_id
895with_todoist_client_secret
896enable_windows_live893enable_windows_live
897with_windows_live_client_id894with_windows_live_client_id
898enable_pocket895enable_pocket
@@ -1479,7 +1476,7 @@ if test "$ac_init_help" = "long"; then
1479 # Omit some internal or obsolete options to make the list less imposing.1476 # Omit some internal or obsolete options to make the list less imposing.
1480 # This message is too long to be a string in the A/UX 3.1 sh.1477 # This message is too long to be a string in the A/UX 3.1 sh.
1481 cat <<_ACEOF1478 cat <<_ACEOF
1482\`configure' configures GNOME Online Accounts 3.30.1 to adapt to many kinds of systems.1479\`configure' configures GNOME Online Accounts 3.31.90 to adapt to many kinds of systems.
14831480
1484Usage: $0 [OPTION]... [VAR=VALUE]...1481Usage: $0 [OPTION]... [VAR=VALUE]...
14851482
@@ -1550,7 +1547,7 @@ fi
15501547
1551if test -n "$ac_init_help"; then1548if test -n "$ac_init_help"; then
1552 case $ac_init_help in1549 case $ac_init_help in
1553 short | recursive ) echo "Configuration of GNOME Online Accounts 3.30.1:";;1550 short | recursive ) echo "Configuration of GNOME Online Accounts 3.31.90:";;
1554 esac1551 esac
1555 cat <<\_ACEOF1552 cat <<\_ACEOF
15561553
@@ -1596,7 +1593,6 @@ Optional Features:
1596 --enable-media-server Enable Media Server provider1593 --enable-media-server Enable Media Server provider
1597 --enable-owncloud Enable ownCloud provider1594 --enable-owncloud Enable ownCloud provider
1598 --enable-facebook Enable Facebook provider1595 --enable-facebook Enable Facebook provider
1599 --enable-todoist Enable Todoist provider
1600 --enable-windows-live Enable Windows Live provider1596 --enable-windows-live Enable Windows Live provider
1601 --enable-pocket Enable Pocket provider1597 --enable-pocket Enable Pocket provider
1602 --enable-kerberos Enable kerberos support1598 --enable-kerberos Enable kerberos support
@@ -1628,10 +1624,6 @@ Optional Packages:
1628 Google OAuth 2.0 client secret1624 Google OAuth 2.0 client secret
1629 --with-facebook-client-id1625 --with-facebook-client-id
1630 Facebook OAuth 2.0 client id1626 Facebook OAuth 2.0 client id
1631 --with-todoist-client-id
1632 Todoist OAuth 2.0 client id
1633 --with-todoist-client-secret
1634 Todoist client secret
1635 --with-windows-live-client-id1627 --with-windows-live-client-id
1636 Windows Live OAuth 2.0 client id1628 Windows Live OAuth 2.0 client id
1637 --with-pocket-client-id Pocket OAuth 2.0 client id1629 --with-pocket-client-id Pocket OAuth 2.0 client id
@@ -1758,7 +1750,7 @@ fi
1758test -n "$ac_init_help" && exit $ac_status1750test -n "$ac_init_help" && exit $ac_status
1759if $ac_init_version; then1751if $ac_init_version; then
1760 cat <<\_ACEOF1752 cat <<\_ACEOF
1761GNOME Online Accounts configure 3.30.11753GNOME Online Accounts configure 3.31.90
1762generated by GNU Autoconf 2.691754generated by GNU Autoconf 2.69
17631755
1764Copyright (C) 2012 Free Software Foundation, Inc.1756Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2036,7 +2028,7 @@ cat >config.log <<_ACEOF
2036This file contains any messages produced by compilers while2028This file contains any messages produced by compilers while
2037running configure, to aid debugging if configure makes a mistake.2029running configure, to aid debugging if configure makes a mistake.
20382030
2039It was created by GNOME Online Accounts $as_me 3.30.1, which was2031It was created by GNOME Online Accounts $as_me 3.31.90, which was
2040generated by GNU Autoconf 2.69. Invocation command line was2032generated by GNU Autoconf 2.69. Invocation command line was
20412033
2042 $ $0 $@2034 $ $0 $@
@@ -2901,7 +2893,7 @@ fi
29012893
2902# Define the identity of the package.2894# Define the identity of the package.
2903 PACKAGE='gnome-online-accounts'2895 PACKAGE='gnome-online-accounts'
2904 VERSION='3.30.1'2896 VERSION='3.31.90'
29052897
29062898
2907cat >>confdefs.h <<_ACEOF2899cat >>confdefs.h <<_ACEOF
@@ -14904,8 +14896,8 @@ AM_BACKSLASH='\'
1490414896
1490514897
14906GOA_MAJOR_VERSION=314898GOA_MAJOR_VERSION=3
14907GOA_MINOR_VERSION=3014899GOA_MINOR_VERSION=31
14908GOA_MICRO_VERSION=114900GOA_MICRO_VERSION=90
1490914901
1491014902
1491114903
@@ -14927,10 +14919,10 @@ GOA_BACKEND_LT_VERSION=1:0:0
14927$as_echo "#define GOA_MAJOR_VERSION 3" >>confdefs.h14919$as_echo "#define GOA_MAJOR_VERSION 3" >>confdefs.h
1492814920
1492914921
14930$as_echo "#define GOA_MINOR_VERSION 30" >>confdefs.h14922$as_echo "#define GOA_MINOR_VERSION 31" >>confdefs.h
1493114923
1493214924
14933$as_echo "#define GOA_MICRO_VERSION 1" >>confdefs.h14925$as_echo "#define GOA_MICRO_VERSION 90" >>confdefs.h
1493414926
1493514927
14936# Initialization14928# Initialization
@@ -16986,51 +16978,6 @@ $as_echo "#define GOA_FACEBOOK_ENABLED 1" >>confdefs.h
1698616978
16987fi16979fi
1698816980
16989# Todoist
16990
16991$as_echo "#define GOA_TODOIST_NAME \"todoist\"" >>confdefs.h
16992
16993# Check whether --enable-todoist was given.
16994if test "${enable_todoist+set}" = set; then :
16995 enableval=$enable_todoist;
16996else
16997 enable_todoist=no
16998fi
16999
17000
17001# Check whether --with-todoist-client-id was given.
17002if test "${with_todoist_client_id+set}" = set; then :
17003 withval=$with_todoist_client_id;
17004fi
17005
17006
17007# Check whether --with-todoist-client-secret was given.
17008if test "${with_todoist_client_secret+set}" = set; then :
17009 withval=$with_todoist_client_secret;
17010fi
17011
17012if test "$with_todoist_client_id" = ""; then
17013 with_todoist_client_id="2e41575c1dd74f98ad7cfb178e1ba3dd"
17014fi
17015if test "$with_todoist_client_secret" = ""; then
17016 with_todoist_client_secret="3e59831ffdd64633918d19aa0a1efd2b"
17017fi
17018
17019cat >>confdefs.h <<_ACEOF
17020#define GOA_TODOIST_CLIENT_ID "$with_todoist_client_id"
17021_ACEOF
17022
17023
17024cat >>confdefs.h <<_ACEOF
17025#define GOA_TODOIST_CLIENT_SECRET "$with_todoist_client_secret"
17026_ACEOF
17027
17028if test "$enable_todoist" != "no"; then
17029
17030$as_echo "#define GOA_TODOIST_ENABLED 1" >>confdefs.h
17031
17032fi
17033
17034# Windows Live16981# Windows Live
1703516982
17036$as_echo "#define GOA_WINDOWS_LIVE_NAME \"windows_live\"" >>confdefs.h16983$as_echo "#define GOA_WINDOWS_LIVE_NAME \"windows_live\"" >>confdefs.h
@@ -19501,7 +19448,7 @@ ac_config_commands="$ac_config_commands src/goa/goaconfig.h"
19501# Generate19448# Generate
19502#19449#
1950319450
19504ac_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"19451ac_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"
1950519452
19506cat >confcache <<\_ACEOF19453cat >confcache <<\_ACEOF
19507# This file is a shell script that caches the results of configure19454# This file is a shell script that caches the results of configure
@@ -20085,7 +20032,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20085# report actual input values of CONFIG_FILES etc. instead of their20032# report actual input values of CONFIG_FILES etc. instead of their
20086# values after options handling.20033# values after options handling.
20087ac_log="20034ac_log="
20088This file was extended by GNOME Online Accounts $as_me 3.30.1, which was20035This file was extended by GNOME Online Accounts $as_me 3.31.90, which was
20089generated by GNU Autoconf 2.69. Invocation command line was20036generated by GNU Autoconf 2.69. Invocation command line was
2009020037
20091 CONFIG_FILES = $CONFIG_FILES20038 CONFIG_FILES = $CONFIG_FILES
@@ -20152,7 +20099,7 @@ _ACEOF
20152cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=120099cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20153ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"20100ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20154ac_cs_version="\\20101ac_cs_version="\\
20155GNOME Online Accounts config.status 3.30.120102GNOME Online Accounts config.status 3.31.90
20156configured by $0, generated by GNU Autoconf 2.69,20103configured by $0, generated by GNU Autoconf 2.69,
20157 with options \\"\$ac_cs_config\\"20104 with options \\"\$ac_cs_config\\"
2015820105
@@ -20584,13 +20531,8 @@ do
20584 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;20531 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
20585 "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;20532 "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
20586 "data/icons/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/Makefile" ;;20533 "data/icons/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/Makefile" ;;
20587 "data/icons/16x16/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/16x16/Makefile" ;;20534 "data/icons/scalable/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/scalable/Makefile" ;;
20588 "data/icons/22x22/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/22x22/Makefile" ;;20535 "data/icons/symbolic/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/symbolic/Makefile" ;;
20589 "data/icons/24x24/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/24x24/Makefile" ;;
20590 "data/icons/32x32/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/32x32/Makefile" ;;
20591 "data/icons/48x48/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/48x48/Makefile" ;;
20592 "data/icons/96x96/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/96x96/Makefile" ;;
20593 "data/icons/256x256/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/256x256/Makefile" ;;
20594 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;20536 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
20595 "src/goa/Makefile") CONFIG_FILES="$CONFIG_FILES src/goa/Makefile" ;;20537 "src/goa/Makefile") CONFIG_FILES="$CONFIG_FILES src/goa/Makefile" ;;
20596 "src/goa/goa-1.0.pc") CONFIG_FILES="$CONFIG_FILES src/goa/goa-1.0.pc" ;;20538 "src/goa/goa-1.0.pc") CONFIG_FILES="$CONFIG_FILES src/goa/goa-1.0.pc" ;;
@@ -22050,7 +21992,6 @@ echo "
22050 ownCloud provider: ${enable_owncloud}21992 ownCloud provider: ${enable_owncloud}
22051 Kerberos provider: ${enable_kerberos}21993 Kerberos provider: ${enable_kerberos}
22052 Facebook provider: ${enable_facebook} (OAuth 2.0, id:${with_facebook_client_id})21994 Facebook provider: ${enable_facebook} (OAuth 2.0, id:${with_facebook_client_id})
22053 Todoist provider: ${enable_todoist} (OAuth 2.0, id:${with_todoist_client_id} secret:${with_todoist_client_secret})
22054 Windows Live provider: ${enable_windows_live} (OAuth 2.0, id:${with_windows_live_client_id})21995 Windows Live provider: ${enable_windows_live} (OAuth 2.0, id:${with_windows_live_client_id})
22055 Pocket provider: ${enable_pocket} (id:${with_pocket_client_id})21996 Pocket provider: ${enable_pocket} (id:${with_pocket_client_id})
22056 Last.fm provider: ${enable_lastfm} (id:${with_lastfm_client_id} secret:${with_lastfm_client_secret})21997 Last.fm provider: ${enable_lastfm} (id:${with_lastfm_client_id} secret:${with_lastfm_client_secret})
diff --git a/configure.ac b/configure.ac
index 001c3d2..5ce5770 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
1m4_define([goa_major_version], [3])1m4_define([goa_major_version], [3])
2m4_define([goa_minor_version], [30])2m4_define([goa_minor_version], [31])
3m4_define([goa_micro_version], [1])3m4_define([goa_micro_version], [90])
4m4_define([goa_nano_version], [0])4m4_define([goa_nano_version], [0])
55
6m4_define([goa_base_version],6m4_define([goa_base_version],
@@ -285,32 +285,6 @@ if test "$enable_facebook" != "no"; then
285 AC_DEFINE(GOA_FACEBOOK_ENABLED, 1, [Enable Facebook data provider])285 AC_DEFINE(GOA_FACEBOOK_ENABLED, 1, [Enable Facebook data provider])
286fi286fi
287287
288# Todoist
289AC_DEFINE(GOA_TODOIST_NAME, ["todoist"], [ProviderType and extension point name])
290AC_ARG_ENABLE([todoist],
291 [AS_HELP_STRING([--enable-todoist], [Enable Todoist provider])],
292 [],
293 [enable_todoist=no])
294AC_ARG_WITH(todoist-client-id,
295 [AS_HELP_STRING([--with-todoist-client-id], [Todoist OAuth 2.0 client id])],
296 [],
297 [])
298AC_ARG_WITH(todoist-client-secret,
299 [AS_HELP_STRING([--with-todoist-client-secret], [Todoist client secret])],
300 [],
301 [])
302if test "$with_todoist_client_id" = ""; then
303 with_todoist_client_id="2e41575c1dd74f98ad7cfb178e1ba3dd"
304fi
305if test "$with_todoist_client_secret" = ""; then
306 with_todoist_client_secret="3e59831ffdd64633918d19aa0a1efd2b"
307fi
308AC_DEFINE_UNQUOTED(GOA_TODOIST_CLIENT_ID, ["$with_todoist_client_id"], [Todoist OAuth 2.0 client id])
309AC_DEFINE_UNQUOTED(GOA_TODOIST_CLIENT_SECRET, ["$with_todoist_client_secret"], [Todoist client secret])
310if test "$enable_todoist" != "no"; then
311 AC_DEFINE(GOA_TODOIST_ENABLED, 1, [Enable Todoist data provider])
312fi
313
314# Windows Live288# Windows Live
315AC_DEFINE(GOA_WINDOWS_LIVE_NAME, ["windows_live"], [ProviderType and extension point name])289AC_DEFINE(GOA_WINDOWS_LIVE_NAME, ["windows_live"], [ProviderType and extension point name])
316AC_ARG_ENABLE([windows-live],290AC_ARG_ENABLE([windows-live],
@@ -522,13 +496,8 @@ AC_OUTPUT([
522Makefile496Makefile
523data/Makefile497data/Makefile
524data/icons/Makefile498data/icons/Makefile
525data/icons/16x16/Makefile499data/icons/scalable/Makefile
526data/icons/22x22/Makefile500data/icons/symbolic/Makefile
527data/icons/24x24/Makefile
528data/icons/32x32/Makefile
529data/icons/48x48/Makefile
530data/icons/96x96/Makefile
531data/icons/256x256/Makefile
532src/Makefile501src/Makefile
533src/goa/Makefile502src/goa/Makefile
534src/goa/goa-1.0.pc503src/goa/goa-1.0.pc
@@ -574,7 +543,6 @@ echo "
574 ownCloud provider: ${enable_owncloud}543 ownCloud provider: ${enable_owncloud}
575 Kerberos provider: ${enable_kerberos}544 Kerberos provider: ${enable_kerberos}
576 Facebook provider: ${enable_facebook} (OAuth 2.0, id:${with_facebook_client_id})545 Facebook provider: ${enable_facebook} (OAuth 2.0, id:${with_facebook_client_id})
577 Todoist provider: ${enable_todoist} (OAuth 2.0, id:${with_todoist_client_id} secret:${with_todoist_client_secret})
578 Windows Live provider: ${enable_windows_live} (OAuth 2.0, id:${with_windows_live_client_id})546 Windows Live provider: ${enable_windows_live} (OAuth 2.0, id:${with_windows_live_client_id})
579 Pocket provider: ${enable_pocket} (id:${with_pocket_client_id})547 Pocket provider: ${enable_pocket} (id:${with_pocket_client_id})
580 Last.fm provider: ${enable_lastfm} (id:${with_lastfm_client_id} secret:${with_lastfm_client_secret})548 Last.fm provider: ${enable_lastfm} (id:${with_lastfm_client_id} secret:${with_lastfm_client_secret})
diff --git a/data/dbus-interfaces.xml b/data/dbus-interfaces.xml
index 205ce04..47a72c9 100644
--- a/data/dbus-interfaces.xml
+++ b/data/dbus-interfaces.xml
@@ -256,7 +256,9 @@
256 Note that the #org.gnomeOnlineAccounts.Todo interface is added or256 Note that the #org.gnomeOnlineAccounts.Todo interface is added or
257 removed from the account asynchronously.257 removed from the account asynchronously.
258 -->258 -->
259 <property name="TodoDisabled" type="b" access="readwrite"/>259 <property name="TodoDisabled" type="b" access="readwrite">
260 <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
261 </property>
260262
261 <!-- ReadLaterDisabled:263 <!-- ReadLaterDisabled:
262 @since: 3.12.0264 @since: 3.12.0
@@ -797,8 +799,12 @@
797799
798 An account object implements this interface if it provides800 An account object implements this interface if it provides
799 todo-like capabilities.801 todo-like capabilities.
802
803 The #org.gnome.OnlineAccounts.Todo interface is not used by
804 any account.
800 -->805 -->
801 <interface name="org.gnome.OnlineAccounts.Todo">806 <interface name="org.gnome.OnlineAccounts.Todo">
807 <annotation name="org.freedesktop.DBus.Deprecated" value="true"/>
802 </interface>808 </interface>
803809
804 <!--810 <!--
diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am
805deleted file mode 100644811deleted file mode 100644
index 38c1d22..0000000
--- a/data/icons/16x16/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
1NULL =
2
3icondir = $(datadir)/icons/hicolor/16x16/apps
4icon_DATA = \
5 goa-account.png \
6 goa-account-facebook.png \
7 goa-account-flickr.png \
8 goa-account-google.png \
9 goa-account-msn.png \
10 goa-account-owncloud.png \
11 goa-account-pocket.png \
12 goa-account-foursquare.png \
13 goa-account-todoist.png \
14 $(NULL)
15
16EXTRA_DIST = \
17 $(icon_DATA)
18
19clean-local :
20 rm -f *~
21
22-include $(top_srcdir)/git.mk
diff --git a/data/icons/16x16/goa-account-facebook.png b/data/icons/16x16/goa-account-facebook.png
23deleted file mode 1006440deleted file mode 100644
index d8e414b..0000000
24Binary files a/data/icons/16x16/goa-account-facebook.png and /dev/null differ1Binary files a/data/icons/16x16/goa-account-facebook.png and /dev/null differ
diff --git a/data/icons/16x16/goa-account-flickr.png b/data/icons/16x16/goa-account-flickr.png
25deleted file mode 1006442deleted file mode 100644
index a81c62c..0000000
26Binary files a/data/icons/16x16/goa-account-flickr.png and /dev/null differ3Binary files a/data/icons/16x16/goa-account-flickr.png and /dev/null differ
diff --git a/data/icons/16x16/goa-account-foursquare.png b/data/icons/16x16/goa-account-foursquare.png
27deleted file mode 1006444deleted file mode 100644
index fc41da8..0000000
28Binary files a/data/icons/16x16/goa-account-foursquare.png and /dev/null differ5Binary files a/data/icons/16x16/goa-account-foursquare.png and /dev/null differ
diff --git a/data/icons/16x16/goa-account-google.png b/data/icons/16x16/goa-account-google.png
29deleted file mode 1006446deleted file mode 100644
index 241b225..0000000
30Binary files a/data/icons/16x16/goa-account-google.png and /dev/null differ7Binary files a/data/icons/16x16/goa-account-google.png and /dev/null differ
diff --git a/data/icons/16x16/goa-account-msn.png b/data/icons/16x16/goa-account-msn.png
31deleted file mode 1006448deleted file mode 100644
index 71f51d0..0000000
32Binary files a/data/icons/16x16/goa-account-msn.png and /dev/null differ9Binary files a/data/icons/16x16/goa-account-msn.png and /dev/null differ
diff --git a/data/icons/16x16/goa-account-owncloud.png b/data/icons/16x16/goa-account-owncloud.png
33deleted file mode 10064410deleted file mode 100644
index 40d028c..0000000
34Binary files a/data/icons/16x16/goa-account-owncloud.png and /dev/null differ11Binary files a/data/icons/16x16/goa-account-owncloud.png and /dev/null differ
diff --git a/data/icons/16x16/goa-account-pocket.png b/data/icons/16x16/goa-account-pocket.png
35deleted file mode 10064412deleted file mode 100644
index d3038c4..0000000
36Binary files a/data/icons/16x16/goa-account-pocket.png and /dev/null differ13Binary files a/data/icons/16x16/goa-account-pocket.png and /dev/null differ
diff --git a/data/icons/16x16/goa-account-todoist.png b/data/icons/16x16/goa-account-todoist.png
37deleted file mode 10064414deleted file mode 100644
index 855cfda..0000000
38Binary files a/data/icons/16x16/goa-account-todoist.png and /dev/null differ15Binary files a/data/icons/16x16/goa-account-todoist.png and /dev/null differ
diff --git a/data/icons/16x16/goa-account.png b/data/icons/16x16/goa-account.png
39deleted file mode 10064416deleted file mode 100644
index a06b11e..0000000
40Binary files a/data/icons/16x16/goa-account.png and /dev/null differ17Binary files a/data/icons/16x16/goa-account.png and /dev/null differ
diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am
41deleted file mode 10064418deleted file mode 100644
index 4ca45d3..0000000
--- a/data/icons/22x22/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
1NULL =
2
3icondir = $(datadir)/icons/hicolor/22x22/apps
4icon_DATA = \
5 goa-account.png \
6 goa-account-facebook.png \
7 goa-account-flickr.png \
8 goa-account-google.png \
9 goa-account-msn.png \
10 goa-account-owncloud.png \
11 goa-account-pocket.png \
12 goa-account-foursquare.png \
13 goa-account-todoist.png \
14 $(NULL)
15
16EXTRA_DIST = \
17 $(icon_DATA)
18
19clean-local :
20 rm -f *~
21
22-include $(top_srcdir)/git.mk
diff --git a/data/icons/22x22/Makefile.in b/data/icons/22x22/Makefile.in
23deleted file mode 1006440deleted file mode 100644
index ce42252..0000000
--- a/data/icons/22x22/Makefile.in
+++ /dev/null
@@ -1,601 +0,0 @@
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28}
29am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = data/icons/22x22
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
94 $(top_srcdir)/m4/ax_append_flag.m4 \
95 $(top_srcdir)/m4/ax_append_link_flags.m4 \
96 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
97 $(top_srcdir)/m4/ax_check_link_flag.m4 \
98 $(top_srcdir)/m4/ax_compiler_flags.m4 \
99 $(top_srcdir)/m4/ax_compiler_flags_cflags.m4 \
100 $(top_srcdir)/m4/ax_compiler_flags_gir.m4 \
101 $(top_srcdir)/m4/ax_compiler_flags_ldflags.m4 \
102 $(top_srcdir)/m4/ax_is_release.m4 \
103 $(top_srcdir)/m4/ax_require_defined.m4 \
104 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gsettings.m4 \
105 $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
106 $(top_srcdir)/m4/intlmacosx.m4 \
107 $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/lib-ld.m4 \
108 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
109 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
110 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
111 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
112 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
113 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/vapigen.m4 \
114 $(top_srcdir)/configure.ac
115am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116 $(ACLOCAL_M4)
117DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
118mkinstalldirs = $(install_sh) -d
119CONFIG_HEADER = $(top_builddir)/config.h
120CONFIG_CLEAN_FILES =
121CONFIG_CLEAN_VPATH_FILES =
122AM_V_P = $(am__v_P_@AM_V@)
123am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
124am__v_P_0 = false
125am__v_P_1 = :
126AM_V_GEN = $(am__v_GEN_@AM_V@)
127am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
128am__v_GEN_0 = @echo " GEN " $@;
129am__v_GEN_1 =
130AM_V_at = $(am__v_at_@AM_V@)
131am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
132am__v_at_0 = @
133am__v_at_1 =
134SOURCES =
135DIST_SOURCES =
136am__can_run_installinfo = \
137 case $$AM_UPDATE_INFO_DIR in \
138 n|no|NO) false;; \
139 *) (install-info --version) >/dev/null 2>&1;; \
140 esac
141am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
142am__vpath_adj = case $$p in \
143 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
144 *) f=$$p;; \
145 esac;
146am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
147am__install_max = 40
148am__nobase_strip_setup = \
149 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
150am__nobase_strip = \
151 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
152am__nobase_list = $(am__nobase_strip_setup); \
153 for p in $$list; do echo "$$p $$p"; done | \
154 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
155 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
156 if (++n[$$2] == $(am__install_max)) \
157 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
158 END { for (dir in files) print dir, files[dir] }'
159am__base_list = \
160 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
161 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
162am__uninstall_files_from_dir = { \
163 test -z "$$files" \
164 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
165 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
166 $(am__cd) "$$dir" && rm -f $$files; }; \
167 }
168am__installdirs = "$(DESTDIR)$(icondir)"
169DATA = $(icon_DATA)
170am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
171am__DIST_COMMON = $(srcdir)/Makefile.in
172DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
173ACLOCAL = @ACLOCAL@
174AMTAR = @AMTAR@
175AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
176AR = @AR@
177AUTOCONF = @AUTOCONF@
178AUTOHEADER = @AUTOHEADER@
179AUTOMAKE = @AUTOMAKE@
180AWK = @AWK@
181CC = @CC@
182CCDEPMODE = @CCDEPMODE@
183CFLAGS = @CFLAGS@
184CPP = @CPP@
185CPPFLAGS = @CPPFLAGS@
186CYGPATH_W = @CYGPATH_W@
187DEFS = @DEFS@
188DEPDIR = @DEPDIR@
189DLLTOOL = @DLLTOOL@
190DSYMUTIL = @DSYMUTIL@
191DUMPBIN = @DUMPBIN@
192ECHO_C = @ECHO_C@
193ECHO_N = @ECHO_N@
194ECHO_T = @ECHO_T@
195EGREP = @EGREP@
196EXEEXT = @EXEEXT@
197FGREP = @FGREP@
198GCR_CFLAGS = @GCR_CFLAGS@
199GCR_LIBS = @GCR_LIBS@
200GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
201GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
202GLIB_CFLAGS = @GLIB_CFLAGS@
203GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
204GLIB_LIBS = @GLIB_LIBS@
205GMSGFMT = @GMSGFMT@
206GMSGFMT_015 = @GMSGFMT_015@
207GOA_BACKEND_LT_VERSION = @GOA_BACKEND_LT_VERSION@
208GOA_LT_VERSION = @GOA_LT_VERSION@
209GOA_MAJOR_VERSION = @GOA_MAJOR_VERSION@
210GOA_MICRO_VERSION = @GOA_MICRO_VERSION@
211GOA_MINOR_VERSION = @GOA_MINOR_VERSION@
212GREP = @GREP@
213GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
214GTKDOC_CHECK = @GTKDOC_CHECK@
215GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
216GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
217GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
218GTKDOC_MKPDF = @GTKDOC_MKPDF@
219GTKDOC_REBASE = @GTKDOC_REBASE@
220GTK_CFLAGS = @GTK_CFLAGS@
221GTK_LIBS = @GTK_LIBS@
222HTML_DIR = @HTML_DIR@
223INSTALL = @INSTALL@
224INSTALL_DATA = @INSTALL_DATA@
225INSTALL_PROGRAM = @INSTALL_PROGRAM@
226INSTALL_SCRIPT = @INSTALL_SCRIPT@
227INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
228INTLLIBS = @INTLLIBS@
229INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
230INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
231INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
232INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
233INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
234INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
235INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
236INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
237INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
238JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
239JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
240KRB5_CFLAGS = @KRB5_CFLAGS@
241KRB5_CONFIG = @KRB5_CONFIG@
242KRB5_LIBS = @KRB5_LIBS@
243LD = @LD@
244LDFLAGS = @LDFLAGS@
245LIBICONV = @LIBICONV@
246LIBINTL = @LIBINTL@
247LIBOBJS = @LIBOBJS@
248LIBS = @LIBS@
249LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
250LIBSOUP_LIBS = @LIBSOUP_LIBS@
251LIBTOOL = @LIBTOOL@
252LIBXML_CFLAGS = @LIBXML_CFLAGS@
253LIBXML_LIBS = @LIBXML_LIBS@
254LIPO = @LIPO@
255LN_S = @LN_S@
256LTLIBICONV = @LTLIBICONV@
257LTLIBINTL = @LTLIBINTL@
258LTLIBOBJS = @LTLIBOBJS@
259LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
260MAINT = @MAINT@
261MAKEINFO = @MAKEINFO@
262MANIFEST_TOOL = @MANIFEST_TOOL@
263MKDIR_P = @MKDIR_P@
264MSGFMT = @MSGFMT@
265MSGFMT_015 = @MSGFMT_015@
266MSGMERGE = @MSGMERGE@
267NM = @NM@
268NMEDIT = @NMEDIT@
269OBJDUMP = @OBJDUMP@
270OBJEXT = @OBJEXT@
271OTOOL = @OTOOL@
272OTOOL64 = @OTOOL64@
273PACKAGE = @PACKAGE@
274PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
275PACKAGE_NAME = @PACKAGE_NAME@
276PACKAGE_STRING = @PACKAGE_STRING@
277PACKAGE_TARNAME = @PACKAGE_TARNAME@
278PACKAGE_URL = @PACKAGE_URL@
279PACKAGE_VERSION = @PACKAGE_VERSION@
280PATH_SEPARATOR = @PATH_SEPARATOR@
281PKG_CONFIG = @PKG_CONFIG@
282PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
283PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
284POSUB = @POSUB@
285RANLIB = @RANLIB@
286REST_CFLAGS = @REST_CFLAGS@
287REST_LIBS = @REST_LIBS@
288SECRET_CFLAGS = @SECRET_CFLAGS@
289SECRET_LIBS = @SECRET_LIBS@
290SED = @SED@
291SET_MAKE = @SET_MAKE@
292SHELL = @SHELL@
293STRIP = @STRIP@
294USE_NLS = @USE_NLS@
295VAPIGEN = @VAPIGEN@
296VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
297VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
298VERSION = @VERSION@
299WARN_CFLAGS = @WARN_CFLAGS@
300WARN_LDFLAGS = @WARN_LDFLAGS@
301WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
302WEBKIT_GTK_CFLAGS = @WEBKIT_GTK_CFLAGS@
303WEBKIT_GTK_LIBS = @WEBKIT_GTK_LIBS@
304XGETTEXT = @XGETTEXT@
305XGETTEXT_015 = @XGETTEXT_015@
306XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
307XSLTPROC = @XSLTPROC@
308abs_builddir = @abs_builddir@
309abs_srcdir = @abs_srcdir@
310abs_top_builddir = @abs_top_builddir@
311abs_top_srcdir = @abs_top_srcdir@
312ac_ct_AR = @ac_ct_AR@
313ac_ct_CC = @ac_ct_CC@
314ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
315am__include = @am__include@
316am__leading_dot = @am__leading_dot@
317am__quote = @am__quote@
318am__tar = @am__tar@
319am__untar = @am__untar@
320bindir = @bindir@
321build = @build@
322build_alias = @build_alias@
323build_cpu = @build_cpu@
324build_os = @build_os@
325build_vendor = @build_vendor@
326builddir = @builddir@
327datadir = @datadir@
328datarootdir = @datarootdir@
329docdir = @docdir@
330dvidir = @dvidir@
331exec_prefix = @exec_prefix@
332gsettingsschemadir = @gsettingsschemadir@
333host = @host@
334host_alias = @host_alias@
335host_cpu = @host_cpu@
336host_os = @host_os@
337host_vendor = @host_vendor@
338htmldir = @htmldir@
339includedir = @includedir@
340infodir = @infodir@
341install_sh = @install_sh@
342libdir = @libdir@
343libexecdir = @libexecdir@
344localedir = @localedir@
345localstatedir = @localstatedir@
346mandir = @mandir@
347mkdir_p = @mkdir_p@
348oldincludedir = @oldincludedir@
349pdfdir = @pdfdir@
350prefix = @prefix@
351program_transform_name = @program_transform_name@
352psdir = @psdir@
353sbindir = @sbindir@
354sharedstatedir = @sharedstatedir@
355srcdir = @srcdir@
356sysconfdir = @sysconfdir@
357target_alias = @target_alias@
358top_build_prefix = @top_build_prefix@
359top_builddir = @top_builddir@
360top_srcdir = @top_srcdir@
361NULL =
362icondir = $(datadir)/icons/hicolor/22x22/apps
363icon_DATA = \
364 goa-account.png \
365 goa-account-facebook.png \
366 goa-account-flickr.png \
367 goa-account-google.png \
368 goa-account-msn.png \
369 goa-account-owncloud.png \
370 goa-account-pocket.png \
371 goa-account-foursquare.png \
372 goa-account-todoist.png \
373 $(NULL)
374
375EXTRA_DIST = \
376 $(icon_DATA)
377
378all: all-am
379
380.SUFFIXES:
381$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
382 @for dep in $?; do \
383 case '$(am__configure_deps)' in \
384 *$$dep*) \
385 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
386 && { if test -f $@; then exit 0; else break; fi; }; \
387 exit 1;; \
388 esac; \
389 done; \
390 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/22x22/Makefile'; \
391 $(am__cd) $(top_srcdir) && \
392 $(AUTOMAKE) --foreign data/icons/22x22/Makefile
393Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
394 @case '$?' in \
395 *config.status*) \
396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
397 *) \
398 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
399 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
400 esac;
401
402$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404
405$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
406 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
407$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409$(am__aclocal_m4_deps):
410
411mostlyclean-libtool:
412 -rm -f *.lo
413
414clean-libtool:
415 -rm -rf .libs _libs
416install-iconDATA: $(icon_DATA)
417 @$(NORMAL_INSTALL)
418 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
419 if test -n "$$list"; then \
420 echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
421 $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
422 fi; \
423 for p in $$list; do \
424 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
425 echo "$$d$$p"; \
426 done | $(am__base_list) | \
427 while read files; do \
428 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
429 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
430 done
431
432uninstall-iconDATA:
433 @$(NORMAL_UNINSTALL)
434 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
435 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
436 dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
437tags TAGS:
438
439ctags CTAGS:
440
441cscope cscopelist:
442
443
444distdir: $(DISTFILES)
445 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
446 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
447 list='$(DISTFILES)'; \
448 dist_files=`for file in $$list; do echo $$file; done | \
449 sed -e "s|^$$srcdirstrip/||;t" \
450 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
451 case $$dist_files in \
452 */*) $(MKDIR_P) `echo "$$dist_files" | \
453 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
454 sort -u` ;; \
455 esac; \
456 for file in $$dist_files; do \
457 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
458 if test -d $$d/$$file; then \
459 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
460 if test -d "$(distdir)/$$file"; then \
461 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
462 fi; \
463 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
464 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
465 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
466 fi; \
467 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
468 else \
469 test -f "$(distdir)/$$file" \
470 || cp -p $$d/$$file "$(distdir)/$$file" \
471 || exit 1; \
472 fi; \
473 done
474check-am: all-am
475check: check-am
476all-am: Makefile $(DATA)
477installdirs:
478 for dir in "$(DESTDIR)$(icondir)"; do \
479 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
480 done
481install: install-am
482install-exec: install-exec-am
483install-data: install-data-am
484uninstall: uninstall-am
485
486install-am: all-am
487 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
488
489installcheck: installcheck-am
490install-strip:
491 if test -z '$(STRIP)'; then \
492 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
493 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
494 install; \
495 else \
496 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
497 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
498 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
499 fi
500mostlyclean-generic:
501
502clean-generic:
503
504distclean-generic:
505 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
506 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
507
508maintainer-clean-generic:
509 @echo "This command is intended for maintainers to use"
510 @echo "it deletes files that may require special tools to rebuild."
511clean: clean-am
512
513clean-am: clean-generic clean-libtool clean-local mostlyclean-am
514
515distclean: distclean-am
516 -rm -f Makefile
517distclean-am: clean-am distclean-generic
518
519dvi: dvi-am
520
521dvi-am:
522
523html: html-am
524
525html-am:
526
527info: info-am
528
529info-am:
530
531install-data-am: install-iconDATA
532
533install-dvi: install-dvi-am
534
535install-dvi-am:
536
537install-exec-am:
538
539install-html: install-html-am
540
541install-html-am:
542
543install-info: install-info-am
544
545install-info-am:
546
547install-man:
548
549install-pdf: install-pdf-am
550
551install-pdf-am:
552
553install-ps: install-ps-am
554
555install-ps-am:
556
557installcheck-am:
558
559maintainer-clean: maintainer-clean-am
560 -rm -f Makefile
561maintainer-clean-am: distclean-am maintainer-clean-generic
562
563mostlyclean: mostlyclean-am
564
565mostlyclean-am: mostlyclean-generic mostlyclean-libtool
566
567pdf: pdf-am
568
569pdf-am:
570
571ps: ps-am
572
573ps-am:
574
575uninstall-am: uninstall-iconDATA
576
577.MAKE: install-am install-strip
578
579.PHONY: all all-am check check-am clean clean-generic clean-libtool \
580 clean-local cscopelist-am ctags-am distclean distclean-generic \
581 distclean-libtool distdir dvi dvi-am html html-am info info-am \
582 install install-am install-data install-data-am install-dvi \
583 install-dvi-am install-exec install-exec-am install-html \
584 install-html-am install-iconDATA install-info install-info-am \
585 install-man install-pdf install-pdf-am install-ps \
586 install-ps-am install-strip installcheck installcheck-am \
587 installdirs maintainer-clean maintainer-clean-generic \
588 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
589 ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
590
591.PRECIOUS: Makefile
592
593
594clean-local :
595 rm -f *~
596
597-include $(top_srcdir)/git.mk
598
599# Tell versions [3.59,3.63) of GNU make to not export all variables.
600# Otherwise a system limit (for SysV at least) may be exceeded.
601.NOEXPORT:
diff --git a/data/icons/22x22/goa-account-facebook.png b/data/icons/22x22/goa-account-facebook.png
602deleted file mode 1006440deleted file mode 100644
index 4a0e058..0000000
603Binary files a/data/icons/22x22/goa-account-facebook.png and /dev/null differ1Binary files a/data/icons/22x22/goa-account-facebook.png and /dev/null differ
diff --git a/data/icons/22x22/goa-account-flickr.png b/data/icons/22x22/goa-account-flickr.png
604deleted file mode 1006442deleted file mode 100644
index 30ffa83..0000000
605Binary files a/data/icons/22x22/goa-account-flickr.png and /dev/null differ3Binary files a/data/icons/22x22/goa-account-flickr.png and /dev/null differ
diff --git a/data/icons/22x22/goa-account-foursquare.png b/data/icons/22x22/goa-account-foursquare.png
606deleted file mode 1006444deleted file mode 100644
index cc28bb9..0000000
607Binary files a/data/icons/22x22/goa-account-foursquare.png and /dev/null differ5Binary files a/data/icons/22x22/goa-account-foursquare.png and /dev/null differ
diff --git a/data/icons/22x22/goa-account-google.png b/data/icons/22x22/goa-account-google.png
608deleted file mode 1006446deleted file mode 100644
index 6fd2c94..0000000
609Binary files a/data/icons/22x22/goa-account-google.png and /dev/null differ7Binary files a/data/icons/22x22/goa-account-google.png and /dev/null differ
diff --git a/data/icons/22x22/goa-account-msn.png b/data/icons/22x22/goa-account-msn.png
610deleted file mode 1006448deleted file mode 100644
index 8a3832f..0000000
611Binary files a/data/icons/22x22/goa-account-msn.png and /dev/null differ9Binary files a/data/icons/22x22/goa-account-msn.png and /dev/null differ
diff --git a/data/icons/22x22/goa-account-owncloud.png b/data/icons/22x22/goa-account-owncloud.png
612deleted file mode 10064410deleted file mode 100644
index 960d1c1..0000000
613Binary files a/data/icons/22x22/goa-account-owncloud.png and /dev/null differ11Binary files a/data/icons/22x22/goa-account-owncloud.png and /dev/null differ
diff --git a/data/icons/22x22/goa-account-pocket.png b/data/icons/22x22/goa-account-pocket.png
614deleted file mode 10064412deleted file mode 100644
index 86ceadd..0000000
615Binary files a/data/icons/22x22/goa-account-pocket.png and /dev/null differ13Binary files a/data/icons/22x22/goa-account-pocket.png and /dev/null differ
diff --git a/data/icons/22x22/goa-account-todoist.png b/data/icons/22x22/goa-account-todoist.png
616deleted file mode 10064414deleted file mode 100644
index e74be0b..0000000
617Binary files a/data/icons/22x22/goa-account-todoist.png and /dev/null differ15Binary files a/data/icons/22x22/goa-account-todoist.png and /dev/null differ
diff --git a/data/icons/22x22/goa-account.png b/data/icons/22x22/goa-account.png
618deleted file mode 10064416deleted file mode 100644
index 89dc92f..0000000
619Binary files a/data/icons/22x22/goa-account.png and /dev/null differ17Binary files a/data/icons/22x22/goa-account.png and /dev/null differ
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am
620deleted file mode 10064418deleted file mode 100644
index 0d45d8a..0000000
--- a/data/icons/24x24/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
1NULL =
2
3icondir = $(datadir)/icons/hicolor/24x24/apps
4icon_DATA = \
5 goa-account.png \
6 goa-account-facebook.png \
7 goa-account-google.png \
8 goa-account-msn.png \
9 goa-account-owncloud.png \
10 goa-account-pocket.png \
11 goa-account-foursquare.png \
12 goa-account-flickr.png \
13 goa-account-todoist.png \
14 $(NULL)
15
16EXTRA_DIST = \
17 $(icon_DATA)
18
19clean-local :
20 rm -f *~
21
22-include $(top_srcdir)/git.mk
diff --git a/data/icons/24x24/Makefile.in b/data/icons/24x24/Makefile.in
23deleted file mode 1006440deleted file mode 100644
index e9842d3..0000000
--- a/data/icons/24x24/Makefile.in
+++ /dev/null
@@ -1,601 +0,0 @@
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28}
29am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = data/icons/24x24
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
94 $(top_srcdir)/m4/ax_append_flag.m4 \
95 $(top_srcdir)/m4/ax_append_link_flags.m4 \
96 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
97 $(top_srcdir)/m4/ax_check_link_flag.m4 \
98 $(top_srcdir)/m4/ax_compiler_flags.m4 \
99 $(top_srcdir)/m4/ax_compiler_flags_cflags.m4 \
100 $(top_srcdir)/m4/ax_compiler_flags_gir.m4 \
101 $(top_srcdir)/m4/ax_compiler_flags_ldflags.m4 \
102 $(top_srcdir)/m4/ax_is_release.m4 \
103 $(top_srcdir)/m4/ax_require_defined.m4 \
104 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gsettings.m4 \
105 $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
106 $(top_srcdir)/m4/intlmacosx.m4 \
107 $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/lib-ld.m4 \
108 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
109 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
110 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
111 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
112 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
113 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/vapigen.m4 \
114 $(top_srcdir)/configure.ac
115am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116 $(ACLOCAL_M4)
117DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
118mkinstalldirs = $(install_sh) -d
119CONFIG_HEADER = $(top_builddir)/config.h
120CONFIG_CLEAN_FILES =
121CONFIG_CLEAN_VPATH_FILES =
122AM_V_P = $(am__v_P_@AM_V@)
123am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
124am__v_P_0 = false
125am__v_P_1 = :
126AM_V_GEN = $(am__v_GEN_@AM_V@)
127am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
128am__v_GEN_0 = @echo " GEN " $@;
129am__v_GEN_1 =
130AM_V_at = $(am__v_at_@AM_V@)
131am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
132am__v_at_0 = @
133am__v_at_1 =
134SOURCES =
135DIST_SOURCES =
136am__can_run_installinfo = \
137 case $$AM_UPDATE_INFO_DIR in \
138 n|no|NO) false;; \
139 *) (install-info --version) >/dev/null 2>&1;; \
140 esac
141am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
142am__vpath_adj = case $$p in \
143 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
144 *) f=$$p;; \
145 esac;
146am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
147am__install_max = 40
148am__nobase_strip_setup = \
149 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
150am__nobase_strip = \
151 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
152am__nobase_list = $(am__nobase_strip_setup); \
153 for p in $$list; do echo "$$p $$p"; done | \
154 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
155 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
156 if (++n[$$2] == $(am__install_max)) \
157 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
158 END { for (dir in files) print dir, files[dir] }'
159am__base_list = \
160 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
161 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
162am__uninstall_files_from_dir = { \
163 test -z "$$files" \
164 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
165 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
166 $(am__cd) "$$dir" && rm -f $$files; }; \
167 }
168am__installdirs = "$(DESTDIR)$(icondir)"
169DATA = $(icon_DATA)
170am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
171am__DIST_COMMON = $(srcdir)/Makefile.in
172DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
173ACLOCAL = @ACLOCAL@
174AMTAR = @AMTAR@
175AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
176AR = @AR@
177AUTOCONF = @AUTOCONF@
178AUTOHEADER = @AUTOHEADER@
179AUTOMAKE = @AUTOMAKE@
180AWK = @AWK@
181CC = @CC@
182CCDEPMODE = @CCDEPMODE@
183CFLAGS = @CFLAGS@
184CPP = @CPP@
185CPPFLAGS = @CPPFLAGS@
186CYGPATH_W = @CYGPATH_W@
187DEFS = @DEFS@
188DEPDIR = @DEPDIR@
189DLLTOOL = @DLLTOOL@
190DSYMUTIL = @DSYMUTIL@
191DUMPBIN = @DUMPBIN@
192ECHO_C = @ECHO_C@
193ECHO_N = @ECHO_N@
194ECHO_T = @ECHO_T@
195EGREP = @EGREP@
196EXEEXT = @EXEEXT@
197FGREP = @FGREP@
198GCR_CFLAGS = @GCR_CFLAGS@
199GCR_LIBS = @GCR_LIBS@
200GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
201GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
202GLIB_CFLAGS = @GLIB_CFLAGS@
203GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
204GLIB_LIBS = @GLIB_LIBS@
205GMSGFMT = @GMSGFMT@
206GMSGFMT_015 = @GMSGFMT_015@
207GOA_BACKEND_LT_VERSION = @GOA_BACKEND_LT_VERSION@
208GOA_LT_VERSION = @GOA_LT_VERSION@
209GOA_MAJOR_VERSION = @GOA_MAJOR_VERSION@
210GOA_MICRO_VERSION = @GOA_MICRO_VERSION@
211GOA_MINOR_VERSION = @GOA_MINOR_VERSION@
212GREP = @GREP@
213GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
214GTKDOC_CHECK = @GTKDOC_CHECK@
215GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
216GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
217GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
218GTKDOC_MKPDF = @GTKDOC_MKPDF@
219GTKDOC_REBASE = @GTKDOC_REBASE@
220GTK_CFLAGS = @GTK_CFLAGS@
221GTK_LIBS = @GTK_LIBS@
222HTML_DIR = @HTML_DIR@
223INSTALL = @INSTALL@
224INSTALL_DATA = @INSTALL_DATA@
225INSTALL_PROGRAM = @INSTALL_PROGRAM@
226INSTALL_SCRIPT = @INSTALL_SCRIPT@
227INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
228INTLLIBS = @INTLLIBS@
229INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
230INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
231INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
232INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
233INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
234INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
235INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
236INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
237INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
238JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
239JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
240KRB5_CFLAGS = @KRB5_CFLAGS@
241KRB5_CONFIG = @KRB5_CONFIG@
242KRB5_LIBS = @KRB5_LIBS@
243LD = @LD@
244LDFLAGS = @LDFLAGS@
245LIBICONV = @LIBICONV@
246LIBINTL = @LIBINTL@
247LIBOBJS = @LIBOBJS@
248LIBS = @LIBS@
249LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
250LIBSOUP_LIBS = @LIBSOUP_LIBS@
251LIBTOOL = @LIBTOOL@
252LIBXML_CFLAGS = @LIBXML_CFLAGS@
253LIBXML_LIBS = @LIBXML_LIBS@
254LIPO = @LIPO@
255LN_S = @LN_S@
256LTLIBICONV = @LTLIBICONV@
257LTLIBINTL = @LTLIBINTL@
258LTLIBOBJS = @LTLIBOBJS@
259LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
260MAINT = @MAINT@
261MAKEINFO = @MAKEINFO@
262MANIFEST_TOOL = @MANIFEST_TOOL@
263MKDIR_P = @MKDIR_P@
264MSGFMT = @MSGFMT@
265MSGFMT_015 = @MSGFMT_015@
266MSGMERGE = @MSGMERGE@
267NM = @NM@
268NMEDIT = @NMEDIT@
269OBJDUMP = @OBJDUMP@
270OBJEXT = @OBJEXT@
271OTOOL = @OTOOL@
272OTOOL64 = @OTOOL64@
273PACKAGE = @PACKAGE@
274PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
275PACKAGE_NAME = @PACKAGE_NAME@
276PACKAGE_STRING = @PACKAGE_STRING@
277PACKAGE_TARNAME = @PACKAGE_TARNAME@
278PACKAGE_URL = @PACKAGE_URL@
279PACKAGE_VERSION = @PACKAGE_VERSION@
280PATH_SEPARATOR = @PATH_SEPARATOR@
281PKG_CONFIG = @PKG_CONFIG@
282PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
283PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
284POSUB = @POSUB@
285RANLIB = @RANLIB@
286REST_CFLAGS = @REST_CFLAGS@
287REST_LIBS = @REST_LIBS@
288SECRET_CFLAGS = @SECRET_CFLAGS@
289SECRET_LIBS = @SECRET_LIBS@
290SED = @SED@
291SET_MAKE = @SET_MAKE@
292SHELL = @SHELL@
293STRIP = @STRIP@
294USE_NLS = @USE_NLS@
295VAPIGEN = @VAPIGEN@
296VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
297VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
298VERSION = @VERSION@
299WARN_CFLAGS = @WARN_CFLAGS@
300WARN_LDFLAGS = @WARN_LDFLAGS@
301WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
302WEBKIT_GTK_CFLAGS = @WEBKIT_GTK_CFLAGS@
303WEBKIT_GTK_LIBS = @WEBKIT_GTK_LIBS@
304XGETTEXT = @XGETTEXT@
305XGETTEXT_015 = @XGETTEXT_015@
306XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
307XSLTPROC = @XSLTPROC@
308abs_builddir = @abs_builddir@
309abs_srcdir = @abs_srcdir@
310abs_top_builddir = @abs_top_builddir@
311abs_top_srcdir = @abs_top_srcdir@
312ac_ct_AR = @ac_ct_AR@
313ac_ct_CC = @ac_ct_CC@
314ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
315am__include = @am__include@
316am__leading_dot = @am__leading_dot@
317am__quote = @am__quote@
318am__tar = @am__tar@
319am__untar = @am__untar@
320bindir = @bindir@
321build = @build@
322build_alias = @build_alias@
323build_cpu = @build_cpu@
324build_os = @build_os@
325build_vendor = @build_vendor@
326builddir = @builddir@
327datadir = @datadir@
328datarootdir = @datarootdir@
329docdir = @docdir@
330dvidir = @dvidir@
331exec_prefix = @exec_prefix@
332gsettingsschemadir = @gsettingsschemadir@
333host = @host@
334host_alias = @host_alias@
335host_cpu = @host_cpu@
336host_os = @host_os@
337host_vendor = @host_vendor@
338htmldir = @htmldir@
339includedir = @includedir@
340infodir = @infodir@
341install_sh = @install_sh@
342libdir = @libdir@
343libexecdir = @libexecdir@
344localedir = @localedir@
345localstatedir = @localstatedir@
346mandir = @mandir@
347mkdir_p = @mkdir_p@
348oldincludedir = @oldincludedir@
349pdfdir = @pdfdir@
350prefix = @prefix@
351program_transform_name = @program_transform_name@
352psdir = @psdir@
353sbindir = @sbindir@
354sharedstatedir = @sharedstatedir@
355srcdir = @srcdir@
356sysconfdir = @sysconfdir@
357target_alias = @target_alias@
358top_build_prefix = @top_build_prefix@
359top_builddir = @top_builddir@
360top_srcdir = @top_srcdir@
361NULL =
362icondir = $(datadir)/icons/hicolor/24x24/apps
363icon_DATA = \
364 goa-account.png \
365 goa-account-facebook.png \
366 goa-account-google.png \
367 goa-account-msn.png \
368 goa-account-owncloud.png \
369 goa-account-pocket.png \
370 goa-account-foursquare.png \
371 goa-account-flickr.png \
372 goa-account-todoist.png \
373 $(NULL)
374
375EXTRA_DIST = \
376 $(icon_DATA)
377
378all: all-am
379
380.SUFFIXES:
381$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
382 @for dep in $?; do \
383 case '$(am__configure_deps)' in \
384 *$$dep*) \
385 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
386 && { if test -f $@; then exit 0; else break; fi; }; \
387 exit 1;; \
388 esac; \
389 done; \
390 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/24x24/Makefile'; \
391 $(am__cd) $(top_srcdir) && \
392 $(AUTOMAKE) --foreign data/icons/24x24/Makefile
393Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
394 @case '$?' in \
395 *config.status*) \
396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
397 *) \
398 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
399 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
400 esac;
401
402$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404
405$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
406 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
407$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409$(am__aclocal_m4_deps):
410
411mostlyclean-libtool:
412 -rm -f *.lo
413
414clean-libtool:
415 -rm -rf .libs _libs
416install-iconDATA: $(icon_DATA)
417 @$(NORMAL_INSTALL)
418 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
419 if test -n "$$list"; then \
420 echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
421 $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
422 fi; \
423 for p in $$list; do \
424 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
425 echo "$$d$$p"; \
426 done | $(am__base_list) | \
427 while read files; do \
428 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
429 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
430 done
431
432uninstall-iconDATA:
433 @$(NORMAL_UNINSTALL)
434 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
435 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
436 dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
437tags TAGS:
438
439ctags CTAGS:
440
441cscope cscopelist:
442
443
444distdir: $(DISTFILES)
445 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
446 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
447 list='$(DISTFILES)'; \
448 dist_files=`for file in $$list; do echo $$file; done | \
449 sed -e "s|^$$srcdirstrip/||;t" \
450 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
451 case $$dist_files in \
452 */*) $(MKDIR_P) `echo "$$dist_files" | \
453 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
454 sort -u` ;; \
455 esac; \
456 for file in $$dist_files; do \
457 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
458 if test -d $$d/$$file; then \
459 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
460 if test -d "$(distdir)/$$file"; then \
461 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
462 fi; \
463 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
464 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
465 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
466 fi; \
467 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
468 else \
469 test -f "$(distdir)/$$file" \
470 || cp -p $$d/$$file "$(distdir)/$$file" \
471 || exit 1; \
472 fi; \
473 done
474check-am: all-am
475check: check-am
476all-am: Makefile $(DATA)
477installdirs:
478 for dir in "$(DESTDIR)$(icondir)"; do \
479 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
480 done
481install: install-am
482install-exec: install-exec-am
483install-data: install-data-am
484uninstall: uninstall-am
485
486install-am: all-am
487 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
488
489installcheck: installcheck-am
490install-strip:
491 if test -z '$(STRIP)'; then \
492 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
493 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
494 install; \
495 else \
496 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
497 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
498 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
499 fi
500mostlyclean-generic:
501
502clean-generic:
503
504distclean-generic:
505 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
506 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
507
508maintainer-clean-generic:
509 @echo "This command is intended for maintainers to use"
510 @echo "it deletes files that may require special tools to rebuild."
511clean: clean-am
512
513clean-am: clean-generic clean-libtool clean-local mostlyclean-am
514
515distclean: distclean-am
516 -rm -f Makefile
517distclean-am: clean-am distclean-generic
518
519dvi: dvi-am
520
521dvi-am:
522
523html: html-am
524
525html-am:
526
527info: info-am
528
529info-am:
530
531install-data-am: install-iconDATA
532
533install-dvi: install-dvi-am
534
535install-dvi-am:
536
537install-exec-am:
538
539install-html: install-html-am
540
541install-html-am:
542
543install-info: install-info-am
544
545install-info-am:
546
547install-man:
548
549install-pdf: install-pdf-am
550
551install-pdf-am:
552
553install-ps: install-ps-am
554
555install-ps-am:
556
557installcheck-am:
558
559maintainer-clean: maintainer-clean-am
560 -rm -f Makefile
561maintainer-clean-am: distclean-am maintainer-clean-generic
562
563mostlyclean: mostlyclean-am
564
565mostlyclean-am: mostlyclean-generic mostlyclean-libtool
566
567pdf: pdf-am
568
569pdf-am:
570
571ps: ps-am
572
573ps-am:
574
575uninstall-am: uninstall-iconDATA
576
577.MAKE: install-am install-strip
578
579.PHONY: all all-am check check-am clean clean-generic clean-libtool \
580 clean-local cscopelist-am ctags-am distclean distclean-generic \
581 distclean-libtool distdir dvi dvi-am html html-am info info-am \
582 install install-am install-data install-data-am install-dvi \
583 install-dvi-am install-exec install-exec-am install-html \
584 install-html-am install-iconDATA install-info install-info-am \
585 install-man install-pdf install-pdf-am install-ps \
586 install-ps-am install-strip installcheck installcheck-am \
587 installdirs maintainer-clean maintainer-clean-generic \
588 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
589 ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
590
591.PRECIOUS: Makefile
592
593
594clean-local :
595 rm -f *~
596
597-include $(top_srcdir)/git.mk
598
599# Tell versions [3.59,3.63) of GNU make to not export all variables.
600# Otherwise a system limit (for SysV at least) may be exceeded.
601.NOEXPORT:
diff --git a/data/icons/24x24/goa-account-facebook.png b/data/icons/24x24/goa-account-facebook.png
602deleted file mode 1006440deleted file mode 100644
index d8127e6..0000000
603Binary files a/data/icons/24x24/goa-account-facebook.png and /dev/null differ1Binary files a/data/icons/24x24/goa-account-facebook.png and /dev/null differ
diff --git a/data/icons/24x24/goa-account-flickr.png b/data/icons/24x24/goa-account-flickr.png
604deleted file mode 1006442deleted file mode 100644
index 019e298..0000000
605Binary files a/data/icons/24x24/goa-account-flickr.png and /dev/null differ3Binary files a/data/icons/24x24/goa-account-flickr.png and /dev/null differ
diff --git a/data/icons/24x24/goa-account-foursquare.png b/data/icons/24x24/goa-account-foursquare.png
606deleted file mode 1006444deleted file mode 100644
index 349226d..0000000
607Binary files a/data/icons/24x24/goa-account-foursquare.png and /dev/null differ5Binary files a/data/icons/24x24/goa-account-foursquare.png and /dev/null differ
diff --git a/data/icons/24x24/goa-account-google.png b/data/icons/24x24/goa-account-google.png
608deleted file mode 1006446deleted file mode 100644
index 7fc4547..0000000
609Binary files a/data/icons/24x24/goa-account-google.png and /dev/null differ7Binary files a/data/icons/24x24/goa-account-google.png and /dev/null differ
diff --git a/data/icons/24x24/goa-account-msn.png b/data/icons/24x24/goa-account-msn.png
610deleted file mode 1006448deleted file mode 100644
index 96c2fe7..0000000
611Binary files a/data/icons/24x24/goa-account-msn.png and /dev/null differ9Binary files a/data/icons/24x24/goa-account-msn.png and /dev/null differ
diff --git a/data/icons/24x24/goa-account-owncloud.png b/data/icons/24x24/goa-account-owncloud.png
612deleted file mode 10064410deleted file mode 100644
index 4bf2f10..0000000
613Binary files a/data/icons/24x24/goa-account-owncloud.png and /dev/null differ11Binary files a/data/icons/24x24/goa-account-owncloud.png and /dev/null differ
diff --git a/data/icons/24x24/goa-account-pocket.png b/data/icons/24x24/goa-account-pocket.png
614deleted file mode 10064412deleted file mode 100644
index 569d965..0000000
615Binary files a/data/icons/24x24/goa-account-pocket.png and /dev/null differ13Binary files a/data/icons/24x24/goa-account-pocket.png and /dev/null differ
diff --git a/data/icons/24x24/goa-account-todoist.png b/data/icons/24x24/goa-account-todoist.png
616deleted file mode 10064414deleted file mode 100644
index cbd6466..0000000
617Binary files a/data/icons/24x24/goa-account-todoist.png and /dev/null differ15Binary files a/data/icons/24x24/goa-account-todoist.png and /dev/null differ
diff --git a/data/icons/24x24/goa-account.png b/data/icons/24x24/goa-account.png
618deleted file mode 10064416deleted file mode 100644
index 3860c2c..0000000
619Binary files a/data/icons/24x24/goa-account.png and /dev/null differ17Binary files a/data/icons/24x24/goa-account.png and /dev/null differ
diff --git a/data/icons/256x256/goa-account.png b/data/icons/256x256/goa-account.png
620deleted file mode 10064418deleted file mode 100644
index c0b2239..0000000
621Binary files a/data/icons/256x256/goa-account.png and /dev/null differ19Binary files a/data/icons/256x256/goa-account.png and /dev/null differ
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am
622deleted file mode 10064420deleted file mode 100644
index 8a0b612..0000000
--- a/data/icons/32x32/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
1NULL =
2
3icondir = $(datadir)/icons/hicolor/32x32/apps
4icon_DATA = \
5 goa-account.png \
6 goa-account-facebook.png \
7 goa-account-flickr.png \
8 goa-account-google.png \
9 goa-account-msn.png \
10 goa-account-owncloud.png \
11 goa-account-pocket.png \
12 goa-account-foursquare.png \
13 goa-account-todoist.png \
14 $(NULL)
15
16EXTRA_DIST = \
17 $(icon_DATA)
18
19clean-local :
20 rm -f *~
21
22-include $(top_srcdir)/git.mk
diff --git a/data/icons/32x32/Makefile.in b/data/icons/32x32/Makefile.in
23deleted file mode 1006440deleted file mode 100644
index 5ac68a0..0000000
--- a/data/icons/32x32/Makefile.in
+++ /dev/null
@@ -1,601 +0,0 @@
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28}
29am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = data/icons/32x32
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
94 $(top_srcdir)/m4/ax_append_flag.m4 \
95 $(top_srcdir)/m4/ax_append_link_flags.m4 \
96 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
97 $(top_srcdir)/m4/ax_check_link_flag.m4 \
98 $(top_srcdir)/m4/ax_compiler_flags.m4 \
99 $(top_srcdir)/m4/ax_compiler_flags_cflags.m4 \
100 $(top_srcdir)/m4/ax_compiler_flags_gir.m4 \
101 $(top_srcdir)/m4/ax_compiler_flags_ldflags.m4 \
102 $(top_srcdir)/m4/ax_is_release.m4 \
103 $(top_srcdir)/m4/ax_require_defined.m4 \
104 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gsettings.m4 \
105 $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
106 $(top_srcdir)/m4/intlmacosx.m4 \
107 $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/lib-ld.m4 \
108 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
109 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
110 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
111 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
112 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
113 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/vapigen.m4 \
114 $(top_srcdir)/configure.ac
115am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116 $(ACLOCAL_M4)
117DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
118mkinstalldirs = $(install_sh) -d
119CONFIG_HEADER = $(top_builddir)/config.h
120CONFIG_CLEAN_FILES =
121CONFIG_CLEAN_VPATH_FILES =
122AM_V_P = $(am__v_P_@AM_V@)
123am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
124am__v_P_0 = false
125am__v_P_1 = :
126AM_V_GEN = $(am__v_GEN_@AM_V@)
127am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
128am__v_GEN_0 = @echo " GEN " $@;
129am__v_GEN_1 =
130AM_V_at = $(am__v_at_@AM_V@)
131am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
132am__v_at_0 = @
133am__v_at_1 =
134SOURCES =
135DIST_SOURCES =
136am__can_run_installinfo = \
137 case $$AM_UPDATE_INFO_DIR in \
138 n|no|NO) false;; \
139 *) (install-info --version) >/dev/null 2>&1;; \
140 esac
141am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
142am__vpath_adj = case $$p in \
143 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
144 *) f=$$p;; \
145 esac;
146am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
147am__install_max = 40
148am__nobase_strip_setup = \
149 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
150am__nobase_strip = \
151 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
152am__nobase_list = $(am__nobase_strip_setup); \
153 for p in $$list; do echo "$$p $$p"; done | \
154 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
155 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
156 if (++n[$$2] == $(am__install_max)) \
157 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
158 END { for (dir in files) print dir, files[dir] }'
159am__base_list = \
160 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
161 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
162am__uninstall_files_from_dir = { \
163 test -z "$$files" \
164 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
165 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
166 $(am__cd) "$$dir" && rm -f $$files; }; \
167 }
168am__installdirs = "$(DESTDIR)$(icondir)"
169DATA = $(icon_DATA)
170am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
171am__DIST_COMMON = $(srcdir)/Makefile.in
172DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
173ACLOCAL = @ACLOCAL@
174AMTAR = @AMTAR@
175AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
176AR = @AR@
177AUTOCONF = @AUTOCONF@
178AUTOHEADER = @AUTOHEADER@
179AUTOMAKE = @AUTOMAKE@
180AWK = @AWK@
181CC = @CC@
182CCDEPMODE = @CCDEPMODE@
183CFLAGS = @CFLAGS@
184CPP = @CPP@
185CPPFLAGS = @CPPFLAGS@
186CYGPATH_W = @CYGPATH_W@
187DEFS = @DEFS@
188DEPDIR = @DEPDIR@
189DLLTOOL = @DLLTOOL@
190DSYMUTIL = @DSYMUTIL@
191DUMPBIN = @DUMPBIN@
192ECHO_C = @ECHO_C@
193ECHO_N = @ECHO_N@
194ECHO_T = @ECHO_T@
195EGREP = @EGREP@
196EXEEXT = @EXEEXT@
197FGREP = @FGREP@
198GCR_CFLAGS = @GCR_CFLAGS@
199GCR_LIBS = @GCR_LIBS@
200GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
201GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
202GLIB_CFLAGS = @GLIB_CFLAGS@
203GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
204GLIB_LIBS = @GLIB_LIBS@
205GMSGFMT = @GMSGFMT@
206GMSGFMT_015 = @GMSGFMT_015@
207GOA_BACKEND_LT_VERSION = @GOA_BACKEND_LT_VERSION@
208GOA_LT_VERSION = @GOA_LT_VERSION@
209GOA_MAJOR_VERSION = @GOA_MAJOR_VERSION@
210GOA_MICRO_VERSION = @GOA_MICRO_VERSION@
211GOA_MINOR_VERSION = @GOA_MINOR_VERSION@
212GREP = @GREP@
213GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
214GTKDOC_CHECK = @GTKDOC_CHECK@
215GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
216GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
217GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
218GTKDOC_MKPDF = @GTKDOC_MKPDF@
219GTKDOC_REBASE = @GTKDOC_REBASE@
220GTK_CFLAGS = @GTK_CFLAGS@
221GTK_LIBS = @GTK_LIBS@
222HTML_DIR = @HTML_DIR@
223INSTALL = @INSTALL@
224INSTALL_DATA = @INSTALL_DATA@
225INSTALL_PROGRAM = @INSTALL_PROGRAM@
226INSTALL_SCRIPT = @INSTALL_SCRIPT@
227INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
228INTLLIBS = @INTLLIBS@
229INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
230INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
231INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
232INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
233INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
234INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
235INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
236INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
237INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
238JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
239JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
240KRB5_CFLAGS = @KRB5_CFLAGS@
241KRB5_CONFIG = @KRB5_CONFIG@
242KRB5_LIBS = @KRB5_LIBS@
243LD = @LD@
244LDFLAGS = @LDFLAGS@
245LIBICONV = @LIBICONV@
246LIBINTL = @LIBINTL@
247LIBOBJS = @LIBOBJS@
248LIBS = @LIBS@
249LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
250LIBSOUP_LIBS = @LIBSOUP_LIBS@
251LIBTOOL = @LIBTOOL@
252LIBXML_CFLAGS = @LIBXML_CFLAGS@
253LIBXML_LIBS = @LIBXML_LIBS@
254LIPO = @LIPO@
255LN_S = @LN_S@
256LTLIBICONV = @LTLIBICONV@
257LTLIBINTL = @LTLIBINTL@
258LTLIBOBJS = @LTLIBOBJS@
259LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
260MAINT = @MAINT@
261MAKEINFO = @MAKEINFO@
262MANIFEST_TOOL = @MANIFEST_TOOL@
263MKDIR_P = @MKDIR_P@
264MSGFMT = @MSGFMT@
265MSGFMT_015 = @MSGFMT_015@
266MSGMERGE = @MSGMERGE@
267NM = @NM@
268NMEDIT = @NMEDIT@
269OBJDUMP = @OBJDUMP@
270OBJEXT = @OBJEXT@
271OTOOL = @OTOOL@
272OTOOL64 = @OTOOL64@
273PACKAGE = @PACKAGE@
274PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
275PACKAGE_NAME = @PACKAGE_NAME@
276PACKAGE_STRING = @PACKAGE_STRING@
277PACKAGE_TARNAME = @PACKAGE_TARNAME@
278PACKAGE_URL = @PACKAGE_URL@
279PACKAGE_VERSION = @PACKAGE_VERSION@
280PATH_SEPARATOR = @PATH_SEPARATOR@
281PKG_CONFIG = @PKG_CONFIG@
282PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
283PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
284POSUB = @POSUB@
285RANLIB = @RANLIB@
286REST_CFLAGS = @REST_CFLAGS@
287REST_LIBS = @REST_LIBS@
288SECRET_CFLAGS = @SECRET_CFLAGS@
289SECRET_LIBS = @SECRET_LIBS@
290SED = @SED@
291SET_MAKE = @SET_MAKE@
292SHELL = @SHELL@
293STRIP = @STRIP@
294USE_NLS = @USE_NLS@
295VAPIGEN = @VAPIGEN@
296VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
297VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
298VERSION = @VERSION@
299WARN_CFLAGS = @WARN_CFLAGS@
300WARN_LDFLAGS = @WARN_LDFLAGS@
301WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
302WEBKIT_GTK_CFLAGS = @WEBKIT_GTK_CFLAGS@
303WEBKIT_GTK_LIBS = @WEBKIT_GTK_LIBS@
304XGETTEXT = @XGETTEXT@
305XGETTEXT_015 = @XGETTEXT_015@
306XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
307XSLTPROC = @XSLTPROC@
308abs_builddir = @abs_builddir@
309abs_srcdir = @abs_srcdir@
310abs_top_builddir = @abs_top_builddir@
311abs_top_srcdir = @abs_top_srcdir@
312ac_ct_AR = @ac_ct_AR@
313ac_ct_CC = @ac_ct_CC@
314ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
315am__include = @am__include@
316am__leading_dot = @am__leading_dot@
317am__quote = @am__quote@
318am__tar = @am__tar@
319am__untar = @am__untar@
320bindir = @bindir@
321build = @build@
322build_alias = @build_alias@
323build_cpu = @build_cpu@
324build_os = @build_os@
325build_vendor = @build_vendor@
326builddir = @builddir@
327datadir = @datadir@
328datarootdir = @datarootdir@
329docdir = @docdir@
330dvidir = @dvidir@
331exec_prefix = @exec_prefix@
332gsettingsschemadir = @gsettingsschemadir@
333host = @host@
334host_alias = @host_alias@
335host_cpu = @host_cpu@
336host_os = @host_os@
337host_vendor = @host_vendor@
338htmldir = @htmldir@
339includedir = @includedir@
340infodir = @infodir@
341install_sh = @install_sh@
342libdir = @libdir@
343libexecdir = @libexecdir@
344localedir = @localedir@
345localstatedir = @localstatedir@
346mandir = @mandir@
347mkdir_p = @mkdir_p@
348oldincludedir = @oldincludedir@
349pdfdir = @pdfdir@
350prefix = @prefix@
351program_transform_name = @program_transform_name@
352psdir = @psdir@
353sbindir = @sbindir@
354sharedstatedir = @sharedstatedir@
355srcdir = @srcdir@
356sysconfdir = @sysconfdir@
357target_alias = @target_alias@
358top_build_prefix = @top_build_prefix@
359top_builddir = @top_builddir@
360top_srcdir = @top_srcdir@
361NULL =
362icondir = $(datadir)/icons/hicolor/32x32/apps
363icon_DATA = \
364 goa-account.png \
365 goa-account-facebook.png \
366 goa-account-flickr.png \
367 goa-account-google.png \
368 goa-account-msn.png \
369 goa-account-owncloud.png \
370 goa-account-pocket.png \
371 goa-account-foursquare.png \
372 goa-account-todoist.png \
373 $(NULL)
374
375EXTRA_DIST = \
376 $(icon_DATA)
377
378all: all-am
379
380.SUFFIXES:
381$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
382 @for dep in $?; do \
383 case '$(am__configure_deps)' in \
384 *$$dep*) \
385 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
386 && { if test -f $@; then exit 0; else break; fi; }; \
387 exit 1;; \
388 esac; \
389 done; \
390 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/32x32/Makefile'; \
391 $(am__cd) $(top_srcdir) && \
392 $(AUTOMAKE) --foreign data/icons/32x32/Makefile
393Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
394 @case '$?' in \
395 *config.status*) \
396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
397 *) \
398 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
399 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
400 esac;
401
402$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404
405$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
406 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
407$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409$(am__aclocal_m4_deps):
410
411mostlyclean-libtool:
412 -rm -f *.lo
413
414clean-libtool:
415 -rm -rf .libs _libs
416install-iconDATA: $(icon_DATA)
417 @$(NORMAL_INSTALL)
418 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
419 if test -n "$$list"; then \
420 echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
421 $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
422 fi; \
423 for p in $$list; do \
424 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
425 echo "$$d$$p"; \
426 done | $(am__base_list) | \
427 while read files; do \
428 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
429 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
430 done
431
432uninstall-iconDATA:
433 @$(NORMAL_UNINSTALL)
434 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
435 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
436 dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
437tags TAGS:
438
439ctags CTAGS:
440
441cscope cscopelist:
442
443
444distdir: $(DISTFILES)
445 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
446 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
447 list='$(DISTFILES)'; \
448 dist_files=`for file in $$list; do echo $$file; done | \
449 sed -e "s|^$$srcdirstrip/||;t" \
450 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
451 case $$dist_files in \
452 */*) $(MKDIR_P) `echo "$$dist_files" | \
453 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
454 sort -u` ;; \
455 esac; \
456 for file in $$dist_files; do \
457 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
458 if test -d $$d/$$file; then \
459 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
460 if test -d "$(distdir)/$$file"; then \
461 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
462 fi; \
463 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
464 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
465 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
466 fi; \
467 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
468 else \
469 test -f "$(distdir)/$$file" \
470 || cp -p $$d/$$file "$(distdir)/$$file" \
471 || exit 1; \
472 fi; \
473 done
474check-am: all-am
475check: check-am
476all-am: Makefile $(DATA)
477installdirs:
478 for dir in "$(DESTDIR)$(icondir)"; do \
479 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
480 done
481install: install-am
482install-exec: install-exec-am
483install-data: install-data-am
484uninstall: uninstall-am
485
486install-am: all-am
487 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
488
489installcheck: installcheck-am
490install-strip:
491 if test -z '$(STRIP)'; then \
492 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
493 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
494 install; \
495 else \
496 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
497 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
498 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
499 fi
500mostlyclean-generic:
501
502clean-generic:
503
504distclean-generic:
505 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
506 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
507
508maintainer-clean-generic:
509 @echo "This command is intended for maintainers to use"
510 @echo "it deletes files that may require special tools to rebuild."
511clean: clean-am
512
513clean-am: clean-generic clean-libtool clean-local mostlyclean-am
514
515distclean: distclean-am
516 -rm -f Makefile
517distclean-am: clean-am distclean-generic
518
519dvi: dvi-am
520
521dvi-am:
522
523html: html-am
524
525html-am:
526
527info: info-am
528
529info-am:
530
531install-data-am: install-iconDATA
532
533install-dvi: install-dvi-am
534
535install-dvi-am:
536
537install-exec-am:
538
539install-html: install-html-am
540
541install-html-am:
542
543install-info: install-info-am
544
545install-info-am:
546
547install-man:
548
549install-pdf: install-pdf-am
550
551install-pdf-am:
552
553install-ps: install-ps-am
554
555install-ps-am:
556
557installcheck-am:
558
559maintainer-clean: maintainer-clean-am
560 -rm -f Makefile
561maintainer-clean-am: distclean-am maintainer-clean-generic
562
563mostlyclean: mostlyclean-am
564
565mostlyclean-am: mostlyclean-generic mostlyclean-libtool
566
567pdf: pdf-am
568
569pdf-am:
570
571ps: ps-am
572
573ps-am:
574
575uninstall-am: uninstall-iconDATA
576
577.MAKE: install-am install-strip
578
579.PHONY: all all-am check check-am clean clean-generic clean-libtool \
580 clean-local cscopelist-am ctags-am distclean distclean-generic \
581 distclean-libtool distdir dvi dvi-am html html-am info info-am \
582 install install-am install-data install-data-am install-dvi \
583 install-dvi-am install-exec install-exec-am install-html \
584 install-html-am install-iconDATA install-info install-info-am \
585 install-man install-pdf install-pdf-am install-ps \
586 install-ps-am install-strip installcheck installcheck-am \
587 installdirs maintainer-clean maintainer-clean-generic \
588 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
589 ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
590
591.PRECIOUS: Makefile
592
593
594clean-local :
595 rm -f *~
596
597-include $(top_srcdir)/git.mk
598
599# Tell versions [3.59,3.63) of GNU make to not export all variables.
600# Otherwise a system limit (for SysV at least) may be exceeded.
601.NOEXPORT:
diff --git a/data/icons/32x32/goa-account-facebook.png b/data/icons/32x32/goa-account-facebook.png
602deleted file mode 1006440deleted file mode 100644
index 7837505..0000000
603Binary files a/data/icons/32x32/goa-account-facebook.png and /dev/null differ1Binary files a/data/icons/32x32/goa-account-facebook.png and /dev/null differ
diff --git a/data/icons/32x32/goa-account-flickr.png b/data/icons/32x32/goa-account-flickr.png
604deleted file mode 1006442deleted file mode 100644
index da7af59..0000000
605Binary files a/data/icons/32x32/goa-account-flickr.png and /dev/null differ3Binary files a/data/icons/32x32/goa-account-flickr.png and /dev/null differ
diff --git a/data/icons/32x32/goa-account-foursquare.png b/data/icons/32x32/goa-account-foursquare.png
606deleted file mode 1006444deleted file mode 100644
index a72375a..0000000
607Binary files a/data/icons/32x32/goa-account-foursquare.png and /dev/null differ5Binary files a/data/icons/32x32/goa-account-foursquare.png and /dev/null differ
diff --git a/data/icons/32x32/goa-account-google.png b/data/icons/32x32/goa-account-google.png
608deleted file mode 1006446deleted file mode 100644
index cc371f4..0000000
609Binary files a/data/icons/32x32/goa-account-google.png and /dev/null differ7Binary files a/data/icons/32x32/goa-account-google.png and /dev/null differ
diff --git a/data/icons/32x32/goa-account-msn.png b/data/icons/32x32/goa-account-msn.png
610deleted file mode 1006448deleted file mode 100644
index f67aa22..0000000
611Binary files a/data/icons/32x32/goa-account-msn.png and /dev/null differ9Binary files a/data/icons/32x32/goa-account-msn.png and /dev/null differ
diff --git a/data/icons/32x32/goa-account-owncloud.png b/data/icons/32x32/goa-account-owncloud.png
612deleted file mode 10064410deleted file mode 100644
index b748019..0000000
613Binary files a/data/icons/32x32/goa-account-owncloud.png and /dev/null differ11Binary files a/data/icons/32x32/goa-account-owncloud.png and /dev/null differ
diff --git a/data/icons/32x32/goa-account-pocket.png b/data/icons/32x32/goa-account-pocket.png
614deleted file mode 10064412deleted file mode 100644
index 3f4cd66..0000000
615Binary files a/data/icons/32x32/goa-account-pocket.png and /dev/null differ13Binary files a/data/icons/32x32/goa-account-pocket.png and /dev/null differ
diff --git a/data/icons/32x32/goa-account-todoist.png b/data/icons/32x32/goa-account-todoist.png
616deleted file mode 10064414deleted file mode 100644
index 7c29d64..0000000
617Binary files a/data/icons/32x32/goa-account-todoist.png and /dev/null differ15Binary files a/data/icons/32x32/goa-account-todoist.png and /dev/null differ
diff --git a/data/icons/32x32/goa-account.png b/data/icons/32x32/goa-account.png
618deleted file mode 10064416deleted file mode 100644
index 9e641ec..0000000
619Binary files a/data/icons/32x32/goa-account.png and /dev/null differ17Binary files a/data/icons/32x32/goa-account.png and /dev/null differ
diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am
620deleted file mode 10064418deleted file mode 100644
index 8232309..0000000
--- a/data/icons/48x48/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
1NULL =
2
3icondir = $(datadir)/icons/hicolor/48x48/apps
4icon_DATA = \
5 goa-account.png \
6 goa-account-facebook.png \
7 goa-account-google.png \
8 goa-account-msn.png \
9 goa-account-owncloud.png \
10 goa-account-pocket.png \
11 goa-account-flickr.png \
12 goa-account-foursquare.png \
13 goa-account-todoist.png \
14 $(NULL)
15
16EXTRA_DIST = \
17 $(icon_DATA)
18
19clean-local :
20 rm -f *~
21
22-include $(top_srcdir)/git.mk
diff --git a/data/icons/48x48/Makefile.in b/data/icons/48x48/Makefile.in
23deleted file mode 1006440deleted file mode 100644
index 7b24487..0000000
--- a/data/icons/48x48/Makefile.in
+++ /dev/null
@@ -1,601 +0,0 @@
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28}
29am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = data/icons/48x48
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
94 $(top_srcdir)/m4/ax_append_flag.m4 \
95 $(top_srcdir)/m4/ax_append_link_flags.m4 \
96 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
97 $(top_srcdir)/m4/ax_check_link_flag.m4 \
98 $(top_srcdir)/m4/ax_compiler_flags.m4 \
99 $(top_srcdir)/m4/ax_compiler_flags_cflags.m4 \
100 $(top_srcdir)/m4/ax_compiler_flags_gir.m4 \
101 $(top_srcdir)/m4/ax_compiler_flags_ldflags.m4 \
102 $(top_srcdir)/m4/ax_is_release.m4 \
103 $(top_srcdir)/m4/ax_require_defined.m4 \
104 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gsettings.m4 \
105 $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
106 $(top_srcdir)/m4/intlmacosx.m4 \
107 $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/lib-ld.m4 \
108 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
109 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
110 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
111 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
112 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
113 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/vapigen.m4 \
114 $(top_srcdir)/configure.ac
115am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116 $(ACLOCAL_M4)
117DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
118mkinstalldirs = $(install_sh) -d
119CONFIG_HEADER = $(top_builddir)/config.h
120CONFIG_CLEAN_FILES =
121CONFIG_CLEAN_VPATH_FILES =
122AM_V_P = $(am__v_P_@AM_V@)
123am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
124am__v_P_0 = false
125am__v_P_1 = :
126AM_V_GEN = $(am__v_GEN_@AM_V@)
127am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
128am__v_GEN_0 = @echo " GEN " $@;
129am__v_GEN_1 =
130AM_V_at = $(am__v_at_@AM_V@)
131am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
132am__v_at_0 = @
133am__v_at_1 =
134SOURCES =
135DIST_SOURCES =
136am__can_run_installinfo = \
137 case $$AM_UPDATE_INFO_DIR in \
138 n|no|NO) false;; \
139 *) (install-info --version) >/dev/null 2>&1;; \
140 esac
141am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
142am__vpath_adj = case $$p in \
143 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
144 *) f=$$p;; \
145 esac;
146am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
147am__install_max = 40
148am__nobase_strip_setup = \
149 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
150am__nobase_strip = \
151 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
152am__nobase_list = $(am__nobase_strip_setup); \
153 for p in $$list; do echo "$$p $$p"; done | \
154 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
155 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
156 if (++n[$$2] == $(am__install_max)) \
157 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
158 END { for (dir in files) print dir, files[dir] }'
159am__base_list = \
160 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
161 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
162am__uninstall_files_from_dir = { \
163 test -z "$$files" \
164 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
165 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
166 $(am__cd) "$$dir" && rm -f $$files; }; \
167 }
168am__installdirs = "$(DESTDIR)$(icondir)"
169DATA = $(icon_DATA)
170am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
171am__DIST_COMMON = $(srcdir)/Makefile.in
172DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
173ACLOCAL = @ACLOCAL@
174AMTAR = @AMTAR@
175AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
176AR = @AR@
177AUTOCONF = @AUTOCONF@
178AUTOHEADER = @AUTOHEADER@
179AUTOMAKE = @AUTOMAKE@
180AWK = @AWK@
181CC = @CC@
182CCDEPMODE = @CCDEPMODE@
183CFLAGS = @CFLAGS@
184CPP = @CPP@
185CPPFLAGS = @CPPFLAGS@
186CYGPATH_W = @CYGPATH_W@
187DEFS = @DEFS@
188DEPDIR = @DEPDIR@
189DLLTOOL = @DLLTOOL@
190DSYMUTIL = @DSYMUTIL@
191DUMPBIN = @DUMPBIN@
192ECHO_C = @ECHO_C@
193ECHO_N = @ECHO_N@
194ECHO_T = @ECHO_T@
195EGREP = @EGREP@
196EXEEXT = @EXEEXT@
197FGREP = @FGREP@
198GCR_CFLAGS = @GCR_CFLAGS@
199GCR_LIBS = @GCR_LIBS@
200GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
201GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
202GLIB_CFLAGS = @GLIB_CFLAGS@
203GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
204GLIB_LIBS = @GLIB_LIBS@
205GMSGFMT = @GMSGFMT@
206GMSGFMT_015 = @GMSGFMT_015@
207GOA_BACKEND_LT_VERSION = @GOA_BACKEND_LT_VERSION@
208GOA_LT_VERSION = @GOA_LT_VERSION@
209GOA_MAJOR_VERSION = @GOA_MAJOR_VERSION@
210GOA_MICRO_VERSION = @GOA_MICRO_VERSION@
211GOA_MINOR_VERSION = @GOA_MINOR_VERSION@
212GREP = @GREP@
213GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
214GTKDOC_CHECK = @GTKDOC_CHECK@
215GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
216GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
217GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
218GTKDOC_MKPDF = @GTKDOC_MKPDF@
219GTKDOC_REBASE = @GTKDOC_REBASE@
220GTK_CFLAGS = @GTK_CFLAGS@
221GTK_LIBS = @GTK_LIBS@
222HTML_DIR = @HTML_DIR@
223INSTALL = @INSTALL@
224INSTALL_DATA = @INSTALL_DATA@
225INSTALL_PROGRAM = @INSTALL_PROGRAM@
226INSTALL_SCRIPT = @INSTALL_SCRIPT@
227INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
228INTLLIBS = @INTLLIBS@
229INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
230INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
231INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
232INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
233INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
234INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
235INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
236INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
237INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
238JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
239JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
240KRB5_CFLAGS = @KRB5_CFLAGS@
241KRB5_CONFIG = @KRB5_CONFIG@
242KRB5_LIBS = @KRB5_LIBS@
243LD = @LD@
244LDFLAGS = @LDFLAGS@
245LIBICONV = @LIBICONV@
246LIBINTL = @LIBINTL@
247LIBOBJS = @LIBOBJS@
248LIBS = @LIBS@
249LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
250LIBSOUP_LIBS = @LIBSOUP_LIBS@
251LIBTOOL = @LIBTOOL@
252LIBXML_CFLAGS = @LIBXML_CFLAGS@
253LIBXML_LIBS = @LIBXML_LIBS@
254LIPO = @LIPO@
255LN_S = @LN_S@
256LTLIBICONV = @LTLIBICONV@
257LTLIBINTL = @LTLIBINTL@
258LTLIBOBJS = @LTLIBOBJS@
259LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
260MAINT = @MAINT@
261MAKEINFO = @MAKEINFO@
262MANIFEST_TOOL = @MANIFEST_TOOL@
263MKDIR_P = @MKDIR_P@
264MSGFMT = @MSGFMT@
265MSGFMT_015 = @MSGFMT_015@
266MSGMERGE = @MSGMERGE@
267NM = @NM@
268NMEDIT = @NMEDIT@
269OBJDUMP = @OBJDUMP@
270OBJEXT = @OBJEXT@
271OTOOL = @OTOOL@
272OTOOL64 = @OTOOL64@
273PACKAGE = @PACKAGE@
274PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
275PACKAGE_NAME = @PACKAGE_NAME@
276PACKAGE_STRING = @PACKAGE_STRING@
277PACKAGE_TARNAME = @PACKAGE_TARNAME@
278PACKAGE_URL = @PACKAGE_URL@
279PACKAGE_VERSION = @PACKAGE_VERSION@
280PATH_SEPARATOR = @PATH_SEPARATOR@
281PKG_CONFIG = @PKG_CONFIG@
282PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
283PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
284POSUB = @POSUB@
285RANLIB = @RANLIB@
286REST_CFLAGS = @REST_CFLAGS@
287REST_LIBS = @REST_LIBS@
288SECRET_CFLAGS = @SECRET_CFLAGS@
289SECRET_LIBS = @SECRET_LIBS@
290SED = @SED@
291SET_MAKE = @SET_MAKE@
292SHELL = @SHELL@
293STRIP = @STRIP@
294USE_NLS = @USE_NLS@
295VAPIGEN = @VAPIGEN@
296VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
297VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
298VERSION = @VERSION@
299WARN_CFLAGS = @WARN_CFLAGS@
300WARN_LDFLAGS = @WARN_LDFLAGS@
301WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
302WEBKIT_GTK_CFLAGS = @WEBKIT_GTK_CFLAGS@
303WEBKIT_GTK_LIBS = @WEBKIT_GTK_LIBS@
304XGETTEXT = @XGETTEXT@
305XGETTEXT_015 = @XGETTEXT_015@
306XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
307XSLTPROC = @XSLTPROC@
308abs_builddir = @abs_builddir@
309abs_srcdir = @abs_srcdir@
310abs_top_builddir = @abs_top_builddir@
311abs_top_srcdir = @abs_top_srcdir@
312ac_ct_AR = @ac_ct_AR@
313ac_ct_CC = @ac_ct_CC@
314ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
315am__include = @am__include@
316am__leading_dot = @am__leading_dot@
317am__quote = @am__quote@
318am__tar = @am__tar@
319am__untar = @am__untar@
320bindir = @bindir@
321build = @build@
322build_alias = @build_alias@
323build_cpu = @build_cpu@
324build_os = @build_os@
325build_vendor = @build_vendor@
326builddir = @builddir@
327datadir = @datadir@
328datarootdir = @datarootdir@
329docdir = @docdir@
330dvidir = @dvidir@
331exec_prefix = @exec_prefix@
332gsettingsschemadir = @gsettingsschemadir@
333host = @host@
334host_alias = @host_alias@
335host_cpu = @host_cpu@
336host_os = @host_os@
337host_vendor = @host_vendor@
338htmldir = @htmldir@
339includedir = @includedir@
340infodir = @infodir@
341install_sh = @install_sh@
342libdir = @libdir@
343libexecdir = @libexecdir@
344localedir = @localedir@
345localstatedir = @localstatedir@
346mandir = @mandir@
347mkdir_p = @mkdir_p@
348oldincludedir = @oldincludedir@
349pdfdir = @pdfdir@
350prefix = @prefix@
351program_transform_name = @program_transform_name@
352psdir = @psdir@
353sbindir = @sbindir@
354sharedstatedir = @sharedstatedir@
355srcdir = @srcdir@
356sysconfdir = @sysconfdir@
357target_alias = @target_alias@
358top_build_prefix = @top_build_prefix@
359top_builddir = @top_builddir@
360top_srcdir = @top_srcdir@
361NULL =
362icondir = $(datadir)/icons/hicolor/48x48/apps
363icon_DATA = \
364 goa-account.png \
365 goa-account-facebook.png \
366 goa-account-google.png \
367 goa-account-msn.png \
368 goa-account-owncloud.png \
369 goa-account-pocket.png \
370 goa-account-flickr.png \
371 goa-account-foursquare.png \
372 goa-account-todoist.png \
373 $(NULL)
374
375EXTRA_DIST = \
376 $(icon_DATA)
377
378all: all-am
379
380.SUFFIXES:
381$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
382 @for dep in $?; do \
383 case '$(am__configure_deps)' in \
384 *$$dep*) \
385 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
386 && { if test -f $@; then exit 0; else break; fi; }; \
387 exit 1;; \
388 esac; \
389 done; \
390 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/48x48/Makefile'; \
391 $(am__cd) $(top_srcdir) && \
392 $(AUTOMAKE) --foreign data/icons/48x48/Makefile
393Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
394 @case '$?' in \
395 *config.status*) \
396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
397 *) \
398 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
399 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
400 esac;
401
402$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404
405$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
406 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
407$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409$(am__aclocal_m4_deps):
410
411mostlyclean-libtool:
412 -rm -f *.lo
413
414clean-libtool:
415 -rm -rf .libs _libs
416install-iconDATA: $(icon_DATA)
417 @$(NORMAL_INSTALL)
418 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
419 if test -n "$$list"; then \
420 echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
421 $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
422 fi; \
423 for p in $$list; do \
424 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
425 echo "$$d$$p"; \
426 done | $(am__base_list) | \
427 while read files; do \
428 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
429 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
430 done
431
432uninstall-iconDATA:
433 @$(NORMAL_UNINSTALL)
434 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
435 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
436 dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
437tags TAGS:
438
439ctags CTAGS:
440
441cscope cscopelist:
442
443
444distdir: $(DISTFILES)
445 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
446 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
447 list='$(DISTFILES)'; \
448 dist_files=`for file in $$list; do echo $$file; done | \
449 sed -e "s|^$$srcdirstrip/||;t" \
450 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
451 case $$dist_files in \
452 */*) $(MKDIR_P) `echo "$$dist_files" | \
453 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
454 sort -u` ;; \
455 esac; \
456 for file in $$dist_files; do \
457 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
458 if test -d $$d/$$file; then \
459 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
460 if test -d "$(distdir)/$$file"; then \
461 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
462 fi; \
463 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
464 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
465 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
466 fi; \
467 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
468 else \
469 test -f "$(distdir)/$$file" \
470 || cp -p $$d/$$file "$(distdir)/$$file" \
471 || exit 1; \
472 fi; \
473 done
474check-am: all-am
475check: check-am
476all-am: Makefile $(DATA)
477installdirs:
478 for dir in "$(DESTDIR)$(icondir)"; do \
479 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
480 done
481install: install-am
482install-exec: install-exec-am
483install-data: install-data-am
484uninstall: uninstall-am
485
486install-am: all-am
487 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
488
489installcheck: installcheck-am
490install-strip:
491 if test -z '$(STRIP)'; then \
492 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
493 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
494 install; \
495 else \
496 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
497 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
498 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
499 fi
500mostlyclean-generic:
501
502clean-generic:
503
504distclean-generic:
505 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
506 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
507
508maintainer-clean-generic:
509 @echo "This command is intended for maintainers to use"
510 @echo "it deletes files that may require special tools to rebuild."
511clean: clean-am
512
513clean-am: clean-generic clean-libtool clean-local mostlyclean-am
514
515distclean: distclean-am
516 -rm -f Makefile
517distclean-am: clean-am distclean-generic
518
519dvi: dvi-am
520
521dvi-am:
522
523html: html-am
524
525html-am:
526
527info: info-am
528
529info-am:
530
531install-data-am: install-iconDATA
532
533install-dvi: install-dvi-am
534
535install-dvi-am:
536
537install-exec-am:
538
539install-html: install-html-am
540
541install-html-am:
542
543install-info: install-info-am
544
545install-info-am:
546
547install-man:
548
549install-pdf: install-pdf-am
550
551install-pdf-am:
552
553install-ps: install-ps-am
554
555install-ps-am:
556
557installcheck-am:
558
559maintainer-clean: maintainer-clean-am
560 -rm -f Makefile
561maintainer-clean-am: distclean-am maintainer-clean-generic
562
563mostlyclean: mostlyclean-am
564
565mostlyclean-am: mostlyclean-generic mostlyclean-libtool
566
567pdf: pdf-am
568
569pdf-am:
570
571ps: ps-am
572
573ps-am:
574
575uninstall-am: uninstall-iconDATA
576
577.MAKE: install-am install-strip
578
579.PHONY: all all-am check check-am clean clean-generic clean-libtool \
580 clean-local cscopelist-am ctags-am distclean distclean-generic \
581 distclean-libtool distdir dvi dvi-am html html-am info info-am \
582 install install-am install-data install-data-am install-dvi \
583 install-dvi-am install-exec install-exec-am install-html \
584 install-html-am install-iconDATA install-info install-info-am \
585 install-man install-pdf install-pdf-am install-ps \
586 install-ps-am install-strip installcheck installcheck-am \
587 installdirs maintainer-clean maintainer-clean-generic \
588 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
589 ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
590
591.PRECIOUS: Makefile
592
593
594clean-local :
595 rm -f *~
596
597-include $(top_srcdir)/git.mk
598
599# Tell versions [3.59,3.63) of GNU make to not export all variables.
600# Otherwise a system limit (for SysV at least) may be exceeded.
601.NOEXPORT:
diff --git a/data/icons/48x48/goa-account-facebook.png b/data/icons/48x48/goa-account-facebook.png
602deleted file mode 1006440deleted file mode 100644
index 33b746a..0000000
603Binary files a/data/icons/48x48/goa-account-facebook.png and /dev/null differ1Binary files a/data/icons/48x48/goa-account-facebook.png and /dev/null differ
diff --git a/data/icons/48x48/goa-account-flickr.png b/data/icons/48x48/goa-account-flickr.png
604deleted file mode 1006442deleted file mode 100644
index 15a2a95..0000000
605Binary files a/data/icons/48x48/goa-account-flickr.png and /dev/null differ3Binary files a/data/icons/48x48/goa-account-flickr.png and /dev/null differ
diff --git a/data/icons/48x48/goa-account-foursquare.png b/data/icons/48x48/goa-account-foursquare.png
606deleted file mode 1006444deleted file mode 100644
index 0e14443..0000000
607Binary files a/data/icons/48x48/goa-account-foursquare.png and /dev/null differ5Binary files a/data/icons/48x48/goa-account-foursquare.png and /dev/null differ
diff --git a/data/icons/48x48/goa-account-google.png b/data/icons/48x48/goa-account-google.png
608deleted file mode 1006446deleted file mode 100644
index 8d80315..0000000
609Binary files a/data/icons/48x48/goa-account-google.png and /dev/null differ7Binary files a/data/icons/48x48/goa-account-google.png and /dev/null differ
diff --git a/data/icons/48x48/goa-account-msn.png b/data/icons/48x48/goa-account-msn.png
610deleted file mode 1006448deleted file mode 100644
index 0199248..0000000
611Binary files a/data/icons/48x48/goa-account-msn.png and /dev/null differ9Binary files a/data/icons/48x48/goa-account-msn.png and /dev/null differ
diff --git a/data/icons/48x48/goa-account-owncloud.png b/data/icons/48x48/goa-account-owncloud.png
612deleted file mode 10064410deleted file mode 100644
index 80f7f7c..0000000
613Binary files a/data/icons/48x48/goa-account-owncloud.png and /dev/null differ11Binary files a/data/icons/48x48/goa-account-owncloud.png and /dev/null differ
diff --git a/data/icons/48x48/goa-account-pocket.png b/data/icons/48x48/goa-account-pocket.png
614deleted file mode 10064412deleted file mode 100644
index a8a9dc4..0000000
615Binary files a/data/icons/48x48/goa-account-pocket.png and /dev/null differ13Binary files a/data/icons/48x48/goa-account-pocket.png and /dev/null differ
diff --git a/data/icons/48x48/goa-account-todoist.png b/data/icons/48x48/goa-account-todoist.png
616deleted file mode 10064414deleted file mode 100644
index 449e452..0000000
617Binary files a/data/icons/48x48/goa-account-todoist.png and /dev/null differ15Binary files a/data/icons/48x48/goa-account-todoist.png and /dev/null differ
diff --git a/data/icons/48x48/goa-account.png b/data/icons/48x48/goa-account.png
618deleted file mode 10064416deleted file mode 100644
index 5edaf1c..0000000
619Binary files a/data/icons/48x48/goa-account.png and /dev/null differ17Binary files a/data/icons/48x48/goa-account.png and /dev/null differ
diff --git a/data/icons/96x96/Makefile.am b/data/icons/96x96/Makefile.am
620deleted file mode 10064418deleted file mode 100644
index bc174ef..0000000
--- a/data/icons/96x96/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
1NULL =
2
3icondir = $(datadir)/icons/hicolor/96x96/apps
4icon_DATA = \
5 goa-account.png \
6 goa-account-facebook.png \
7 goa-account-google.png \
8 goa-account-msn.png \
9 goa-account-owncloud.png \
10 goa-account-pocket.png \
11 goa-account-flickr.png \
12 goa-account-foursquare.png \
13 goa-account-todoist.png \
14 $(NULL)
15
16EXTRA_DIST = \
17 $(icon_DATA)
18
19clean-local :
20 rm -f *~
21
22-include $(top_srcdir)/git.mk
diff --git a/data/icons/96x96/Makefile.in b/data/icons/96x96/Makefile.in
23deleted file mode 1006440deleted file mode 100644
index 64cc91e..0000000
--- a/data/icons/96x96/Makefile.in
+++ /dev/null
@@ -1,601 +0,0 @@
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19 if test -z '$(MAKELEVEL)'; then \
20 false; \
21 elif test -n '$(MAKE_HOST)'; then \
22 true; \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24 true; \
25 else \
26 false; \
27 fi; \
28}
29am__make_running_with_option = \
30 case $${target_option-} in \
31 ?) ;; \
32 *) echo "am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
34 exit 1;; \
35 esac; \
36 has_opt=no; \
37 sane_makeflags=$$MAKEFLAGS; \
38 if $(am__is_gnu_make); then \
39 sane_makeflags=$$MFLAGS; \
40 else \
41 case $$MAKEFLAGS in \
42 *\\[\ \ ]*) \
43 bs=\\; \
44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
46 esac; \
47 fi; \
48 skip_next=no; \
49 strip_trailopt () \
50 { \
51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 }; \
53 for flg in $$sane_makeflags; do \
54 test $$skip_next = yes && { skip_next=no; continue; }; \
55 case $$flg in \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
65 esac; \
66 case $$flg in \
67 *$$target_option*) has_opt=yes; break;; \
68 esac; \
69 done; \
70 test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = data/icons/96x96
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
94 $(top_srcdir)/m4/ax_append_flag.m4 \
95 $(top_srcdir)/m4/ax_append_link_flags.m4 \
96 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
97 $(top_srcdir)/m4/ax_check_link_flag.m4 \
98 $(top_srcdir)/m4/ax_compiler_flags.m4 \
99 $(top_srcdir)/m4/ax_compiler_flags_cflags.m4 \
100 $(top_srcdir)/m4/ax_compiler_flags_gir.m4 \
101 $(top_srcdir)/m4/ax_compiler_flags_ldflags.m4 \
102 $(top_srcdir)/m4/ax_is_release.m4 \
103 $(top_srcdir)/m4/ax_require_defined.m4 \
104 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gsettings.m4 \
105 $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
106 $(top_srcdir)/m4/intlmacosx.m4 \
107 $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/lib-ld.m4 \
108 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
109 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
110 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
111 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
112 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
113 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/vapigen.m4 \
114 $(top_srcdir)/configure.ac
115am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116 $(ACLOCAL_M4)
117DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
118mkinstalldirs = $(install_sh) -d
119CONFIG_HEADER = $(top_builddir)/config.h
120CONFIG_CLEAN_FILES =
121CONFIG_CLEAN_VPATH_FILES =
122AM_V_P = $(am__v_P_@AM_V@)
123am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
124am__v_P_0 = false
125am__v_P_1 = :
126AM_V_GEN = $(am__v_GEN_@AM_V@)
127am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
128am__v_GEN_0 = @echo " GEN " $@;
129am__v_GEN_1 =
130AM_V_at = $(am__v_at_@AM_V@)
131am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
132am__v_at_0 = @
133am__v_at_1 =
134SOURCES =
135DIST_SOURCES =
136am__can_run_installinfo = \
137 case $$AM_UPDATE_INFO_DIR in \
138 n|no|NO) false;; \
139 *) (install-info --version) >/dev/null 2>&1;; \
140 esac
141am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
142am__vpath_adj = case $$p in \
143 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
144 *) f=$$p;; \
145 esac;
146am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
147am__install_max = 40
148am__nobase_strip_setup = \
149 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
150am__nobase_strip = \
151 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
152am__nobase_list = $(am__nobase_strip_setup); \
153 for p in $$list; do echo "$$p $$p"; done | \
154 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
155 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
156 if (++n[$$2] == $(am__install_max)) \
157 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
158 END { for (dir in files) print dir, files[dir] }'
159am__base_list = \
160 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
161 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
162am__uninstall_files_from_dir = { \
163 test -z "$$files" \
164 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
165 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
166 $(am__cd) "$$dir" && rm -f $$files; }; \
167 }
168am__installdirs = "$(DESTDIR)$(icondir)"
169DATA = $(icon_DATA)
170am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
171am__DIST_COMMON = $(srcdir)/Makefile.in
172DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
173ACLOCAL = @ACLOCAL@
174AMTAR = @AMTAR@
175AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
176AR = @AR@
177AUTOCONF = @AUTOCONF@
178AUTOHEADER = @AUTOHEADER@
179AUTOMAKE = @AUTOMAKE@
180AWK = @AWK@
181CC = @CC@
182CCDEPMODE = @CCDEPMODE@
183CFLAGS = @CFLAGS@
184CPP = @CPP@
185CPPFLAGS = @CPPFLAGS@
186CYGPATH_W = @CYGPATH_W@
187DEFS = @DEFS@
188DEPDIR = @DEPDIR@
189DLLTOOL = @DLLTOOL@
190DSYMUTIL = @DSYMUTIL@
191DUMPBIN = @DUMPBIN@
192ECHO_C = @ECHO_C@
193ECHO_N = @ECHO_N@
194ECHO_T = @ECHO_T@
195EGREP = @EGREP@
196EXEEXT = @EXEEXT@
197FGREP = @FGREP@
198GCR_CFLAGS = @GCR_CFLAGS@
199GCR_LIBS = @GCR_LIBS@
200GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
201GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
202GLIB_CFLAGS = @GLIB_CFLAGS@
203GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
204GLIB_LIBS = @GLIB_LIBS@
205GMSGFMT = @GMSGFMT@
206GMSGFMT_015 = @GMSGFMT_015@
207GOA_BACKEND_LT_VERSION = @GOA_BACKEND_LT_VERSION@
208GOA_LT_VERSION = @GOA_LT_VERSION@
209GOA_MAJOR_VERSION = @GOA_MAJOR_VERSION@
210GOA_MICRO_VERSION = @GOA_MICRO_VERSION@
211GOA_MINOR_VERSION = @GOA_MINOR_VERSION@
212GREP = @GREP@
213GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
214GTKDOC_CHECK = @GTKDOC_CHECK@
215GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
216GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
217GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
218GTKDOC_MKPDF = @GTKDOC_MKPDF@
219GTKDOC_REBASE = @GTKDOC_REBASE@
220GTK_CFLAGS = @GTK_CFLAGS@
221GTK_LIBS = @GTK_LIBS@
222HTML_DIR = @HTML_DIR@
223INSTALL = @INSTALL@
224INSTALL_DATA = @INSTALL_DATA@
225INSTALL_PROGRAM = @INSTALL_PROGRAM@
226INSTALL_SCRIPT = @INSTALL_SCRIPT@
227INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
228INTLLIBS = @INTLLIBS@
229INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
230INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
231INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
232INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
233INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
234INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
235INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
236INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
237INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
238JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
239JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
240KRB5_CFLAGS = @KRB5_CFLAGS@
241KRB5_CONFIG = @KRB5_CONFIG@
242KRB5_LIBS = @KRB5_LIBS@
243LD = @LD@
244LDFLAGS = @LDFLAGS@
245LIBICONV = @LIBICONV@
246LIBINTL = @LIBINTL@
247LIBOBJS = @LIBOBJS@
248LIBS = @LIBS@
249LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
250LIBSOUP_LIBS = @LIBSOUP_LIBS@
251LIBTOOL = @LIBTOOL@
252LIBXML_CFLAGS = @LIBXML_CFLAGS@
253LIBXML_LIBS = @LIBXML_LIBS@
254LIPO = @LIPO@
255LN_S = @LN_S@
256LTLIBICONV = @LTLIBICONV@
257LTLIBINTL = @LTLIBINTL@
258LTLIBOBJS = @LTLIBOBJS@
259LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
260MAINT = @MAINT@
261MAKEINFO = @MAKEINFO@
262MANIFEST_TOOL = @MANIFEST_TOOL@
263MKDIR_P = @MKDIR_P@
264MSGFMT = @MSGFMT@
265MSGFMT_015 = @MSGFMT_015@
266MSGMERGE = @MSGMERGE@
267NM = @NM@
268NMEDIT = @NMEDIT@
269OBJDUMP = @OBJDUMP@
270OBJEXT = @OBJEXT@
271OTOOL = @OTOOL@
272OTOOL64 = @OTOOL64@
273PACKAGE = @PACKAGE@
274PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
275PACKAGE_NAME = @PACKAGE_NAME@
276PACKAGE_STRING = @PACKAGE_STRING@
277PACKAGE_TARNAME = @PACKAGE_TARNAME@
278PACKAGE_URL = @PACKAGE_URL@
279PACKAGE_VERSION = @PACKAGE_VERSION@
280PATH_SEPARATOR = @PATH_SEPARATOR@
281PKG_CONFIG = @PKG_CONFIG@
282PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
283PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
284POSUB = @POSUB@
285RANLIB = @RANLIB@
286REST_CFLAGS = @REST_CFLAGS@
287REST_LIBS = @REST_LIBS@
288SECRET_CFLAGS = @SECRET_CFLAGS@
289SECRET_LIBS = @SECRET_LIBS@
290SED = @SED@
291SET_MAKE = @SET_MAKE@
292SHELL = @SHELL@
293STRIP = @STRIP@
294USE_NLS = @USE_NLS@
295VAPIGEN = @VAPIGEN@
296VAPIGEN_MAKEFILE = @VAPIGEN_MAKEFILE@
297VAPIGEN_VAPIDIR = @VAPIGEN_VAPIDIR@
298VERSION = @VERSION@
299WARN_CFLAGS = @WARN_CFLAGS@
300WARN_LDFLAGS = @WARN_LDFLAGS@
301WARN_SCANNERFLAGS = @WARN_SCANNERFLAGS@
302WEBKIT_GTK_CFLAGS = @WEBKIT_GTK_CFLAGS@
303WEBKIT_GTK_LIBS = @WEBKIT_GTK_LIBS@
304XGETTEXT = @XGETTEXT@
305XGETTEXT_015 = @XGETTEXT_015@
306XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
307XSLTPROC = @XSLTPROC@
308abs_builddir = @abs_builddir@
309abs_srcdir = @abs_srcdir@
310abs_top_builddir = @abs_top_builddir@
311abs_top_srcdir = @abs_top_srcdir@
312ac_ct_AR = @ac_ct_AR@
313ac_ct_CC = @ac_ct_CC@
314ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
315am__include = @am__include@
316am__leading_dot = @am__leading_dot@
317am__quote = @am__quote@
318am__tar = @am__tar@
319am__untar = @am__untar@
320bindir = @bindir@
321build = @build@
322build_alias = @build_alias@
323build_cpu = @build_cpu@
324build_os = @build_os@
325build_vendor = @build_vendor@
326builddir = @builddir@
327datadir = @datadir@
328datarootdir = @datarootdir@
329docdir = @docdir@
330dvidir = @dvidir@
331exec_prefix = @exec_prefix@
332gsettingsschemadir = @gsettingsschemadir@
333host = @host@
334host_alias = @host_alias@
335host_cpu = @host_cpu@
336host_os = @host_os@
337host_vendor = @host_vendor@
338htmldir = @htmldir@
339includedir = @includedir@
340infodir = @infodir@
341install_sh = @install_sh@
342libdir = @libdir@
343libexecdir = @libexecdir@
344localedir = @localedir@
345localstatedir = @localstatedir@
346mandir = @mandir@
347mkdir_p = @mkdir_p@
348oldincludedir = @oldincludedir@
349pdfdir = @pdfdir@
350prefix = @prefix@
351program_transform_name = @program_transform_name@
352psdir = @psdir@
353sbindir = @sbindir@
354sharedstatedir = @sharedstatedir@
355srcdir = @srcdir@
356sysconfdir = @sysconfdir@
357target_alias = @target_alias@
358top_build_prefix = @top_build_prefix@
359top_builddir = @top_builddir@
360top_srcdir = @top_srcdir@
361NULL =
362icondir = $(datadir)/icons/hicolor/96x96/apps
363icon_DATA = \
364 goa-account.png \
365 goa-account-facebook.png \
366 goa-account-google.png \
367 goa-account-msn.png \
368 goa-account-owncloud.png \
369 goa-account-pocket.png \
370 goa-account-flickr.png \
371 goa-account-foursquare.png \
372 goa-account-todoist.png \
373 $(NULL)
374
375EXTRA_DIST = \
376 $(icon_DATA)
377
378all: all-am
379
380.SUFFIXES:
381$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
382 @for dep in $?; do \
383 case '$(am__configure_deps)' in \
384 *$$dep*) \
385 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
386 && { if test -f $@; then exit 0; else break; fi; }; \
387 exit 1;; \
388 esac; \
389 done; \
390 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/96x96/Makefile'; \
391 $(am__cd) $(top_srcdir) && \
392 $(AUTOMAKE) --foreign data/icons/96x96/Makefile
393Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
394 @case '$?' in \
395 *config.status*) \
396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
397 *) \
398 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
399 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
400 esac;
401
402$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404
405$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
406 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
407$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409$(am__aclocal_m4_deps):
410
411mostlyclean-libtool:
412 -rm -f *.lo
413
414clean-libtool:
415 -rm -rf .libs _libs
416install-iconDATA: $(icon_DATA)
417 @$(NORMAL_INSTALL)
418 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
419 if test -n "$$list"; then \
420 echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
421 $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
422 fi; \
423 for p in $$list; do \
424 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
425 echo "$$d$$p"; \
426 done | $(am__base_list) | \
427 while read files; do \
428 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
429 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
430 done
431
432uninstall-iconDATA:
433 @$(NORMAL_UNINSTALL)
434 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
435 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
436 dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
437tags TAGS:
438
439ctags CTAGS:
440
441cscope cscopelist:
442
443
444distdir: $(DISTFILES)
445 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
446 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
447 list='$(DISTFILES)'; \
448 dist_files=`for file in $$list; do echo $$file; done | \
449 sed -e "s|^$$srcdirstrip/||;t" \
450 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
451 case $$dist_files in \
452 */*) $(MKDIR_P) `echo "$$dist_files" | \
453 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
454 sort -u` ;; \
455 esac; \
456 for file in $$dist_files; do \
457 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
458 if test -d $$d/$$file; then \
459 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
460 if test -d "$(distdir)/$$file"; then \
461 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
462 fi; \
463 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
464 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
465 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
466 fi; \
467 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
468 else \
469 test -f "$(distdir)/$$file" \
470 || cp -p $$d/$$file "$(distdir)/$$file" \
471 || exit 1; \
472 fi; \
473 done
474check-am: all-am
475check: check-am
476all-am: Makefile $(DATA)
477installdirs:
478 for dir in "$(DESTDIR)$(icondir)"; do \
479 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
480 done
481install: install-am
482install-exec: install-exec-am
483install-data: install-data-am
484uninstall: uninstall-am
485
486install-am: all-am
487 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
488
489installcheck: installcheck-am
490install-strip:
491 if test -z '$(STRIP)'; then \
492 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
493 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
494 install; \
495 else \
496 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
497 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
498 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
499 fi
500mostlyclean-generic:
501
502clean-generic:
503
504distclean-generic:
505 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
506 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
507
508maintainer-clean-generic:
509 @echo "This command is intended for maintainers to use"
510 @echo "it deletes files that may require special tools to rebuild."
511clean: clean-am
512
513clean-am: clean-generic clean-libtool clean-local mostlyclean-am
514
515distclean: distclean-am
516 -rm -f Makefile
517distclean-am: clean-am distclean-generic
518
519dvi: dvi-am
520
521dvi-am:
522
523html: html-am
524
525html-am:
526
527info: info-am
528
529info-am:
530
531install-data-am: install-iconDATA
532
533install-dvi: install-dvi-am
534
535install-dvi-am:
536
537install-exec-am:
538
539install-html: install-html-am
540
541install-html-am:
542
543install-info: install-info-am
544
545install-info-am:
546
547install-man:
548
549install-pdf: install-pdf-am
550
551install-pdf-am:
552
553install-ps: install-ps-am
554
555install-ps-am:
556
557installcheck-am:
558
559maintainer-clean: maintainer-clean-am
560 -rm -f Makefile
561maintainer-clean-am: distclean-am maintainer-clean-generic
562
563mostlyclean: mostlyclean-am
564
565mostlyclean-am: mostlyclean-generic mostlyclean-libtool
566
567pdf: pdf-am
568
569pdf-am:
570
571ps: ps-am
572
573ps-am:
574
575uninstall-am: uninstall-iconDATA
576
577.MAKE: install-am install-strip
578
579.PHONY: all all-am check check-am clean clean-generic clean-libtool \
580 clean-local cscopelist-am ctags-am distclean distclean-generic \
581 distclean-libtool distdir dvi dvi-am html html-am info info-am \
582 install install-am install-data install-data-am install-dvi \
583 install-dvi-am install-exec install-exec-am install-html \
584 install-html-am install-iconDATA install-info install-info-am \
585 install-man install-pdf install-pdf-am install-ps \
586 install-ps-am install-strip installcheck installcheck-am \
587 installdirs maintainer-clean maintainer-clean-generic \
588 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
589 ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
590
591.PRECIOUS: Makefile
592
593
594clean-local :
595 rm -f *~
596
597-include $(top_srcdir)/git.mk
598
599# Tell versions [3.59,3.63) of GNU make to not export all variables.
600# Otherwise a system limit (for SysV at least) may be exceeded.
601.NOEXPORT:
diff --git a/data/icons/96x96/goa-account-facebook.png b/data/icons/96x96/goa-account-facebook.png
602deleted file mode 1006440deleted file mode 100644
index 465b25f..0000000
603Binary files a/data/icons/96x96/goa-account-facebook.png and /dev/null differ1Binary files a/data/icons/96x96/goa-account-facebook.png and /dev/null differ
diff --git a/data/icons/96x96/goa-account-flickr.png b/data/icons/96x96/goa-account-flickr.png
604deleted file mode 1006442deleted file mode 100644
index 58d76dc..0000000
605Binary files a/data/icons/96x96/goa-account-flickr.png and /dev/null differ3Binary files a/data/icons/96x96/goa-account-flickr.png and /dev/null differ
diff --git a/data/icons/96x96/goa-account-foursquare.png b/data/icons/96x96/goa-account-foursquare.png
606deleted file mode 1006444deleted file mode 100644
index fa25a75..0000000
607Binary files a/data/icons/96x96/goa-account-foursquare.png and /dev/null differ5Binary files a/data/icons/96x96/goa-account-foursquare.png and /dev/null differ
diff --git a/data/icons/96x96/goa-account-google.png b/data/icons/96x96/goa-account-google.png
608deleted file mode 1006446deleted file mode 100644
index 01b91b5..0000000
609Binary files a/data/icons/96x96/goa-account-google.png and /dev/null differ7Binary files a/data/icons/96x96/goa-account-google.png and /dev/null differ
diff --git a/data/icons/96x96/goa-account-msn.png b/data/icons/96x96/goa-account-msn.png
610deleted file mode 1006448deleted file mode 100644
index a604ba7..0000000
611Binary files a/data/icons/96x96/goa-account-msn.png and /dev/null differ9Binary files a/data/icons/96x96/goa-account-msn.png and /dev/null differ
diff --git a/data/icons/96x96/goa-account-owncloud.png b/data/icons/96x96/goa-account-owncloud.png
612deleted file mode 10064410deleted file mode 100644
index 53ed8b0..0000000
613Binary files a/data/icons/96x96/goa-account-owncloud.png and /dev/null differ11Binary files a/data/icons/96x96/goa-account-owncloud.png and /dev/null differ
diff --git a/data/icons/96x96/goa-account-pocket.png b/data/icons/96x96/goa-account-pocket.png
614deleted file mode 10064412deleted file mode 100644
index 42513d6..0000000
615Binary files a/data/icons/96x96/goa-account-pocket.png and /dev/null differ13Binary files a/data/icons/96x96/goa-account-pocket.png and /dev/null differ
diff --git a/data/icons/96x96/goa-account-todoist.png b/data/icons/96x96/goa-account-todoist.png
616deleted file mode 10064414deleted file mode 100644
index ea9c139..0000000
617Binary files a/data/icons/96x96/goa-account-todoist.png and /dev/null differ15Binary files a/data/icons/96x96/goa-account-todoist.png and /dev/null differ
diff --git a/data/icons/96x96/goa-account.png b/data/icons/96x96/goa-account.png
618deleted file mode 10064416deleted file mode 100644
index fdb7399..0000000
619Binary files a/data/icons/96x96/goa-account.png and /dev/null differ17Binary files a/data/icons/96x96/goa-account.png and /dev/null differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index f610e85..c91e9ae 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,5 +1,5 @@
11
2SUBDIRS = 16x16 22x22 24x24 32x32 48x48 96x96 256x2562SUBDIRS = scalable symbolic
33
4gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor4gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
55
diff --git a/data/icons/Makefile.in b/data/icons/Makefile.in
index 39b7f8b..294d329 100644
--- a/data/icons/Makefile.in
+++ b/data/icons/Makefile.in
@@ -388,7 +388,7 @@ target_alias = @target_alias@
388top_build_prefix = @top_build_prefix@388top_build_prefix = @top_build_prefix@
389top_builddir = @top_builddir@389top_builddir = @top_builddir@
390top_srcdir = @top_srcdir@390top_srcdir = @top_srcdir@
391SUBDIRS = 16x16 22x22 24x24 32x32 48x48 96x96 256x256391SUBDIRS = scalable symbolic
392gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor392gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
393all: all-recursive393all: all-recursive
394394
diff --git a/data/icons/256x256/Makefile.am b/data/icons/scalable/Makefile.am
395similarity index 53%395similarity index 53%
396rename from data/icons/256x256/Makefile.am396rename from data/icons/256x256/Makefile.am
397rename to data/icons/scalable/Makefile.am397rename to data/icons/scalable/Makefile.am
index 617385d..210b1c3 100644
--- a/data/icons/256x256/Makefile.am
+++ b/data/icons/scalable/Makefile.am
@@ -1,8 +1,14 @@
1NULL =1NULL =
22
3icondir = $(datadir)/icons/hicolor/256x256/apps3icondir = $(datadir)/icons/hicolor/scalable/apps
4icon_DATA = \4icon_DATA = \
5 goa-account.png \5 goa-account-facebook.svg \
6 goa-account-flickr.svg \
7 goa-account-google.svg \
8 goa-account-msn.svg \
9 goa-account-owncloud.svg \
10 goa-account-pocket.svg \
11 goa-account-foursquare.svg \
6 $(NULL)12 $(NULL)
713
8EXTRA_DIST = \14EXTRA_DIST = \
diff --git a/data/icons/256x256/Makefile.in b/data/icons/scalable/Makefile.in
9similarity index 99%15similarity index 99%
10rename from data/icons/256x256/Makefile.in16rename from data/icons/256x256/Makefile.in
11rename to data/icons/scalable/Makefile.in17rename to data/icons/scalable/Makefile.in
index cc9b601..80f9abd 100644
--- a/data/icons/256x256/Makefile.in
+++ b/data/icons/scalable/Makefile.in
@@ -88,7 +88,7 @@ PRE_UNINSTALL = :
88POST_UNINSTALL = :88POST_UNINSTALL = :
89build_triplet = @build@89build_triplet = @build@
90host_triplet = @host@90host_triplet = @host@
91subdir = data/icons/256x25691subdir = data/icons/scalable
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m492ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
94 $(top_srcdir)/m4/ax_append_flag.m4 \94 $(top_srcdir)/m4/ax_append_flag.m4 \
@@ -359,9 +359,15 @@ top_build_prefix = @top_build_prefix@
359top_builddir = @top_builddir@359top_builddir = @top_builddir@
360top_srcdir = @top_srcdir@360top_srcdir = @top_srcdir@
361NULL = 361NULL =
362icondir = $(datadir)/icons/hicolor/256x256/apps362icondir = $(datadir)/icons/hicolor/scalable/apps
363icon_DATA = \363icon_DATA = \
364 goa-account.png \364 goa-account-facebook.svg \
365 goa-account-flickr.svg \
366 goa-account-google.svg \
367 goa-account-msn.svg \
368 goa-account-owncloud.svg \
369 goa-account-pocket.svg \
370 goa-account-foursquare.svg \
365 $(NULL)371 $(NULL)
366372
367EXTRA_DIST = \373EXTRA_DIST = \
@@ -379,9 +385,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
379 exit 1;; \385 exit 1;; \
380 esac; \386 esac; \
381 done; \387 done; \
382 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/256x256/Makefile'; \388 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/scalable/Makefile'; \
383 $(am__cd) $(top_srcdir) && \389 $(am__cd) $(top_srcdir) && \
384 $(AUTOMAKE) --foreign data/icons/256x256/Makefile390 $(AUTOMAKE) --foreign data/icons/scalable/Makefile
385Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status391Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
386 @case '$?' in \392 @case '$?' in \
387 *config.status*) \393 *config.status*) \
diff --git a/data/icons/scalable/goa-account-facebook.svg b/data/icons/scalable/goa-account-facebook.svg
388new file mode 100644394new file mode 100644
index 0000000..48db7a4
--- /dev/null
+++ b/data/icons/scalable/goa-account-facebook.svg
@@ -0,0 +1,109 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 viewBox="0 0 128 128"
9 style="display:inline;enable-background:new"
10 version="1.0"
11 id="svg11300"
12 height="128"
13 width="128">
14 <title
15 id="title4162">Adwaita Icon Template</title>
16 <defs
17 id="defs3" />
18 <metadata
19 id="metadata4">
20 <rdf:RDF>
21 <cc:Work
22 rdf:about="">
23 <dc:format>image/svg+xml</dc:format>
24 <dc:type
25 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
26 <dc:creator>
27 <cc:Agent>
28 <dc:title>GNOME Design Team</dc:title>
29 </cc:Agent>
30 </dc:creator>
31 <dc:source />
32 <cc:license
33 rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
34 <dc:title>Adwaita Icon Template</dc:title>
35 <dc:subject>
36 <rdf:Bag />
37 </dc:subject>
38 <dc:date />
39 <dc:rights>
40 <cc:Agent>
41 <dc:title />
42 </cc:Agent>
43 </dc:rights>
44 <dc:publisher>
45 <cc:Agent>
46 <dc:title />
47 </cc:Agent>
48 </dc:publisher>
49 <dc:identifier />
50 <dc:relation />
51 <dc:language />
52 <dc:coverage />
53 <dc:description />
54 <dc:contributor>
55 <cc:Agent>
56 <dc:title />
57 </cc:Agent>
58 </dc:contributor>
59 </cc:Work>
60 <cc:License
61 rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
62 <cc:permits
63 rdf:resource="http://creativecommons.org/ns#Reproduction" />
64 <cc:permits
65 rdf:resource="http://creativecommons.org/ns#Distribution" />
66 <cc:requires
67 rdf:resource="http://creativecommons.org/ns#Notice" />
68 <cc:requires
69 rdf:resource="http://creativecommons.org/ns#Attribution" />
70 <cc:permits
71 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
72 <cc:requires
73 rdf:resource="http://creativecommons.org/ns#ShareAlike" />
74 </cc:License>
75 </rdf:RDF>
76 </metadata>
77 <g
78 transform="translate(0,-172)"
79 style="display:inline"
80 id="layer1">
81 <g
82 style="display:inline"
83 id="layer9">
84 <g
85 id="g3900"
86 style="display:inline;enable-background:new"
87 transform="translate(-3e-5,-159.99988)">
88 <g
89 transform="translate(368.00003,159.99976)"
90 id="g1747"
91 style="display:inline;enable-background:new">
92 <rect
93 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"
94 id="rect1745"
95 width="104"
96 height="104.00024"
97 x="-356"
98 y="184"
99 rx="7.9999986"
100 ry="8" />
101 </g>
102 <path
103 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"
104 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"
105 id="path4060-7" />
106 </g>
107 </g>
108 </g>
109</svg>
diff --git a/data/icons/scalable/goa-account-flickr.svg b/data/icons/scalable/goa-account-flickr.svg
0new file mode 100644110new file mode 100644
index 0000000..6a0bee1
--- /dev/null
+++ b/data/icons/scalable/goa-account-flickr.svg
@@ -0,0 +1,122 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 viewBox="0 0 128 128"
9 style="display:inline;enable-background:new"
10 version="1.0"
11 id="svg11300"
12 height="128"
13 width="128">
14 <title
15 id="title4162">Adwaita Icon Template</title>
16 <defs
17 id="defs3" />
18 <metadata
19 id="metadata4">
20 <rdf:RDF>
21 <cc:Work
22 rdf:about="">
23 <dc:format>image/svg+xml</dc:format>
24 <dc:type
25 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
26 <dc:creator>
27 <cc:Agent>
28 <dc:title>GNOME Design Team</dc:title>
29 </cc:Agent>
30 </dc:creator>
31 <dc:source />
32 <cc:license
33 rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
34 <dc:title>Adwaita Icon Template</dc:title>
35 <dc:subject>
36 <rdf:Bag />
37 </dc:subject>
38 <dc:date />
39 <dc:rights>
40 <cc:Agent>
41 <dc:title />
42 </cc:Agent>
43 </dc:rights>
44 <dc:publisher>
45 <cc:Agent>
46 <dc:title />
47 </cc:Agent>
48 </dc:publisher>
49 <dc:identifier />
50 <dc:relation />
51 <dc:language />
52 <dc:coverage />
53 <dc:description />
54 <dc:contributor>
55 <cc:Agent>
56 <dc:title />
57 </cc:Agent>
58 </dc:contributor>
59 </cc:Work>
60 <cc:License
61 rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
62 <cc:permits
63 rdf:resource="http://creativecommons.org/ns#Reproduction" />
64 <cc:permits
65 rdf:resource="http://creativecommons.org/ns#Distribution" />
66 <cc:requires
67 rdf:resource="http://creativecommons.org/ns#Notice" />
68 <cc:requires
69 rdf:resource="http://creativecommons.org/ns#Attribution" />
70 <cc:permits
71 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
72 <cc:requires
73 rdf:resource="http://creativecommons.org/ns#ShareAlike" />
74 </cc:License>
75 </rdf:RDF>
76 </metadata>
77 <g
78 transform="translate(0,-172)"
79 style="display:inline"
80 id="layer1">
81 <g
82 style="display:inline"
83 id="layer9">
84 <g
85 id="g3908"
86 style="display:inline;enable-background:new"
87 transform="translate(-3e-5,-319.99988)">
88 <g
89 transform="translate(368.00003,319.99976)"
90 id="g1976"
91 style="display:inline;enable-background:new">
92 <rect
93 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"
94 id="rect1974"
95 width="104"
96 height="104.00024"
97 x="-356"
98 y="184"
99 rx="7.9999986"
100 ry="8" />
101 </g>
102 <g
103 id="g2022"
104 transform="matrix(3.9999999,0,0,3.9999999,-181.99996,-1740)"
105 style="stroke-width:0.25">
106 <circle
107 r="4.0000048"
108 cy="574"
109 cx="56.499996"
110 id="path8694-2-3"
111 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" />
112 <circle
113 r="3.9999959"
114 cy="574"
115 cx="66.499992"
116 id="path8694-1-7-2"
117 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" />
118 </g>
119 </g>
120 </g>
121 </g>
122</svg>
diff --git a/data/icons/scalable/goa-account-foursquare.svg b/data/icons/scalable/goa-account-foursquare.svg
0new file mode 100644123new file mode 100644
index 0000000..7bdd67e
--- /dev/null
+++ b/data/icons/scalable/goa-account-foursquare.svg
@@ -0,0 +1,108 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 viewBox="0 0 128 128"
9 style="display:inline;enable-background:new"
10 version="1.0"
11 id="svg11300"
12 height="128"
13 width="128">
14 <title
15 id="title4162">Adwaita Icon Template</title>
16 <defs
17 id="defs3" />
18 <metadata
19 id="metadata4">
20 <rdf:RDF>
21 <cc:Work
22 rdf:about="">
23 <dc:format>image/svg+xml</dc:format>
24 <dc:type
25 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
26 <dc:creator>
27 <cc:Agent>
28 <dc:title>GNOME Design Team</dc:title>
29 </cc:Agent>
30 </dc:creator>
31 <dc:source />
32 <cc:license
33 rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
34 <dc:title>Adwaita Icon Template</dc:title>
35 <dc:subject>
36 <rdf:Bag />
37 </dc:subject>
38 <dc:date />
39 <dc:rights>
40 <cc:Agent>
41 <dc:title />
42 </cc:Agent>
43 </dc:rights>
44 <dc:publisher>
45 <cc:Agent>
46 <dc:title />
47 </cc:Agent>
48 </dc:publisher>
49 <dc:identifier />
50 <dc:relation />
51 <dc:language />
52 <dc:coverage />
53 <dc:description />
54 <dc:contributor>
55 <cc:Agent>
56 <dc:title />
57 </cc:Agent>
58 </dc:contributor>
59 </cc:Work>
60 <cc:License
61 rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
62 <cc:permits
63 rdf:resource="http://creativecommons.org/ns#Reproduction" />
64 <cc:permits
65 rdf:resource="http://creativecommons.org/ns#Distribution" />
66 <cc:requires
67 rdf:resource="http://creativecommons.org/ns#Notice" />
68 <cc:requires
69 rdf:resource="http://creativecommons.org/ns#Attribution" />
70 <cc:permits
71 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
72 <cc:requires
73 rdf:resource="http://creativecommons.org/ns#ShareAlike" />
74 </cc:License>
75 </rdf:RDF>
76 </metadata>
77 <g
78 transform="translate(0,-172)"
79 style="display:inline"
80 id="layer1">
81 <g
82 style="display:inline"
83 id="layer9">
84 <g
85 transform="translate(-8.5,-20.000002)"
86 id="g211">
87 <g
88 transform="translate(376.5,19.999882)"
89 id="g2147"
90 style="display:inline;enable-background:new">
91 <rect
92 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"
93 id="rect2145"
94 width="104"
95 height="104.00024"
96 x="-356"
97 y="184"
98 rx="7.9999986"
99 ry="8" />
100 </g>
101 <path
102 style="display:inline;fill:#ffffff;stroke-width:1;enable-background:new"
103 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"
104 id="path22" />
105 </g>
106 </g>
107 </g>
108</svg>
diff --git a/data/icons/scalable/goa-account-google.svg b/data/icons/scalable/goa-account-google.svg
0new file mode 100644109new file mode 100644
index 0000000..78ce98c
--- /dev/null
+++ b/data/icons/scalable/goa-account-google.svg
@@ -0,0 +1,159 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 viewBox="0 0 128 128"
9 style="display:inline;enable-background:new"
10 version="1.0"
11 id="svg11300"
12 height="128"
13 width="128">
14 <title
15 id="title4162">Adwaita Icon Template</title>
16 <defs
17 id="defs3">
18 <clipPath
19 id="clipPath16-6"
20 clipPathUnits="userSpaceOnUse">
21 <path
22 id="path18-8"
23 d="M 0,500 H 500 V 0 H 0 Z" />
24 </clipPath>
25 </defs>
26 <metadata
27 id="metadata4">
28 <rdf:RDF>
29 <cc:Work
30 rdf:about="">
31 <dc:format>image/svg+xml</dc:format>
32 <dc:type
33 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
34 <dc:creator>
35 <cc:Agent>
36 <dc:title>GNOME Design Team</dc:title>
37 </cc:Agent>
38 </dc:creator>
39 <dc:source />
40 <cc:license
41 rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
42 <dc:title>Adwaita Icon Template</dc:title>
43 <dc:subject>
44 <rdf:Bag />
45 </dc:subject>
46 <dc:date />
47 <dc:rights>
48 <cc:Agent>
49 <dc:title />
50 </cc:Agent>
51 </dc:rights>
52 <dc:publisher>
53 <cc:Agent>
54 <dc:title />
55 </cc:Agent>
56 </dc:publisher>
57 <dc:identifier />
58 <dc:relation />
59 <dc:language />
60 <dc:coverage />
61 <dc:description />
62 <dc:contributor>
63 <cc:Agent>
64 <dc:title />
65 </cc:Agent>
66 </dc:contributor>
67 </cc:Work>
68 <cc:License
69 rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
70 <cc:permits
71 rdf:resource="http://creativecommons.org/ns#Reproduction" />
72 <cc:permits
73 rdf:resource="http://creativecommons.org/ns#Distribution" />
74 <cc:requires
75 rdf:resource="http://creativecommons.org/ns#Notice" />
76 <cc:requires
77 rdf:resource="http://creativecommons.org/ns#Attribution" />
78 <cc:permits
79 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
80 <cc:requires
81 rdf:resource="http://creativecommons.org/ns#ShareAlike" />
82 </cc:License>
83 </rdf:RDF>
84 </metadata>
85 <g
86 transform="translate(0,-172)"
87 style="display:inline"
88 id="layer1">
89 <g
90 style="display:inline"
91 id="layer9">
92 <g
93 id="g1741"
94 style="display:inline;enable-background:new"
95 transform="translate(-3e-5,1.1925304e-4)">
96 <g
97 style="display:inline;enable-background:new"
98 id="g1096"
99 transform="translate(368.00003,-2.3925304e-4)">
100 <rect
101 ry="8"
102 rx="7.9999986"
103 y="184"
104 x="-356"
105 height="104.00024"
106 width="104"
107 id="rect929-36-9"
108 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" />
109 </g>
110 <g
111 style="display:inline;stroke-width:0.28022891;enable-background:new"
112 id="g8320-9"
113 transform="matrix(0.28799931,0,0,-0.28799931,-7.9998263,306.9998)">
114 <g
115 clip-path="url(#clipPath16-6)"
116 id="g8322-0"
117 style="stroke-width:0.28022891">
118 <g
119 transform="translate(372.4658,250)"
120 id="g8324-6"
121 style="stroke-width:0.28022891">
122 <path
123 id="path8326-8"
124 style="fill:#3284ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28022891"
125 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" />
126 </g>
127 <g
128 transform="translate(254.0713,324.3242)"
129 id="g8328-7"
130 style="stroke-width:0.28022891">
131 <path
132 id="path8330-9"
133 style="fill:#ff3424;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28022891"
134 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" />
135 </g>
136 <g
137 transform="translate(141.7104,192.7031)"
138 id="g8332-0"
139 style="stroke-width:0.28022891">
140 <path
141 id="path8334-3"
142 style="fill:#ffbb00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28022891"
143 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" />
144 </g>
145 <g
146 transform="translate(182.0156,224.7676)"
147 id="g8336-3"
148 style="stroke-width:0.28022891">
149 <path
150 id="path8338-3"
151 style="fill:#26b14c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.28022891"
152 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" />
153 </g>
154 </g>
155 </g>
156 </g>
157 </g>
158 </g>
159</svg>
diff --git a/data/icons/scalable/goa-account-msn.svg b/data/icons/scalable/goa-account-msn.svg
0new file mode 100644160new file mode 100644
index 0000000..e5abd74
--- /dev/null
+++ b/data/icons/scalable/goa-account-msn.svg
@@ -0,0 +1,145 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 viewBox="0 0 128 128"
9 style="display:inline;enable-background:new"
10 version="1.0"
11 id="svg11300"
12 height="128"
13 width="128">
14 <title
15 id="title4162">Adwaita Icon Template</title>
16 <defs
17 id="defs3">
18 <clipPath
19 id="clipPath16-6"
20 clipPathUnits="userSpaceOnUse">
21 <path
22 id="path18-8"
23 d="M 0,500 H 500 V 0 H 0 Z" />
24 </clipPath>
25 </defs>
26 <metadata
27 id="metadata4">
28 <rdf:RDF>
29 <cc:Work
30 rdf:about="">
31 <dc:format>image/svg+xml</dc:format>
32 <dc:type
33 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
34 <dc:creator>
35 <cc:Agent>
36 <dc:title>GNOME Design Team</dc:title>
37 </cc:Agent>
38 </dc:creator>
39 <dc:source />
40 <cc:license
41 rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
42 <dc:title>Adwaita Icon Template</dc:title>
43 <dc:subject>
44 <rdf:Bag />
45 </dc:subject>
46 <dc:date />
47 <dc:rights>
48 <cc:Agent>
49 <dc:title />
50 </cc:Agent>
51 </dc:rights>
52 <dc:publisher>
53 <cc:Agent>
54 <dc:title />
55 </cc:Agent>
56 </dc:publisher>
57 <dc:identifier />
58 <dc:relation />
59 <dc:language />
60 <dc:coverage />
61 <dc:description />
62 <dc:contributor>
63 <cc:Agent>
64 <dc:title />
65 </cc:Agent>
66 </dc:contributor>
67 </cc:Work>
68 <cc:License
69 rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
70 <cc:permits
71 rdf:resource="http://creativecommons.org/ns#Reproduction" />
72 <cc:permits
73 rdf:resource="http://creativecommons.org/ns#Distribution" />
74 <cc:requires
75 rdf:resource="http://creativecommons.org/ns#Notice" />
76 <cc:requires
77 rdf:resource="http://creativecommons.org/ns#Attribution" />
78 <cc:permits
79 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
80 <cc:requires
81 rdf:resource="http://creativecommons.org/ns#ShareAlike" />
82 </cc:License>
83 </rdf:RDF>
84 </metadata>
85 <g
86 transform="translate(0,-172)"
87 style="display:inline"
88 id="layer1">
89 <g
90 style="display:inline"
91 id="layer9">
92 <g
93 transform="translate(275,-136)"
94 id="g155">
95 <g
96 style="display:inline;enable-background:new"
97 id="g2096"
98 transform="translate(93,135.99988)">
99 <rect
100 ry="8"
101 rx="7.9999986"
102 y="184"
103 x="-356"
104 height="104.00024"
105 width="104"
106 id="rect2094"
107 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" />
108 </g>
109 <g
110 id="g2122"
111 transform="matrix(4,0,0,4,-431,-2504)"
112 style="display:inline;stroke-width:0.25;enable-background:new">
113 <rect
114 y="711"
115 x="46.999992"
116 height="7"
117 width="7"
118 id="rect7389-0-3"
119 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" />
120 <rect
121 y="711"
122 x="55.999969"
123 height="7.0000248"
124 width="7.0000248"
125 id="rect7389-8-5-8"
126 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" />
127 <rect
128 y="720"
129 x="46.999992"
130 height="6.9999828"
131 width="6.9999828"
132 id="rect7389-1-7-3"
133 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" />
134 <rect
135 y="720"
136 x="56.000027"
137 height="6.9999676"
138 width="6.9999676"
139 id="rect7389-8-8-7-7"
140 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" />
141 </g>
142 </g>
143 </g>
144 </g>
145</svg>
diff --git a/data/icons/scalable/goa-account-owncloud.svg b/data/icons/scalable/goa-account-owncloud.svg
0new file mode 100644146new file mode 100644
index 0000000..282cc59
--- /dev/null
+++ b/data/icons/scalable/goa-account-owncloud.svg
@@ -0,0 +1,117 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 viewBox="0 0 128 128"
9 style="display:inline;enable-background:new"
10 version="1.0"
11 id="svg11300"
12 height="128"
13 width="128">
14 <title
15 id="title4162">Adwaita Icon Template</title>
16 <defs
17 id="defs3">
18 <clipPath
19 id="clipPath16-6"
20 clipPathUnits="userSpaceOnUse">
21 <path
22 id="path18-8"
23 d="M 0,500 H 500 V 0 H 0 Z" />
24 </clipPath>
25 </defs>
26 <metadata
27 id="metadata4">
28 <rdf:RDF>
29 <cc:Work
30 rdf:about="">
31 <dc:format>image/svg+xml</dc:format>
32 <dc:type
33 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
34 <dc:creator>
35 <cc:Agent>
36 <dc:title>GNOME Design Team</dc:title>
37 </cc:Agent>
38 </dc:creator>
39 <dc:source />
40 <cc:license
41 rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
42 <dc:title>Adwaita Icon Template</dc:title>
43 <dc:subject>
44 <rdf:Bag />
45 </dc:subject>
46 <dc:date />
47 <dc:rights>
48 <cc:Agent>
49 <dc:title />
50 </cc:Agent>
51 </dc:rights>
52 <dc:publisher>
53 <cc:Agent>
54 <dc:title />
55 </cc:Agent>
56 </dc:publisher>
57 <dc:identifier />
58 <dc:relation />
59 <dc:language />
60 <dc:coverage />
61 <dc:description />
62 <dc:contributor>
63 <cc:Agent>
64 <dc:title />
65 </cc:Agent>
66 </dc:contributor>
67 </cc:Work>
68 <cc:License
69 rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
70 <cc:permits
71 rdf:resource="http://creativecommons.org/ns#Reproduction" />
72 <cc:permits
73 rdf:resource="http://creativecommons.org/ns#Distribution" />
74 <cc:requires
75 rdf:resource="http://creativecommons.org/ns#Notice" />
76 <cc:requires
77 rdf:resource="http://creativecommons.org/ns#Attribution" />
78 <cc:permits
79 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
80 <cc:requires
81 rdf:resource="http://creativecommons.org/ns#ShareAlike" />
82 </cc:License>
83 </rdf:RDF>
84 </metadata>
85 <g
86 transform="translate(0,-172)"
87 style="display:inline"
88 id="layer1">
89 <g
90 style="display:inline"
91 id="layer9">
92 <g
93 id="g3930"
94 style="display:inline;enable-background:new"
95 transform="translate(-300.00003,-159.99988)">
96 <g
97 style="display:inline;enable-background:new"
98 id="g2139"
99 transform="translate(668.00003,159.99976)">
100 <rect
101 ry="8"
102 rx="7.9999986"
103 y="184"
104 x="-356"
105 height="104.00024"
106 width="104"
107 id="rect2137"
108 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" />
109 </g>
110 <path
111 id="path8670-3"
112 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"
113 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" />
114 </g>
115 </g>
116 </g>
117</svg>
diff --git a/data/icons/scalable/goa-account-pocket.svg b/data/icons/scalable/goa-account-pocket.svg
0new file mode 100644118new file mode 100644
index 0000000..ab62c7f
--- /dev/null
+++ b/data/icons/scalable/goa-account-pocket.svg
@@ -0,0 +1,145 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 viewBox="0 0 128 128"
9 style="display:inline;enable-background:new"
10 version="1.0"
11 id="svg11300"
12 height="128"
13 width="128">
14 <title
15 id="title4162">Adwaita Icon Template</title>
16 <defs
17 id="defs3">
18 <clipPath
19 id="clipPath16-6"
20 clipPathUnits="userSpaceOnUse">
21 <path
22 id="path18-8"
23 d="M 0,500 H 500 V 0 H 0 Z" />
24 </clipPath>
25 </defs>
26 <metadata
27 id="metadata4">
28 <rdf:RDF>
29 <cc:Work
30 rdf:about="">
31 <dc:format>image/svg+xml</dc:format>
32 <dc:type
33 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
34 <dc:creator>
35 <cc:Agent>
36 <dc:title>GNOME Design Team</dc:title>
37 </cc:Agent>
38 </dc:creator>
39 <dc:source />
40 <cc:license
41 rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
42 <dc:title>Adwaita Icon Template</dc:title>
43 <dc:subject>
44 <rdf:Bag />
45 </dc:subject>
46 <dc:date />
47 <dc:rights>
48 <cc:Agent>
49 <dc:title />
50 </cc:Agent>
51 </dc:rights>
52 <dc:publisher>
53 <cc:Agent>
54 <dc:title />
55 </cc:Agent>
56 </dc:publisher>
57 <dc:identifier />
58 <dc:relation />
59 <dc:language />
60 <dc:coverage />
61 <dc:description />
62 <dc:contributor>
63 <cc:Agent>
64 <dc:title />
65 </cc:Agent>
66 </dc:contributor>
67 </cc:Work>
68 <cc:License
69 rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
70 <cc:permits
71 rdf:resource="http://creativecommons.org/ns#Reproduction" />
72 <cc:permits
73 rdf:resource="http://creativecommons.org/ns#Distribution" />
74 <cc:requires
75 rdf:resource="http://creativecommons.org/ns#Notice" />
76 <cc:requires
77 rdf:resource="http://creativecommons.org/ns#Attribution" />
78 <cc:permits
79 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
80 <cc:requires
81 rdf:resource="http://creativecommons.org/ns#ShareAlike" />
82 </cc:License>
83 </rdf:RDF>
84 </metadata>
85 <g
86 transform="translate(0,-172)"
87 style="display:inline"
88 id="layer1">
89 <g
90 style="display:inline"
91 id="layer9">
92 <g
93 transform="translate(53,-99.500002)"
94 id="g254">
95 <g
96 transform="translate(315,99.499882)"
97 id="g2993"
98 style="display:inline;enable-background:new">
99 <rect
100 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"
101 id="rect2991"
102 width="104"
103 height="104.00024"
104 x="-356"
105 y="184"
106 rx="7.9999986"
107 ry="8" />
108 </g>
109 <g
110 style="display:inline;enable-background:new"
111 id="g3087"
112 transform="translate(-259,-496.5)">
113 <g
114 id="g3078"
115 transform="translate(-90)">
116 <rect
117 y="804"
118 x="328"
119 height="27.999998"
120 width="64"
121 id="rect3072"
122 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"
123 rx="4"
124 ry="4" />
125 <path
126 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"
127 id="path3074"
128 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" />
129 <rect
130 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"
131 id="rect3076"
132 width="64"
133 height="17.924696"
134 x="328"
135 y="810" />
136 </g>
137 <path
138 id="path3080"
139 d="m 254,824 16,14 16,-14"
140 style="fill:none;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
141 </g>
142 </g>
143 </g>
144 </g>
145</svg>
diff --git a/data/icons/symbolic/Makefile.am b/data/icons/symbolic/Makefile.am
0new file mode 100644146new file mode 100644
index 0000000..efde087
--- /dev/null
+++ b/data/icons/symbolic/Makefile.am
@@ -0,0 +1,20 @@
1NULL =
2
3icondir = $(datadir)/icons/hicolor/symbolic/apps
4icon_DATA = \
5 goa-account-facebook-symbolic.svg \
6 goa-account-flickr-symbolic.svg \
7 goa-account-google-symbolic.svg \
8 goa-account-msn-symbolic.svg \
9 goa-account-owncloud-symbolic.svg \
10 goa-account-pocket-symbolic.svg \
11 goa-account-foursquare-symbolic.svg \
12 $(NULL)
13
14EXTRA_DIST = \
15 $(icon_DATA)
16
17clean-local :
18 rm -f *~
19
20-include $(top_srcdir)/git.mk
diff --git a/data/icons/16x16/Makefile.in b/data/icons/symbolic/Makefile.in
0similarity index 96%21similarity index 96%
1rename from data/icons/16x16/Makefile.in22rename from data/icons/16x16/Makefile.in
2rename to data/icons/symbolic/Makefile.in23rename to data/icons/symbolic/Makefile.in
index 725944b..638d5be 100644
--- a/data/icons/16x16/Makefile.in
+++ b/data/icons/symbolic/Makefile.in
@@ -88,7 +88,7 @@ PRE_UNINSTALL = :
88POST_UNINSTALL = :88POST_UNINSTALL = :
89build_triplet = @build@89build_triplet = @build@
90host_triplet = @host@90host_triplet = @host@
91subdir = data/icons/16x1691subdir = data/icons/symbolic
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m492ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
94 $(top_srcdir)/m4/ax_append_flag.m4 \94 $(top_srcdir)/m4/ax_append_flag.m4 \
@@ -359,17 +359,15 @@ top_build_prefix = @top_build_prefix@
359top_builddir = @top_builddir@359top_builddir = @top_builddir@
360top_srcdir = @top_srcdir@360top_srcdir = @top_srcdir@
361NULL = 361NULL =
362icondir = $(datadir)/icons/hicolor/16x16/apps362icondir = $(datadir)/icons/hicolor/symbolic/apps
363icon_DATA = \363icon_DATA = \
364 goa-account.png \364 goa-account-facebook-symbolic.svg \
365 goa-account-facebook.png \365 goa-account-flickr-symbolic.svg \
366 goa-account-flickr.png \366 goa-account-google-symbolic.svg \
367 goa-account-google.png \367 goa-account-msn-symbolic.svg \
368 goa-account-msn.png \368 goa-account-owncloud-symbolic.svg \
369 goa-account-owncloud.png \369 goa-account-pocket-symbolic.svg \
370 goa-account-pocket.png \370 goa-account-foursquare-symbolic.svg \
371 goa-account-foursquare.png \
372 goa-account-todoist.png \
373 $(NULL)371 $(NULL)
374372
375EXTRA_DIST = \373EXTRA_DIST = \
@@ -387,9 +385,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
387 exit 1;; \385 exit 1;; \
388 esac; \386 esac; \
389 done; \387 done; \
390 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/16x16/Makefile'; \388 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/symbolic/Makefile'; \
391 $(am__cd) $(top_srcdir) && \389 $(am__cd) $(top_srcdir) && \
392 $(AUTOMAKE) --foreign data/icons/16x16/Makefile390 $(AUTOMAKE) --foreign data/icons/symbolic/Makefile
393Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status391Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
394 @case '$?' in \392 @case '$?' in \
395 *config.status*) \393 *config.status*) \
diff --git a/data/icons/symbolic/goa-account-facebook-symbolic.svg b/data/icons/symbolic/goa-account-facebook-symbolic.svg
396new file mode 100644394new file mode 100644
index 0000000..b8d5869
--- /dev/null
+++ b/data/icons/symbolic/goa-account-facebook-symbolic.svg
@@ -0,0 +1,31 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 width="15.999999"
9 height="16"
10 viewBox="0 0 15.999999 16"
11 version="1.1"
12 id="svg4043">
13 <defs
14 id="defs4037" />
15 <metadata
16 id="metadata4040">
17 <rdf:RDF>
18 <cc:Work
19 rdf:about="">
20 <dc:format>image/svg+xml</dc:format>
21 <dc:type
22 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
23 <dc:title></dc:title>
24 </cc:Work>
25 </rdf:RDF>
26 </metadata>
27 <path
28 id="rect2428"
29 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"
30 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