forked from pool/alacritty
Accepting request 1093690 from home:jlkDE
Do not install terminfo anymore, make the terminfo package a suggested dependency instead. OBS-URL: https://build.opensuse.org/request/show/1093690 OBS-URL: https://build.opensuse.org/package/show/X11:terminals/alacritty?expand=0&rev=69
This commit is contained in:
4
_service
4
_service
@@ -1,6 +1,4 @@
|
||||
<!--
|
||||
# vim: set syntax=xml
|
||||
-->
|
||||
<!-- vim: set syntax=xml: -->
|
||||
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 18 15:00:33 UTC 2023 - Jan-Luca Kiok <opensuse-packages@jlk.one>
|
||||
|
||||
- Make terminfo package a suggested dependency
|
||||
- Do not install terminfo anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 16 23:24:35 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||
|
||||
|
@@ -36,6 +36,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xclip
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
Suggests: terminfo
|
||||
|
||||
%description
|
||||
Alacritty is a terminal emulator written in Rust that leverages the GPU for
|
||||
@@ -105,9 +106,6 @@ install -Dm 0644 extra/completions/%{name}.fish \
|
||||
%{buildroot}/%{_datadir}/fish/vendor_completions.d/%{name}.fish
|
||||
install -Dm 0644 extra/completions/_%{name} \
|
||||
%{buildroot}/%{_datadir}/zsh/site-functions/_%{name}
|
||||
# Don't forget the terminfo entry
|
||||
install -Dm 0644 extra/alacritty.info \
|
||||
%{buildroot}%{_datadir}/terminfo/a/%{name}
|
||||
|
||||
# install desktop file
|
||||
%suse_update_desktop_file Alacritty
|
||||
@@ -122,7 +120,6 @@ install -Dm 0644 extra/alacritty.info \
|
||||
%{_datadir}/applications/Alacritty.desktop
|
||||
%{_datadir}/pixmaps/Alacritty.svg
|
||||
%{_datadir}/appdata/org.alacritty.Alacritty.appdata.xml
|
||||
%{_datadir}/terminfo/a/%{name}
|
||||
|
||||
%files bash-completion
|
||||
%{_datadir}/bash-completion
|
||||
|
Reference in New Issue
Block a user