public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Add ncurses-term
Date: Fri, 11 Sep 2026 14:42:53 GMT [thread overview]
Message-ID: <178913777383.1.10081616056691297538.flatpaks-flatpak-runtime-7b80dd85e337@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : 7b80dd85e337adea6002ca82b6290b50eb3366f5
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-03-02T20:29:46-05:00
Stats : +6/-0 in 4 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/7b80dd85e337adea6002ca82b6290b50eb3366f5?branch=f45
Log:
Add ncurses-term
---
diff --git a/container-sdk.yaml b/container-sdk.yaml
index 5041e14..136fcbe 100644
--- a/container-sdk.yaml
+++ b/container-sdk.yaml
@@ -1043,6 +1043,7 @@ flatpak:
- ncurses-c++-libs
- ncurses-devel
- ncurses-libs
+ - ncurses-term
- netpbm
- nettle
- nettle-devel
diff --git a/container.yaml b/container.yaml
index f0f98e9..bdba564 100644
--- a/container.yaml
+++ b/container.yaml
@@ -667,6 +667,7 @@ flatpak:
- ncurses
- ncurses-base
- ncurses-libs
+ - ncurses-term
- nettle
- noopenh264
- npth
diff --git a/tools/list-files.py b/tools/list-files.py
index 770af93..090f78b 100755
--- a/tools/list-files.py
+++ b/tools/list-files.py
@@ -41,6 +41,7 @@ output_dir_recurse('/usr/share/hunspell')
output_dir_recurse('/usr/share/hyphen')
output_dir_recurse('/usr/share/iso-codes')
output_dir_recurse('/usr/share/mythes')
+output_dir_recurse('/usr/share/terminfo')
output_dir_recurse('/usr/share/themes')
output_dir_recurse('/usr/lib/perl5/')
output_dir_recurse('/usr/lib/x86_64-linux-gnu/alsa-lib/')
diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index 11a1bea..5ed741c 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -416,6 +416,9 @@ ignore_patterns = [
# We build these into the gtk+ library
r'^/usr/lib64/gtk-[^/]*/[^/]*/immodules/im-wayland.so',
r'^/usr/lib64/gtk-[^/]*/[^/]*/immodules/im-waylandgtk.so',
+
+ # provided by both dvtm and ncurses-term; only the latter is wanted
+ r'^/usr/share/terminfo/d/dvtm.*',
]
ignore_compiled = [re.compile(x) for x in ignore_patterns]
reply other threads:[~2026-09-11 14:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178913777383.1.10081616056691297538.flatpaks-flatpak-runtime-7b80dd85e337@fedoraproject.org \
--to=yselkowi@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox