public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Add ncurses-term
@ 2026-09-11 14:42 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-11 14:42 UTC (permalink / raw)
To: git-commits
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]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 14:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 14:42 [flatpaks/flatpak-runtime] f45: Add ncurses-term Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox