[gnome-applets] remove invest-applet



commit 8062ed271fafda8e571af2db92d7c9d22dca2ff5
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sun Mar 11 18:57:56 2018 +0200

    remove invest-applet
    
    Yahoo Finance API used by this applet has been discontinued.

 Makefile.am                                        |    2 -
 configure.ac                                       |    7 -
 invest-applet/Makefile.am                          |    3 -
 invest-applet/data/Makefile.am                     |   66 -
 invest-applet/data/art/Makefile.am                 |   59 -
 invest-applet/data/art/invest-16_down.png          |  Bin 585 -> 0 bytes
 invest-applet/data/art/invest-16_neutral.png       |  Bin 593 -> 0 bytes
 invest-applet/data/art/invest-16_up.png            |  Bin 566 -> 0 bytes
 invest-applet/data/art/invest-22_down.png          |  Bin 834 -> 0 bytes
 invest-applet/data/art/invest-22_neutral.png       |  Bin 757 -> 0 bytes
 invest-applet/data/art/invest-22_up.png            |  Bin 795 -> 0 bytes
 invest-applet/data/art/invest-48_down.png          |  Bin 1933 -> 0 bytes
 invest-applet/data/art/invest-48_neutral.png       |  Bin 1608 -> 0 bytes
 invest-applet/data/art/invest-48_up.png            |  Bin 1864 -> 0 bytes
 invest-applet/data/art/invest-applet.16.png        |  Bin 566 -> 0 bytes
 invest-applet/data/art/invest-applet.22.png        |  Bin 795 -> 0 bytes
 invest-applet/data/art/invest-applet.48.png        |  Bin 1864 -> 0 bytes
 invest-applet/data/art/invest-applet.svg           |  380 ------
 invest-applet/data/art/invest_down.svg             |  481 -------
 invest-applet/data/art/invest_neutral.svg          |  540 --------
 invest-applet/data/art/invest_up.svg               |  380 ------
 invest-applet/data/financialchart.ui               |  790 -----------
 invest-applet/data/invest-applet-menu.xml          |   20 -
 ...g.gnome.applets.InvestApplet.panel-applet.in.in |   15 -
 ...rg.gnome.gnome-applets.invest.gschema.xml.in.in |   20 -
 invest-applet/data/prefs-dialog.ui                 |  319 -----
 invest-applet/help/C/figures/symbol-search.png     |  Bin 44264 -> 0 bytes
 invest-applet/help/C/index.docbook                 |  481 -------
 invest-applet/help/C/legal.xml                     |   76 -
 invest-applet/help/Makefile.am                     |   13 -
 invest-applet/help/ca/ca.po                        |  557 --------
 invest-applet/help/cs/cs.po                        |  934 -------------
 invest-applet/help/de/de.po                        |  972 -------------
 invest-applet/help/el/el.po                        |  551 --------
 invest-applet/help/en_GB/en_GB.po                  |  542 --------
 invest-applet/help/es/es.po                        |  912 -------------
 invest-applet/help/fi/fi.po                        |  554 --------
 invest-applet/help/fr/fr.po                        |  870 ------------
 invest-applet/help/it/it.po                        |  587 --------
 invest-applet/help/ru/ru.po                        |  831 ------------
 invest-applet/help/sl/sl.po                        |  455 -------
 invest-applet/help/sv/sv.po                        |  326 -----
 invest-applet/help/zh_CN/zh_CN.po                  |  506 -------
 invest-applet/invest/Makefile.am                   |   52 -
 invest-applet/invest/invest-applet.c               |  483 -------
 invest-applet/invest/invest-applet.h               |   46 -
 invest-applet/invest/invest-cache.c                |  290 ----
 invest-applet/invest/invest-cache.h                |   66 -
 invest-applet/invest/invest-chart.c                |  473 -------
 invest-applet/invest/invest-chart.h                |   39 -
 invest-applet/invest/invest-currencies.c           |  190 ---
 invest-applet/invest/invest-currencies.h           |   44 -
 invest-applet/invest/invest-image-retriever.c      |  248 ----
 invest-applet/invest/invest-image-retriever.h      |   44 -
 invest-applet/invest/invest-preferences.c          | 1137 ----------------
 invest-applet/invest/invest-preferences.h          |   43 -
 invest-applet/invest/invest-quotes-retriever.c     |  372 -----
 invest-applet/invest/invest-quotes-retriever.h     |   45 -
 invest-applet/invest/invest-quotes.c               | 1427 --------------------
 invest-applet/invest/invest-quotes.h               |   48 -
 invest-applet/invest/invest-widget.c               |  638 ---------
 invest-applet/invest/invest-widget.h               |   40 -
 invest-applet/invest/invest-window.c               |  166 ---
 invest-applet/invest/invest-window.h               |   42 -
 po/POTFILES.in                                     |   10 -
 po/POTFILES.skip                                   |    2 -
 66 files changed, 0 insertions(+), 18194 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 319094c..164366d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,7 +47,6 @@ always_built_SUBDIRS =  \
        command         \
        drivemount      \
        inhibit         \
-       invest-applet   \
        geyes           \
        sticky-notes    \
        trash \
@@ -86,7 +85,6 @@ DIST_SUBDIRS = \
        sticky-notes    \
        trash   \
        cpufreq         \
-       invest-applet   \
        window-buttons  \
        windowpicker    \
        window-title    \
diff --git a/configure.ac b/configure.ac
index 55bcfaf..312baf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -657,12 +657,6 @@ AC_CONFIG_FILES([
   gweather/help/Makefile
   gweather/src/Makefile
 
-  invest-applet/data/art/Makefile
-  invest-applet/data/Makefile
-  invest-applet/help/Makefile
-  invest-applet/invest/Makefile
-  invest-applet/Makefile
-
   mini-commander/help/Makefile
   mini-commander/Makefile
   mini-commander/src/Makefile
@@ -757,7 +751,6 @@ echo "    drivemount ....................: always"
 echo "    geyes .........................: always"
 echo "    gweather ......................: $build_libgweather_applets"
 echo "    inhibit .......................: always"
-echo "    invest-applet .................: always"
 echo "    mini-commander ................: $enable_mini_commander"
 echo "    modem-lights ..................: $BUILD_MODEM_LIGHTS"
 echo "    multiload .....................: $build_gtop_applets"
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 22fbe27..b7dfd6d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -51,16 +51,6 @@ gweather/src/main.c
 [type: gettext/glade]inhibit/inhibit-applet-menu.xml
 [type: gettext/ini]inhibit/org.gnome.InhibitApplet.panel-applet.in.in
 inhibit/src/inhibit-applet.c
-[type: gettext/glade]invest-applet/data/financialchart.ui
-[type: gettext/glade]invest-applet/data/invest-applet-menu.xml
-[type: gettext/ini]invest-applet/data/org.gnome.applets.InvestApplet.panel-applet.in.in
-invest-applet/data/org.gnome.gnome-applets.invest.gschema.xml.in.in
-[type: gettext/glade]invest-applet/data/prefs-dialog.ui
-invest-applet/invest/invest-applet.c
-invest-applet/invest/invest-chart.c
-invest-applet/invest/invest-preferences.c
-invest-applet/invest/invest-quotes.c
-invest-applet/invest/invest-widget.c
 mini-commander/src/about.c
 mini-commander/src/cmd_completion.c
 mini-commander/src/command_line.c
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 2b52f14..d5d218c 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -20,8 +20,6 @@ gweather/Locations.xml.in
 gweather/org.gnome.applets.GWeatherApplet.panel-applet.in
 gweather/org.gnome.gnome-applets.gweather.gschema.xml.in
 inhibit/org.gnome.InhibitApplet.panel-applet.in
-invest-applet/data/org.gnome.applets.InvestApplet.panel-applet.in
-invest-applet/data/org.gnome.gnome-applets.invest.gschema.xml.in
 mini-commander/src/org.gnome.applets.MiniCommanderApplet.panel-applet.in
 mini-commander/src/org.gnome.gnome-applets.mini-commander.gschema.xml.in
 modem-lights/org.gnome.applets.ModemApplet.panel-applet.in


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]