From 3a2917ad27da01d5491626c11d08d57866736a229fb5c3d7f548ce42d599a10b Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 29 Oct 2023 06:12:21 +0000 Subject: [PATCH] - Create subpackage wezterm-terminfo OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=95 --- wezterm.changes | 5 +++++ wezterm.spec | 13 ++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/wezterm.changes b/wezterm.changes index 7aafd88..bafef70 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Oct 29 06:11:15 UTC 2023 - Soc Virnyl Estela + +- Create subpackage wezterm-terminfo + ------------------------------------------------------------------- Mon Oct 9 14:14:36 UTC 2023 - Soc Virnyl Estela diff --git a/wezterm.spec b/wezterm.spec index 508e32f..074bde3 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -61,6 +61,7 @@ BuildRequires: pkgconfig(libssh2) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(tic) BuildRequires: pkgconfig(xcb) +Recommends: %{name}-terminfo %description Wezterm is a GPU-accelerated terminal emulator written in Rust. It supports @@ -74,6 +75,13 @@ Recommends: %{name} = %{version} %description mux-server Multiplexer server for wezterm for running on a headless system. +%package terminfo +Summary: Terminfo for %{name} +Supplements: (%{name}-terminfo and terminfo) + +%description terminfo +Terminfo file for wezterm. + %package bash-completion Summary: Bash Completion for %{name} Requires: bash-completion @@ -148,7 +156,6 @@ install -D -m 0644 assets/shell-completion/fish %{buildroot}%{_datadir}/fish/ven %{_bindir}/wezterm %{_bindir}/wezterm-gui %{_bindir}/strip-ansi-escapes -%{_datadir}/terminfo/w/wezterm %{_datadir}/applications/org.wezfurlong.wezterm.desktop %{_datadir}/icons/hicolor/scalable/apps/org.wezfurlong.wezterm.svg %{_datadir}/metainfo/org.wezfurlong.wezterm.appdata.xml @@ -160,6 +167,10 @@ install -D -m 0644 assets/shell-completion/fish %{buildroot}%{_datadir}/fish/ven %doc README.md CONTRIBUTING.md %{_bindir}/wezterm-mux-server +%files terminfo +%license LICENSE.md +%{_datadir}/terminfo/w/wezterm + %files bash-completion %dir %{_datadir}/bash-completion %dir %{_datadir}/bash-completion/completions