diff --git a/helix.changes b/helix.changes index 2e0211c..411093c 100644 --- a/helix.changes +++ b/helix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 1 00:04:56 UTC 2023 - Soc Virnyl Estela + +- Check desktop file + ------------------------------------------------------------------- Tue Feb 14 01:39:46 UTC 2023 - William Brown diff --git a/helix.spec b/helix.spec index 6a18310..9952e2e 100644 --- a/helix.spec +++ b/helix.spec @@ -33,6 +33,7 @@ BuildRequires: c++_compiler BuildRequires: c_compiler BuildRequires: cargo-packaging BuildRequires: hicolor-icon-theme +BuildRequires: update-desktop-files Suggests: %{name}-runtime ExclusiveArch: %{rust_arches} @@ -113,6 +114,7 @@ ln -sv %{_libdir}/%{name}/hx %{buildroot}%{_bindir}/%{name} # Desktop application file install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/Helix.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop +%suse_update_desktop_file %{name} # Icon install -Dm644 -T %{_builddir}/%{name}-%{version}/logo.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg