Bug 260551 - x11/elementary-terminal: Update to 6.0.1
Summary: x11/elementary-terminal: Update to 6.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Neel Chauhan
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2021-12-19 21:00 UTC by Olivier Duchateau
Modified: 2021-12-19 21:43 UTC (History)
0 users

See Also:
nc: maintainer-feedback+


Attachments
Patch to update x11/elementary-terminal (8.43 KB, patch)
2021-12-19 21:00 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)