From d477868e1ea64b779dd54b6cff50b461f7a1e5a6653ea86947e298d8064c1946 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Wed, 1 Mar 2023 00:05:14 +0000 Subject: [PATCH] - Check desktop file OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=51 --- helix.changes | 5 +++++ helix.spec | 2 ++ 2 files changed, 7 insertions(+) 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