diff --git a/fish.changes b/fish.changes index 06091e2..4a26f17 100644 --- a/fish.changes +++ b/fish.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 9 05:43:01 UTC 2021 - Samu Voutilainen + +- Define GenericName and proper category in fish.desktop + ------------------------------------------------------------------- Mon Mar 1 15:43:22 UTC 2021 - Paolo Stivanin diff --git a/fish.spec b/fish.spec index 8e3242a..530b73f 100644 --- a/fish.spec +++ b/fish.spec @@ -33,6 +33,7 @@ BuildRequires: groff BuildRequires: ncurses-devel BuildRequires: pcre2-devel >= 10.21 BuildRequires: pkgconfig +BuildRequires: update-desktop-files Requires: bc Requires: man Recommends: terminfo @@ -72,6 +73,8 @@ rm %{buildroot}/%{_datadir}/fish/completions/curl.fish rm %{buildroot}/%{_datadir}/doc/fish/.buildinfo +%suse_update_desktop_file -G "Command-line interpreter" fish TerminalEmulator + %post # Add fish to the list of allowed shells in /etc/shells if ! grep -q '^%{_bindir}/%{name}$' %{_sysconfdir}/shells; then