aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-03-31 14:56:45 +0200
committerGuido Günther <agx@sigxcpu.org>2020-03-31 14:56:45 +0200
commitfe2af56cf1c62cbf1991f43510e0718bd46d3350 (patch)
tree68e91cbae6ac64353a6efd14f3879375889a4e73 /data
parent8d46d24e23836a0651abd14af67788d43f0416c9 (diff)
Remove autotools support
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am35
-rw-r--r--data/icons/128x128/Makefile.am9
-rw-r--r--data/icons/32x32/Makefile.am9
-rw-r--r--data/icons/48x48/Makefile.am9
-rw-r--r--data/icons/64x64/Makefile.am9
-rw-r--r--data/icons/Makefile.am14
-rw-r--r--data/icons/scalable/Makefile.am9
7 files changed, 0 insertions, 94 deletions
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)
-