diff --git a/x11/elementary-terminal/Makefile b/x11/elementary-terminal/Makefile index a1c17496ec88..ed5b6684ebae 100644 --- a/x11/elementary-terminal/Makefile +++ b/x11/elementary-terminal/Makefile @@ -1,24 +1,24 @@ PORTNAME= terminal -DISTVERSION= 6.0.1 +DISTVERSION= 6.0.2 CATEGORIES= x11 PKGNAMEPREFIX= elementary- MAINTAINER= nc@FreeBSD.org COMMENT= Terminal emulator designed for elementary OS LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libgranite.so:x11-toolkits/granite \ libhandy-1.so:x11-toolkits/libhandy \ libpcre2-posix.so:devel/pcre2 USES= desktop-file-utils gettext gnome meson pkgconfig USE_GITHUB= yes GH_ACCOUNT= elementary USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 vte3 GLIB_SCHEMAS= io.elementary.terminal.gschema.xml .include diff --git a/x11/elementary-terminal/distinfo b/x11/elementary-terminal/distinfo index aef915b19596..00e9a4c892c5 100644 --- a/x11/elementary-terminal/distinfo +++ b/x11/elementary-terminal/distinfo @@ -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 diff --git a/x11/elementary-terminal/files/patch-data_meson.build b/x11/elementary-terminal/files/patch-data_meson.build index 18a76de865f4..ce862d4d52ed 100644 --- a/x11/elementary-terminal/files/patch-data_meson.build +++ b/x11/elementary-terminal/files/patch-data_meson.build @@ -1,41 +1,16 @@ ---- 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', - 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()) - ) +-)