Bug 260551

Summary: x11/elementary-terminal: Update to 6.0.1
Product: Ports & Packages Reporter: Olivier Duchateau <duchateau.olivier>
Component: Individual Port(s)Assignee: Neel Chauhan <nc>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: patch
Priority: --- Flags: nc: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to update x11/elementary-terminal none

Description Olivier Duchateau 2021-12-19 21:00:40 UTC
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)
Comment 1 Neel Chauhan freebsd_committer freebsd_triage 2021-12-19 21:41:25 UTC
LGTM. Will merge soon.
Comment 2 Neel Chauhan freebsd_committer freebsd_triage 2021-12-19 21:43:15 UTC
Committed!
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-12-19 21:43:53 UTC
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(-)