diff --git a/helix.changes b/helix.changes index 4dc6c3b..11393a1 100644 --- a/helix.changes +++ b/helix.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 4 13:11:27 UTC 2022 - Soc Virnyl Estela + +- Use new logo for helix: + * add helix.png + ------------------------------------------------------------------- Sat Oct 15 10:16:46 UTC 2022 - Soc Virnyl Estela diff --git a/helix.png b/helix.png new file mode 100644 index 0000000..64776d4 --- /dev/null +++ b/helix.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8caa7833c06cbb86fdefa69a9b93f2c81a397c44e77a5bcbc6266a23690c58 +size 15785 diff --git a/helix.spec b/helix.spec index d8206b1..1530b2b 100644 --- a/helix.spec +++ b/helix.spec @@ -29,6 +29,7 @@ Source1: vendor.tar.xz Source2: cargo_config Source3: helix-rpmlintrc Source4: README-suse-maint.md +Source5: https://github.com/helix-editor/helix/raw/master/contrib/helix.png BuildRequires: c++_compiler BuildRequires: c_compiler BuildRequires: cargo-packaging @@ -112,7 +113,7 @@ ln -sv %{_libdir}/%{name}/hx %{buildroot}%{_bindir}/%{name} install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/Helix.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop # Icon -install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png +install -Dm644 -T %{SOURCE5} %{buildroot}%{_datadir}/pixmaps/%{name}.png # Shell completions install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/completion/hx.bash %{buildroot}%{_datadir}/bash-completion/completions/%{name}