diff options
author | monsta <[email protected]> | 2018-01-13 13:54:33 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-14 16:19:48 +0100 |
commit | 41f7b7a2a38ca9f3929fcbd88d228b3815034876 (patch) | |
tree | 4da95992b542ba378b7ccc82b8d55a3dd86302d3 /invest-applet/data/Makefile.am | |
parent | 55fbad37580a11d2ac539b382f463af2f12e114c (diff) | |
download | mate-applets-41f7b7a2a38ca9f3929fcbd88d228b3815034876.tar.bz2 mate-applets-41f7b7a2a38ca9f3929fcbd88d228b3815034876.tar.xz |
drop broken invest-applet and all Python dependencies
closes https://github.com/mate-desktop/mate-applets/issues/297
Diffstat (limited to 'invest-applet/data/Makefile.am')
-rw-r--r-- | invest-applet/data/Makefile.am | 61 |
1 files changed, 0 insertions, 61 deletions
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 |