From 41f7b7a2a38ca9f3929fcbd88d228b3815034876 Mon Sep 17 00:00:00 2001 From: monsta Date: Sat, 13 Jan 2018 13:54:33 +0300 Subject: drop broken invest-applet and all Python dependencies closes https://github.com/mate-desktop/mate-applets/issues/297 --- invest-applet/data/Invest_Applet.xml | 5 - invest-applet/data/Makefile.am | 61 -- invest-applet/data/art/Makefile.am | 59 -- invest-applet/data/art/invest-16_neutral.png | Bin 593 -> 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_down.svg | 481 ------------ invest-applet/data/art/invest_neutral.svg | 540 ------------- invest-applet/data/art/invest_up.svg | 380 ---------- invest-applet/data/art/mate-invest-applet.16.png | Bin 566 -> 0 bytes invest-applet/data/art/mate-invest-applet.22.png | Bin 795 -> 0 bytes invest-applet/data/art/mate-invest-applet.48.png | Bin 1864 -> 0 bytes invest-applet/data/art/mate-invest-applet.svg | 380 ---------- invest-applet/data/financialchart.ui | 832 --------------------- ...te.applets.InvestApplet.mate-panel-applet.in.in | 17 - ...ate.panel.applet.InvestAppletFactory.service.in | 3 - invest-applet/data/prefs-dialog.ui | 268 ------- 18 files changed, 3026 deletions(-) delete mode 100644 invest-applet/data/Invest_Applet.xml delete mode 100644 invest-applet/data/Makefile.am delete mode 100644 invest-applet/data/art/Makefile.am delete mode 100644 invest-applet/data/art/invest-16_neutral.png delete mode 100644 invest-applet/data/art/invest-22_down.png delete mode 100644 invest-applet/data/art/invest-22_neutral.png delete mode 100644 invest-applet/data/art/invest-22_up.png delete mode 100644 invest-applet/data/art/invest_down.svg delete mode 100644 invest-applet/data/art/invest_neutral.svg delete mode 100644 invest-applet/data/art/invest_up.svg delete mode 100644 invest-applet/data/art/mate-invest-applet.16.png delete mode 100644 invest-applet/data/art/mate-invest-applet.22.png delete mode 100644 invest-applet/data/art/mate-invest-applet.48.png delete mode 100644 invest-applet/data/art/mate-invest-applet.svg delete mode 100644 invest-applet/data/financialchart.ui delete mode 100644 invest-applet/data/org.mate.applets.InvestApplet.mate-panel-applet.in.in delete mode 100644 invest-applet/data/org.mate.panel.applet.InvestAppletFactory.service.in delete mode 100644 invest-applet/data/prefs-dialog.ui (limited to 'invest-applet/data') diff --git a/invest-applet/data/Invest_Applet.xml b/invest-applet/data/Invest_Applet.xml deleted file mode 100644 index d4a3e611..00000000 --- a/invest-applet/data/Invest_Applet.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/invest-applet/data/Makefile.am b/invest-applet/data/Makefile.am deleted file mode 100644 index a42ed791..00000000 --- a/invest-applet/data/Makefile.am +++ /dev/null @@ -1,61 +0,0 @@ -SUBDIRS = art - -# ****************************************************************************** -# Panel applet DBUS stuff -# ****************************************************************************** -servicedir = $(datadir)/dbus-1/services -service_in_files = org.mate.panel.applet.InvestAppletFactory.service.in -service_DATA = $(service_in_files:.service.in=.service) - -org.mate.panel.applet.InvestAppletFactory.service: $(service_in_files) - $(AM_V_GEN)sed \ - -e "s|\@LIBEXECDIR\@|$(libexecdir)|" \ - $< > $@ - -# ****************************************************************************** -# Panel stuff -# ****************************************************************************** - -appletdir = $(datadir)/mate-panel/applets -applet_in_files = org.mate.applets.InvestApplet.mate-panel-applet.in -applet_DATA = $(applet_in_files:.mate-panel-applet.in=.mate-panel-applet) - -$(applet_in_files): $(applet_in_files).in Makefile - $(AM_V_GEN)sed \ - -e "s|\@LIBEXECDIR\@|$(libexecdir)|" \ - -e "s|\@VERSION\@|$(PACKAGE_VERSION)|" \ - $< > $@ - -%.mate-panel-applet: %.mate-panel-applet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache - -# ****************************************************************************** -# Misc data -# ****************************************************************************** - -uidir = $(datadir)/mate-applets -ui_DATA = \ - Invest_Applet.xml -builder_DATA = \ - prefs-dialog.ui \ - financialchart.ui - -investbindir = $(libdir)/invest-applet - -# ****************************************************************************** -# Build rules -# ****************************************************************************** - -CLEANFILES = \ - $(applet_DATA) \ - $(applet_DATA).in \ - $(service_in_files:.service.in=.service) - - - -EXTRA_DIST = \ - org.mate.applets.InvestApplet.mate-panel-applet.in.in \ - $(service_in_files) \ - $(ui_DATA) \ - $(builder_DATA) - --include $(top_srcdir)/git.mk diff --git a/invest-applet/data/art/Makefile.am b/invest-applet/data/art/Makefile.am deleted file mode 100644 index 1a5585e5..00000000 --- a/invest-applet/data/art/Makefile.am +++ /dev/null @@ -1,59 +0,0 @@ -# ****************************************************************************** -# Images and icon -# ****************************************************************************** -icons = mate-invest-applet.16.png mate-invest-applet.22.png mate-invest-applet.48.png mate-invest-applet.svg - -artdir = $(pkgdatadir)/invest-applet -art_DATA = invest-16_neutral.png invest-22_neutral.png invest_neutral.svg \ - invest-22_up.png invest_up.svg \ - invest-22_down.png invest_down.svg - -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor - -uninstall-local: - for icon in $(icons); do \ - SIZE=`echo $$icon | cut -d. -f2`; \ - FILE=`echo $$icon | cut -d. -f1,3`; \ - if [ "$$SIZE" = "svg" ]; then \ - SIZE="scalable"; \ - FILE="$$FILE.svg"; \ - else \ - SIZE="$${SIZE}x$${SIZE}"; \ - fi; \ - rm -f $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/$$FILE; \ - done - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi - -install-data-local: - for icon in $(icons); do \ - SIZE=`echo $$icon | cut -d. -f2`; \ - FILE=`echo $$icon | cut -d. -f1,3`; \ - if [ "$$SIZE" = "svg" ]; then \ - SIZE="scalable"; \ - FILE="$$FILE.svg"; \ - else \ - SIZE="$${SIZE}x$${SIZE}"; \ - fi; \ - mkdir -p $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/; \ - $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/$$FILE; \ - done - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi - -EXTRA_DIST = \ - $(icons) \ - $(art_DATA) - - --include $(top_srcdir)/git.mk diff --git a/invest-applet/data/art/invest-16_neutral.png b/invest-applet/data/art/invest-16_neutral.png deleted file mode 100644 index de34fb6c..00000000 Binary files a/invest-applet/data/art/invest-16_neutral.png and /dev/null differ diff --git a/invest-applet/data/art/invest-22_down.png b/invest-applet/data/art/invest-22_down.png deleted file mode 100644 index 8c298fce..00000000 Binary files a/invest-applet/data/art/invest-22_down.png and /dev/null differ diff --git a/invest-applet/data/art/invest-22_neutral.png b/invest-applet/data/art/invest-22_neutral.png deleted file mode 100644 index 1b4d316b..00000000 Binary files a/invest-applet/data/art/invest-22_neutral.png and /dev/null differ diff --git a/invest-applet/data/art/invest-22_up.png b/invest-applet/data/art/invest-22_up.png deleted file mode 100644 index eba0caff..00000000 Binary files a/invest-applet/data/art/invest-22_up.png and /dev/null differ diff --git a/invest-applet/data/art/invest_down.svg b/invest-applet/data/art/invest_down.svg deleted file mode 100644 index b6360e81..00000000 --- a/invest-applet/data/art/invest_down.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Invest - - - Vinicius Depizzol <vdepizzol@gmail.com> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/invest-applet/data/art/invest_neutral.svg b/invest-applet/data/art/invest_neutral.svg deleted file mode 100644 index f0e26537..00000000 --- a/invest-applet/data/art/invest_neutral.svg +++ /dev/null @@ -1,540 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Invest - - - Vinicius Depizzol <vdepizzol@gmail.com> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/invest-applet/data/art/invest_up.svg b/invest-applet/data/art/invest_up.svg deleted file mode 100644 index b5808216..00000000 --- a/invest-applet/data/art/invest_up.svg +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Invest - - - Vinicius Depizzol <vdepizzol@gmail.com> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/invest-applet/data/art/mate-invest-applet.16.png b/invest-applet/data/art/mate-invest-applet.16.png deleted file mode 100644 index c5d6f815..00000000 Binary files a/invest-applet/data/art/mate-invest-applet.16.png and /dev/null differ diff --git a/invest-applet/data/art/mate-invest-applet.22.png b/invest-applet/data/art/mate-invest-applet.22.png deleted file mode 100644 index eba0caff..00000000 Binary files a/invest-applet/data/art/mate-invest-applet.22.png and /dev/null differ diff --git a/invest-applet/data/art/mate-invest-applet.48.png b/invest-applet/data/art/mate-invest-applet.48.png deleted file mode 100644 index 14e2f9ec..00000000 Binary files a/invest-applet/data/art/mate-invest-applet.48.png and /dev/null differ diff --git a/invest-applet/data/art/mate-invest-applet.svg b/invest-applet/data/art/mate-invest-applet.svg deleted file mode 100644 index b5808216..00000000 --- a/invest-applet/data/art/mate-invest-applet.svg +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - Invest - - - Vinicius Depizzol <vdepizzol@gmail.com> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/invest-applet/data/financialchart.ui b/invest-applet/data/financialchart.ui deleted file mode 100644 index d7d80954..00000000 --- a/invest-applet/data/financialchart.ui +++ /dev/null @@ -1,832 +0,0 @@ - - - - - True - False - 6 - Financial Chart - center - 500 - True - stock_chart - - - True - False - 6 - - - True - False - 6 - - - True - False - _Ticker symbol: - True - s - - - False - False - 0 - - - - - True - True - True - - - True - True - 1 - - - - - True - True - False - False - True - True - - - True - False - 0 - 0 - - - True - False - 2 - - - True - False - gtk-refresh - - - False - False - 0 - - - - - True - False - Auto _refresh - True - - - False - False - 1 - - - - - - - - - False - False - 2 - - - - - True - False - - Today - 5 Days - 3 Months - 6 Months - 1 Year - 5 Years - Maximum - - - - False - False - 3 - - - - - False - False - 0 - - - - - True - True - 6 - - - True - False - 5 - 2 - 6 - 6 - - - True - False - 1 - _Graph style: - True - - - GTK_FILL - - - - - - True - False - 1 - Moving average: - - - 1 - 2 - GTK_FILL - - - - - - True - False - 1 - Exponential moving average: - - - 2 - 3 - GTK_FILL - - - - - - True - False - 6 - - - 5 - True - True - False - False - True - True - True - - - False - False - 0 - - - - - 10 - True - True - False - False - True - True - - - False - False - 1 - - - - - 20 - True - True - False - False - True - True - True - - - False - False - 2 - - - - - 50 - True - True - False - False - True - True - - - False - False - 3 - - - - - 100 - True - True - False - False - True - True - - - False - False - 4 - - - - - 200 - True - True - False - False - True - True - - - False - False - 5 - - - - - 1 - 2 - 2 - 3 - GTK_FILL - GTK_FILL - - - - - True - False - 1 - Overlays: - - - 3 - 4 - GTK_FILL - - - - - - True - False - - - Bollinger - True - True - False - False - True - True - True - - - False - False - 0 - - - - - SAR - True - True - False - False - True - True - - - False - False - 1 - - - - - Splits - True - True - False - False - True - True - - - False - False - 2 - - - - - Volumes - True - True - False - False - True - True - True - - - False - False - 3 - - - - - 1 - 2 - 3 - 4 - GTK_FILL - GTK_FILL - - - - - True - False - 1 - Indicators: - - - 4 - 5 - GTK_FILL - - - - - - True - False - 3 - 3 - - - RSI - True - True - False - False - True - True - - - 1 - 2 - GTK_FILL - - - - - - Vol - True - True - False - False - True - True - - - 2 - 3 - GTK_FILL - - - - - - MFI - True - True - False - False - True - True - True - - - 1 - 2 - GTK_FILL - - - - - - Slow stoch - True - True - False - False - True - True - True - - - 1 - 2 - 1 - 2 - GTK_FILL - - - - - - Vol+MA - True - True - False - False - True - True - - - 1 - 2 - 2 - 3 - GTK_FILL - - - - - - ROC - True - True - False - False - True - True - - - 2 - 3 - GTK_FILL - - - - - - Fast stoch - True - True - False - False - True - True - - - 2 - 3 - 1 - 2 - GTK_FILL - - - - - - W%R - True - True - False - False - True - True - True - - - 2 - 3 - 2 - 3 - GTK_FILL - - - - - - MACD - True - True - False - False - True - True - True - - - GTK_FILL - - - - - - 1 - 2 - 4 - 5 - GTK_FILL - GTK_FILL - - - - - True - False - 6 - - - 5 - True - True - False - False - True - True - - - False - False - 0 - - - - - 10 - True - True - False - False - True - True - - - False - False - 1 - - - - - 20 - True - True - False - False - True - True - True - - - False - False - 2 - - - - - 50 - True - True - False - False - True - True - - - False - False - 3 - - - - - 100 - True - True - False - False - True - True - - - False - False - 4 - - - - - 200 - True - True - False - False - True - True - - - False - False - 5 - - - - - 1 - 2 - 1 - 2 - GTK_FILL - GTK_FILL - - - - - True - False - - - True - False - - Line - Bar - Candle - - - - False - False - 0 - - - - - True - False - 50 - - - True - False - Scale: - - - - - False - False - 1 - - - - - True - False - - Linear - Logarithmic - - - - False - False - 2 - - - - - True - False - - - True - True - 3 - - - - - 1 - 2 - GTK_FILL - GTK_FILL - - - - - - - True - False - _Options - True - - - - - False - False - 1 - - - - - True - True - never - in - - - True - False - none - - - True - False - stock_chart - 5 - - - - - - - True - True - 2 - - - - - True - True - Downloading chart from <b>Yahoo!</b> - True - True - - - False - False - 3 - - - - - - diff --git a/invest-applet/data/org.mate.applets.InvestApplet.mate-panel-applet.in.in b/invest-applet/data/org.mate.applets.InvestApplet.mate-panel-applet.in.in deleted file mode 100644 index dced4d50..00000000 --- a/invest-applet/data/org.mate.applets.InvestApplet.mate-panel-applet.in.in +++ /dev/null @@ -1,17 +0,0 @@ -[Applet Factory] -Id=InvestAppletFactory -Location=@LIBEXECDIR@/invest-applet -_Name=Invest Applet Factory -_Description=Factory for creating the invest applet. - -[InvestApplet] -_Name=Invest -_Description=Track your invested money. -Icon=mate-invest-applet -BonoboId=OAFIID:Invest_Applet_Factory -X-MATE-Bugzilla-Bugzilla=MATE -X-MATE-Bugzilla-Product=mate-applets -X-MATE-Bugzilla-Component=invest -X-MATE-Bugzilla-Version=@VERSION@ -X-MATE-Bugzilla-OtherBinaries=invest-applet - diff --git a/invest-applet/data/org.mate.panel.applet.InvestAppletFactory.service.in b/invest-applet/data/org.mate.panel.applet.InvestAppletFactory.service.in deleted file mode 100644 index 353c578a..00000000 --- a/invest-applet/data/org.mate.panel.applet.InvestAppletFactory.service.in +++ /dev/null @@ -1,3 +0,0 @@ -[D-BUS Service] -Name=org.mate.panel.applet.InvestAppletFactory -Exec=@LIBEXECDIR@/invest-applet diff --git a/invest-applet/data/prefs-dialog.ui b/invest-applet/data/prefs-dialog.ui deleted file mode 100644 index ffd05853..00000000 --- a/invest-applet/data/prefs-dialog.ui +++ /dev/null @@ -1,268 +0,0 @@ - - - - - False - 5 - Invest Preferences - True - center - 450 - True - dialog - - - - True - False - vertical - 2 - - - True - False - end - - - gtk-help - True - True - True - False - True - - - False - False - 0 - - - - - gtk-close - True - True - True - False - False - True - - - False - False - 1 - - - - - False - True - end - 0 - - - - - True - False - 5 - 18 - - - True - False - - - True - False - label - True - center - - - False - False - 12 - 0 - - - - - True - False - 0 - Stocks - True - center - - - - - - False - False - 1 - - - - - True - False - 18 - 18 - - - True - False - 6 - - - True - True - True - never - in - - - True - True - True - True - - - - - - - - True - True - 0 - - - - - True - False - 6 - True - - - gtk-add - True - True - False - False - True - - - True - True - 0 - - - - - gtk-remove - True - True - False - False - True - - - True - True - 1 - - - - - False - True - 1 - - - - - True - False - 0 - <i><small><b>Note:</b> Quotes are delayed at least 15 minutes. -<b>Source: </b> Yahoo!</small></i> - True - - - False - False - 2 - - - - - - - True - True - 2 - - - - - True - False - 0 - Currency - True - center - - - - - - False - False - 3 - - - - - True - False - 18 - - - True - True - - - - - False - True - 4 - - - - - True - True - 6 - 0 - - - - - True - True - 1 - - - - - - help - close - - - -- cgit v1.2.1