[gnome-builder] build: remove postinstall.py from templates
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] build: remove postinstall.py from templates
- Date: Fri, 11 Feb 2022 22:47:56 +0000 (UTC)
commit ee15c41829a143c3fc5d693a81fb9685595a4de9
Author: Christian Hergert <chergert redhat com>
Date: Fri Feb 11 14:44:16 2022 -0800
build: remove postinstall.py from templates
Fixes #1623
src/plugins/meson-templates/meson_templates.py | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/src/plugins/meson-templates/meson_templates.py b/src/plugins/meson-templates/meson_templates.py
index 794408f4d..59efbb845 100644
--- a/src/plugins/meson-templates/meson_templates.py
+++ b/src/plugins/meson-templates/meson_templates.py
@@ -171,7 +171,6 @@ class MesonTemplate(Ide.TemplateBase, Ide.ProjectTemplate):
'resources/src/hello.js.in': 0o750,
'resources/src/hello.py.in': 0o750,
'resources/src/application.in': 0o750,
- 'resources/build-aux/meson/postinstall.py': 0o750,
}
expands = {
@@ -266,7 +265,6 @@ class GnomeProjectTemplate(MesonTemplate):
files['resources/data/icons/meson.build'] = 'data/icons/meson.build'
files['resources/data/icons/hicolor/scalable/apps/hello.svg'] =
'data/icons/hicolor/scalable/apps/%(appid)s.svg'
files['resources/data/icons/hicolor/symbolic/apps/hello-symbolic.svg'] =
'data/icons/hicolor/symbolic/apps/%(appid)s-symbolic.svg'
- files['resources/build-aux/meson/postinstall.py'] = 'build-aux/meson/postinstall.py'
files['resources/po/LINGUAS'] = 'po/LINGUAS'
files['resources/po/meson.build'] = 'po/meson.build'
files['resources/po/POTFILES'] = 'po/POTFILES'
@@ -344,7 +342,6 @@ class GnomeGTK4ProjectTemplate(MesonTemplate):
files['resources/data/icons/meson.build'] = 'data/icons/meson.build'
files['resources/data/icons/hicolor/scalable/apps/hello.svg'] =
'data/icons/hicolor/scalable/apps/%(appid)s.svg'
files['resources/data/icons/hicolor/symbolic/apps/hello-symbolic.svg'] =
'data/icons/hicolor/symbolic/apps/%(appid)s-symbolic.svg'
- files['resources/build-aux/meson/postinstall.py'] = 'build-aux/meson/postinstall.py'
files['resources/po/LINGUAS'] = 'po/LINGUAS'
files['resources/po/meson.build'] = 'po/meson.build'
files['resources/po/POTFILES'] = 'po/POTFILES'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]