Created attachment 230250 [details] Patch to update x11/elementary-terminal - Update to 6.0.1 - Adjust dependencies - Fix Meson error, in i18n.merge_file() function, now (meson >= 0.60.1) first optional argument is deprecated - Force to use generic font (cosmetic changes) - Use procstat(1) instead of /proc through linprocfs(5) - Remove dbus-send command (see bug #258674 for full detail)
LGTM. Will merge soon.
Committed!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=60019e71ae76edfa624d714ed77f00b8dee98763 commit 60019e71ae76edfa624d714ed77f00b8dee98763 Author: Olivier Duchateau <duchateau.olivier@gmail.com> AuthorDate: 2021-12-19 21:42:41 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-12-19 21:42:41 +0000 x11/elementary-terminal: Update to 6.0.1 While we're here: - Adjust dependencies - Fix Meson error, in i18n.merge_file() function, now (meson >= 0.60.1) first optional argument is deprecated - Force to use generic font (cosmetic changes) - Use procstat(1) instead of /proc through linprocfs(5) - Remove dbus-send command (see bug #258674 for full d PR: 260551 x11/elementary-terminal/Makefile | 7 +- x11/elementary-terminal/distinfo | 6 +- ...h-data_io.elementary.terminal.gschema.xml (new) | 11 +++ .../files/patch-data_meson.build (new) | 41 +++++++++++ .../patch-src_Widgets_TerminalWidget.vala (new) | 84 ++++++++++++++++++++++ x11/elementary-terminal/pkg-plist | 2 - 6 files changed, 142 insertions(+), 9 deletions(-)