[gnome-builder] build: remove autotools-templates plugin
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] build: remove autotools-templates plugin
- Date: Wed, 19 Sep 2018 23:01:49 +0000 (UTC)
commit 12fb78bdc268041d571be885d820045b104bf9a9
Author: Christian Hergert <chergert redhat com>
Date: Wed Sep 19 16:01:34 2018 -0700
build: remove autotools-templates plugin
We've kept these around long enough, we're on the meson train now.
meson_options.txt | 1 -
.../autotools-templates/autotools-templates.plugin | 11 -
.../autotools_templates/__init__.py | 341 -
.../autotools_templates/resources/CONTRIBUTING.md | 0
.../resources/FlatpakManifestTemplate.json | 138 -
.../autotools_templates/resources/Makefile.am | 53 -
.../autotools_templates/resources/NEWS | 0
.../autotools_templates/resources/README.md | 0
.../autotools_templates/resources/autogen.sh | 41 -
.../resources/bin/Makefile.gnome-app | 15 -
.../autotools_templates/resources/bin/wrapper.py | 19 -
.../autotools_templates/resources/configure.ac | 181 -
.../autotools_templates/resources/data/Makefile.am | 12 -
.../resources/data/package.pc.in | 0
.../autotools_templates/resources/git.mk | 333 -
.../autotools_templates/resources/m4/Makefile.am | 1 -
.../resources/m4/appstream-xml.m4 | 86 -
.../resources/m4/ax_append_compile_flags.m4 | 65 -
.../resources/m4/ax_append_flag.m4 | 71 -
.../resources/m4/ax_check_compile_flag.m4 | 74 -
.../resources/m4/ax_check_link_flag.m4 | 74 -
.../resources/m4/ax_compiler_flags_cxxflags.m4 | 129 -
.../resources/m4/ax_compiler_vendor.m4 | 87 -
.../resources/m4/ax_cxx_compile_stdcxx_11.m4 | 172 -
.../resources/m4/ax_require_defined.m4 | 37 -
.../resources/m4/glib-gettext.m4 | 436 -
.../autotools_templates/resources/m4/gsettings.m4 | 83 -
.../autotools_templates/resources/m4/intltool.m4 | 212 -
.../resources/m4/introspection.m4 | 96 -
.../autotools_templates/resources/m4/libtool.m4 | 8372 --------------------
.../autotools_templates/resources/m4/pkg.m4 | 214 -
.../autotools_templates/resources/m4/vala.m4 | 135 -
.../autotools_templates/resources/m4/vapigen.m4 | 101 -
.../autotools_templates/resources/po/LINGUAS | 1 -
.../autotools_templates/resources/po/Makevars | 69 -
.../autotools_templates/resources/po/POTFILES.in | 0
.../resources/src/Makefile.empty | 1 -
.../resources/src/Makefile.gnome-app | 17 -
.../resources/src/Makefile.gnome-app-python | 4 -
.../resources/src/Makefile.shared-library-c | 28 -
.../resources/src/Makefile.shared-library-vala | 26 -
.../autotools_templates/resources/src/__main__.py | 31 -
.../autotools_templates/resources/src/main.c | 33 -
.../autotools_templates/resources/src/main.cpp | 21 -
.../autotools_templates/resources/src/main.vala | 21 -
.../resources/src/package-version.h.in | 81 -
.../autotools_templates/resources/src/package.h | 13 -
.../autotools_templates/resources/src/package.vala | 7 -
src/plugins/autotools-templates/meson.build | 17 -
src/plugins/meson.build | 2 -
50 files changed, 11962 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index d188a92a8..9d6d0944e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -24,7 +24,6 @@ option('python_libprefix', type: 'string')
# Ideally we want many of these to be defined in the plugin dir:
# https://github.com/mesonbuild/meson/issues/707
option('with_autotools', type: 'boolean')
-option('with_autotools_templates', type: 'boolean', value: false)
option('with_beautifier', type: 'boolean')
option('with_c_pack', type: 'boolean')
option('with_cargo', type: 'boolean')
diff --git a/src/plugins/meson.build b/src/plugins/meson.build
index bd9983193..f8cb489fb 100644
--- a/src/plugins/meson.build
+++ b/src/plugins/meson.build
@@ -11,7 +11,6 @@ gnome_builder_plugins_link_args = [
]
subdir('autotools')
-subdir('autotools-templates')
subdir('beautifier')
subdir('c-pack')
subdir('cargo')
@@ -158,7 +157,6 @@ status += [
'Templates:',
'',
- 'Autotools ............. : @0@'.format(get_option('with_autotools_templates')),
'Meson ................. : @0@'.format(get_option('with_meson_templates')),
'', ''
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]