x11/elementary-terminal: Update to 6.0.2

Changes: https://github.com/elementary/terminal/releases/tag/6.0.2

PR:	264073
This commit is contained in:
Olivier Duchateau 2022-05-19 10:52:33 -07:00 committed by Neel Chauhan
parent b8b789478e
commit c28159b2cf
3 changed files with 8 additions and 33 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= terminal
DISTVERSION= 6.0.1
DISTVERSION= 6.0.2
CATEGORIES= x11
PKGNAMEPREFIX= elementary-

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1639925265
SHA256 (elementary-terminal-6.0.1_GH0.tar.gz) = de741ad5deadb927243a7007be0f5d3bb4070f780362d59ded600692064b0eca
SIZE (elementary-terminal-6.0.1_GH0.tar.gz) = 865233
TIMESTAMP = 1652895204
SHA256 (elementary-terminal-6.0.2_GH0.tar.gz) = 4489cfce268c4ecfcd9aac3d8819cc264f7a5ab97633dcd71f84ae7c6441735a
SIZE (elementary-terminal-6.0.2_GH0.tar.gz) = 868353

View file

@ -1,34 +1,9 @@
--- data/meson.build.orig 2021-12-13 18:31:36 UTC
--- data/meson.build.orig 2022-05-18 04:44:45 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',
@@ -40,13 +40,3 @@ test (
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',
@ -38,4 +13,4 @@
-install_data(
- 'enable-zsh-completion-notifications',
- install_dir: join_paths(get_option('datadir'), meson.project_name())
)
-)