summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-05-10 18:11:23 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-05-14 13:37:41 -0300
commite2a18bec4964ef82d8ec6bd921c9467aff2fcf15 (patch)
tree3f01742fb1856890650cff65b4e6d4f68f9a51e9
parent9460babd1e54d1e977b62d59e0e1177c34721615 (diff)
downloadgnome-control-center-e2a18bec4964ef82d8ec6bd921c9467aff2fcf15.tar.gz
project: Move build files to build-aux
An attempt to make the root folder slightly less cluttered and more organized. No functional changes whatsoever.
-rw-r--r--build-aux/meson.build5
-rw-r--r--build-aux/meson/meson_post_install.py (renamed from meson_post_install.py)0
-rwxr-xr-xbuild-aux/meson/update-from-gsd.in (renamed from update-from-gsd.in)0
-rwxr-xr-xbuild-aux/meson/update-from-gsd.sh (renamed from update-from-gsd.sh)0
-rwxr-xr-xbuild-aux/meson/update-from-nma.in (renamed from update-from-nma.in)0
-rw-r--r--meson.build10
6 files changed, 6 insertions, 9 deletions
diff --git a/build-aux/meson.build b/build-aux/meson.build
new file mode 100644
index 000000000..f3fdb40a8
--- /dev/null
+++ b/build-aux/meson.build
@@ -0,0 +1,5 @@
+update_from_gsd = find_program('meson/update-from-gsd.sh')
+update_from_gsd_in = files('meson/update-from-gsd.in')
+update_from_nma_in = files('meson/update-from-nma.in')
+
+meson.add_install_script('meson/meson_post_install.py', control_center_datadir)
diff --git a/meson_post_install.py b/build-aux/meson/meson_post_install.py
index f9119e1a7..f9119e1a7 100644
--- a/meson_post_install.py
+++ b/build-aux/meson/meson_post_install.py
diff --git a/update-from-gsd.in b/build-aux/meson/update-from-gsd.in
index 29d06be8d..29d06be8d 100755
--- a/update-from-gsd.in
+++ b/build-aux/meson/update-from-gsd.in
diff --git a/update-from-gsd.sh b/build-aux/meson/update-from-gsd.sh
index 9f2d6b79c..9f2d6b79c 100755
--- a/update-from-gsd.sh
+++ b/build-aux/meson/update-from-gsd.sh
diff --git a/update-from-nma.in b/build-aux/meson/update-from-nma.in
index 76738b10b..76738b10b 100755
--- a/update-from-nma.in
+++ b/build-aux/meson/update-from-nma.in
diff --git a/meson.build b/meson.build
index 2e7a36d3c..340e2004e 100644
--- a/meson.build
+++ b/meson.build
@@ -249,10 +249,7 @@ install_subdir(
top_inc = include_directories('.')
shell_inc = include_directories('shell')
-update_from_gsd = find_program('update-from-gsd.sh')
-update_from_gsd_in = files('update-from-gsd.in')
-update_from_nma_in = files('update-from-nma.in')
-
+subdir('build-aux')
subdir('data/icons')
subdir('po')
subdir('panels')
@@ -269,11 +266,6 @@ configure_file(
configuration: config_h
)
-meson.add_install_script(
- 'meson_post_install.py',
- control_center_datadir
-)
-
output = ''
output += '\n ' + meson.project_name() + ' - ' + meson.project_version() + '\n'
output += ' ===================================\n'