- Use new logo for helix:
* add helix.png OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=38
This commit is contained in:
parent
a506595297
commit
208ffb8064
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 4 13:11:27 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
- Use new logo for helix:
|
||||||
|
* add helix.png
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 15 10:16:46 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
Sat Oct 15 10:16:46 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
3
helix.png
Normal file
3
helix.png
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea8caa7833c06cbb86fdefa69a9b93f2c81a397c44e77a5bcbc6266a23690c58
|
||||||
|
size 15785
|
@ -29,6 +29,7 @@ Source1: vendor.tar.xz
|
|||||||
Source2: cargo_config
|
Source2: cargo_config
|
||||||
Source3: helix-rpmlintrc
|
Source3: helix-rpmlintrc
|
||||||
Source4: README-suse-maint.md
|
Source4: README-suse-maint.md
|
||||||
|
Source5: https://github.com/helix-editor/helix/raw/master/contrib/helix.png
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
BuildRequires: cargo-packaging
|
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
|
install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/Helix.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||||
|
|
||||||
# Icon
|
# 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
|
# Shell completions
|
||||||
install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/completion/hx.bash %{buildroot}%{_datadir}/bash-completion/completions/%{name}
|
install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/completion/hx.bash %{buildroot}%{_datadir}/bash-completion/completions/%{name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user