forked from pool/wezterm
Accepting request 1120963 from X11:terminals
- Set wezterm-terminfo as noarch - Create subpackage wezterm-terminfo OBS-URL: https://build.opensuse.org/request/show/1120963 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wezterm?expand=0&rev=31
This commit is contained in:
commit
9d57216653
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 29 06:30:01 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
- Set wezterm-terminfo as noarch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 29 06:11:15 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
- Create subpackage wezterm-terminfo
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 9 14:14:36 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
Mon Oct 9 14:14:36 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
14
wezterm.spec
14
wezterm.spec
@ -61,6 +61,7 @@ BuildRequires: pkgconfig(libssh2)
|
|||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(tic)
|
BuildRequires: pkgconfig(tic)
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
|
Recommends: %{name}-terminfo
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Wezterm is a GPU-accelerated terminal emulator written in Rust. It supports
|
Wezterm is a GPU-accelerated terminal emulator written in Rust. It supports
|
||||||
@ -74,6 +75,14 @@ Recommends: %{name} = %{version}
|
|||||||
%description mux-server
|
%description mux-server
|
||||||
Multiplexer server for wezterm for running on a headless system.
|
Multiplexer server for wezterm for running on a headless system.
|
||||||
|
|
||||||
|
%package terminfo
|
||||||
|
Summary: Terminfo for %{name}
|
||||||
|
Supplements: (%{name}-terminfo and terminfo)
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description terminfo
|
||||||
|
Terminfo file for wezterm.
|
||||||
|
|
||||||
%package bash-completion
|
%package bash-completion
|
||||||
Summary: Bash Completion for %{name}
|
Summary: Bash Completion for %{name}
|
||||||
Requires: bash-completion
|
Requires: bash-completion
|
||||||
@ -148,7 +157,6 @@ install -D -m 0644 assets/shell-completion/fish %{buildroot}%{_datadir}/fish/ven
|
|||||||
%{_bindir}/wezterm
|
%{_bindir}/wezterm
|
||||||
%{_bindir}/wezterm-gui
|
%{_bindir}/wezterm-gui
|
||||||
%{_bindir}/strip-ansi-escapes
|
%{_bindir}/strip-ansi-escapes
|
||||||
%{_datadir}/terminfo/w/wezterm
|
|
||||||
%{_datadir}/applications/org.wezfurlong.wezterm.desktop
|
%{_datadir}/applications/org.wezfurlong.wezterm.desktop
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/org.wezfurlong.wezterm.svg
|
%{_datadir}/icons/hicolor/scalable/apps/org.wezfurlong.wezterm.svg
|
||||||
%{_datadir}/metainfo/org.wezfurlong.wezterm.appdata.xml
|
%{_datadir}/metainfo/org.wezfurlong.wezterm.appdata.xml
|
||||||
@ -160,6 +168,10 @@ install -D -m 0644 assets/shell-completion/fish %{buildroot}%{_datadir}/fish/ven
|
|||||||
%doc README.md CONTRIBUTING.md
|
%doc README.md CONTRIBUTING.md
|
||||||
%{_bindir}/wezterm-mux-server
|
%{_bindir}/wezterm-mux-server
|
||||||
|
|
||||||
|
%files terminfo
|
||||||
|
%license LICENSE.md
|
||||||
|
%{_datadir}/terminfo/w/wezterm
|
||||||
|
|
||||||
%files bash-completion
|
%files bash-completion
|
||||||
%dir %{_datadir}/bash-completion
|
%dir %{_datadir}/bash-completion
|
||||||
%dir %{_datadir}/bash-completion/completions
|
%dir %{_datadir}/bash-completion/completions
|
||||||
|
Loading…
Reference in New Issue
Block a user