From fe2af56cf1c62cbf1991f43510e0718bd46d3350 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 31 Mar 2020 14:56:45 +0200 Subject: Remove autotools support --- data/Makefile.am | 35 ----------------------------------- data/icons/128x128/Makefile.am | 9 --------- data/icons/32x32/Makefile.am | 9 --------- data/icons/48x48/Makefile.am | 9 --------- data/icons/64x64/Makefile.am | 9 --------- data/icons/Makefile.am | 14 -------------- data/icons/scalable/Makefile.am | 9 --------- 7 files changed, 94 deletions(-) delete mode 100644 data/Makefile.am delete mode 100644 data/icons/128x128/Makefile.am delete mode 100644 data/icons/32x32/Makefile.am delete mode 100644 data/icons/48x48/Makefile.am delete mode 100644 data/icons/64x64/Makefile.am delete mode 100644 data/icons/Makefile.am delete mode 100644 data/icons/scalable/Makefile.am (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am deleted file mode 100644 index ad4e00f..0000000 --- a/data/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -NULL = - -SUBDIRS = icons - -gsettings_SCHEMAS = org.gnome.PrepaidManager.gschema.xml - -@INTLTOOL_XML_NOMERGE_RULE@ -@GSETTINGS_RULES@ - -%.gschema.xml.in: %.gschema.xml.in.in Makefile - $(AM_V_GEN) sed -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ - -# We need to compile schemas at make time -# to run from source tree -gschemas.compiled: $(gsettings_SCHEMAS:.xml=.valid) - $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. . - -@INTLTOOL_XML_RULE@ -appdatadir = $(datadir)/appdata -appdata_in_files = prepaid-manager-applet.appdata.xml.in -appdata_DATA = $(appdata_in_files:.xml.in=.xml) - -all-local: gschemas.compiled - -EXTRA_DIST = \ - org.gnome.PrepaidManager.gschema.xml.in.in \ - $(appdata_in_files) \ - $(NULL) - -CLEANFILES = \ - $(gsettings_SCHEMAS) \ - gschemas.compiled \ - $(appdata_DATA) \ - $(NULL) - diff --git a/data/icons/128x128/Makefile.am b/data/icons/128x128/Makefile.am deleted file mode 100644 index 4ee3611..0000000 --- a/data/icons/128x128/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -NULL = - -icondir = ${datadir}/icons/hicolor/128x128/apps -icon_DATA = \ - ppm.png\ - $(NULL) - -EXTRA_DIST = $(icon_DATA) - diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am deleted file mode 100644 index dd71b0e..0000000 --- a/data/icons/32x32/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -NULL = - -icondir = ${datadir}/icons/hicolor/32x32/apps -icon_DATA = \ - ppm.png\ - $(NULL) - -EXTRA_DIST = $(icon_DATA) - diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am deleted file mode 100644 index 0806a12..0000000 --- a/data/icons/48x48/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -NULL = - -icondir = ${datadir}/icons/hicolor/48x48/apps -icon_DATA = \ - ppm.png\ - $(NULL) - -EXTRA_DIST = $(icon_DATA) - diff --git a/data/icons/64x64/Makefile.am b/data/icons/64x64/Makefile.am deleted file mode 100644 index 0953a06..0000000 --- a/data/icons/64x64/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -NULL = - -icondir = ${datadir}/icons/hicolor/64x64/apps -icon_DATA = \ - ppm.png\ - $(NULL) - -EXTRA_DIST = $(icon_DATA) - diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am deleted file mode 100644 index 2f415b8..0000000 --- a/data/icons/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -SUBDIRS = scalable 128x128 64x64 48x48 32x32 - -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor - -install-data-hook: update-icon-cache -uninstall-hook: update-icon-cache -update-icon-cache: - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After (un)install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am deleted file mode 100644 index 7773565..0000000 --- a/data/icons/scalable/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -NULL = - -icondir = ${datadir}/icons/hicolor/scalable/apps -icon_DATA = \ - ppm.svg \ - $(NULL) - -EXTRA_DIST = $(icon_DATA) - -- cgit v1.2.3