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/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 ---------------- 12 files changed, 1840 deletions(-) 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 (limited to 'invest-applet/data/art') 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> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.1