summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-12-17 15:33:37 -0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-01-10 11:50:54 -0200
commit763ae36ceecb423dd97a01a543c0b4e11e3e2559 (patch)
tree1d9b76f2f4cf6e77f22e77cc03007ea5512f4430 /data
parent582b67a2f1dde4dab7276cce30c6c40ff929da18 (diff)
downloadmutter-763ae36ceecb423dd97a01a543c0b4e11e3e2559.tar.gz
Drop Autotools
I saw Meson fade from the sky On the wind I heard a sigh As snowflakes cover fallen Makefiles I will say this last goodbye Meson is now coming So ends Autotools days Future is now coming And we must away Over Python and without Bashisms Through lands where never Meson touched By silver streams that run down to the Sea Under parsers, beneath old legacy Over snow one winter’s morn I turned at last to paths that lead home And though where the road then takes me I cannot tell We came all this way But now comes the day To bid you farewell Many places I have been Many sorrows I have seen But I don’t regret Nor will I forget All Makefiles that took that road with me I bid you all a very fond farewell.
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am43
1 files changed, 0 insertions, 43 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
deleted file mode 100644
index 4a8ff6f67..000000000
--- a/data/Makefile.am
+++ /dev/null
@@ -1,43 +0,0 @@
-desktopfiles_in_files = \
- mutter.desktop.in
-desktopfilesdir = $(datadir)/applications
-desktopfiles_DATA = $(desktopfiles_in_files:.desktop.in=.desktop)
-
-%.desktop:%.desktop.in
- $(AM_V_GET) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
-
-xmldir = $(GNOME_KEYBINDINGS_KEYSDIR)
-xml_DATA = \
- 50-mutter-navigation.xml \
- 50-mutter-system.xml \
- 50-mutter-windows.xml
-
-if HAVE_WAYLAND
-xml_DATA += \
- 50-mutter-wayland.xml
-endif
-
-gschema_in_files = \
- org.gnome.mutter.gschema.xml.in \
- org.gnome.mutter.wayland.gschema.xml.in
-gsettings_SCHEMAS = $(gschema_in_files:.xml.in=.xml)
-
-%.gschema.xml: %.gschema.xml.in Makefile
- $(AM_V_GEN) sed -e 's|@GETTEXT_DOMAIN[@]|$(GETTEXT_PACKAGE)|g' \
- -e 's|@XWAYLAND_GRAB_DEFAULT_ACCESS_RULES[@]|$(XWAYLAND_GRAB_DEFAULT_ACCESS_RULES)|g' \
- $< > $@ || rm $@
-
-@GSETTINGS_RULES@
-
-convertdir = $(datadir)/GConf/gsettings
-convert_DATA = mutter-schemas.convert
-
-CLEANFILES = \
- $(desktopfiles_DATA) \
- $(gsettings_SCHEMAS)
-
-EXTRA_DIST = \
- $(convert_DATA) \
- $(desktopfiles_in_files) \
- $(gschema_in_files) \
- $(xml_DATA)