- Install zellij.desktop and zellij.png.

OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=34
This commit is contained in:
Soc Virnyl Estela 2022-10-15 00:33:21 +00:00 committed by Git OBS Bridge
parent ab1b14c89d
commit feae5fc039
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Oct 15 00:32:25 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Install zellij.desktop and zellij.png.
-------------------------------------------------------------------
Mon Oct 10 10:20:22 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -115,6 +115,8 @@ mandown docs/MANPAGE.md > target/zellij.1
install -Dm644 -T ./target/zellij.bash %{buildroot}%{_datadir}/bash-completion/completions/zellij
install -Dm644 -T ./target/zellij.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/zellij.fish
install -Dm644 -T ./target/zellij.zsh %{buildroot}%{_datadir}/zsh/site-functions/_zellij
install -Dm644 -T %{_builddir}/%{name}-%{version}/assets/icon.png %{buildroot}/%{_datadir}/pixmaps/%{name}.png
install -Dm644 =T %{_builddir}/%{name}-%{version}/assets/%{name}.desktop %{buildroot}/%{_datadir}/%{name}.desktop
%if 0%{?suse_version} > 1500
install -Dm644 -T ./target/zellij.1 %{buildroot}%{_mandir}/man1/zellij.1
@ -128,6 +130,7 @@ install -Dm644 -T ./target/zellij.1 %{buildroot}%{_mandir}/man1/zellij.1
%files
%{_bindir}/zellij
%{_datadir}/*
%if 0%{?suse_version} > 1500
%{_mandir}/man1/zellij.1%{?ext_man}