summaryrefslogtreecommitdiff
path: root/x11/elementary-terminal/files/patch-data_meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'x11/elementary-terminal/files/patch-data_meson.build')
-rw-r--r--x11/elementary-terminal/files/patch-data_meson.build41
1 files changed, 41 insertions, 0 deletions
diff --git a/x11/elementary-terminal/files/patch-data_meson.build b/x11/elementary-terminal/files/patch-data_meson.build
new file mode 100644
index 000000000000..18a76de865f4
--- /dev/null
+++ b/x11/elementary-terminal/files/patch-data_meson.build
@@ -0,0 +1,41 @@
+--- data/meson.build.orig 2021-12-13 18:31:36 UTC
++++ data/meson.build
+@@ -4,7 +4,6 @@ install_data(
+ )
+
+ i18n.merge_file (
+- 'desktop',
+ input: meson.project_name() + '.desktop.in',
+ output: meson.project_name() + '.desktop',
+ install: true,
+@@ -14,7 +13,6 @@ i18n.merge_file (
+ )
+
+ i18n.merge_file (
+- 'desktop',
+ input: 'open-pantheon-terminal-here.desktop.in',
+ output: 'open-pantheon-terminal-here.desktop',
+ install: true,
+@@ -24,7 +22,6 @@ i18n.merge_file (
+ )
+
+ i18n.merge_file (
+- 'appdata',
+ input: meson.project_name() + '.appdata.xml.in',
+ output: meson.project_name() + '.appdata.xml',
+ install: true,
+@@ -42,14 +39,4 @@ test (
+ 'Validate open here desktop file',
+ find_program('desktop-file-validate'),
+ args: join_paths(meson.current_build_dir (), 'open-pantheon-terminal-here.desktop')
+-)
+-
+-install_data(
+- 'pantheon_terminal_process_completion_notifications.fish',
+- install_dir: join_paths(get_option('datadir'), 'fish', 'vendor_conf.d')
+-)
+-
+-install_data(
+- 'enable-zsh-completion-notifications',
+- install_dir: join_paths(get_option('datadir'), meson.project_name())
+ )