forked from pool/helix
- Check desktop file
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=51
This commit is contained in:
parent
9d567fb329
commit
d477868e1e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 1 00:04:56 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Check desktop file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 01:39:46 UTC 2023 - William Brown <william.brown@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user