- 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:
parent
ab1b14c89d
commit
feae5fc039
@ -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>
|
Mon Oct 10 10:20:22 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
@ -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.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.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/zellij.fish
|
||||||
install -Dm644 -T ./target/zellij.zsh %{buildroot}%{_datadir}/zsh/site-functions/_zellij
|
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
|
%if 0%{?suse_version} > 1500
|
||||||
install -Dm644 -T ./target/zellij.1 %{buildroot}%{_mandir}/man1/zellij.1
|
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
|
%files
|
||||||
%{_bindir}/zellij
|
%{_bindir}/zellij
|
||||||
|
%{_datadir}/*
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
%{_mandir}/man1/zellij.1%{?ext_man}
|
%{_mandir}/man1/zellij.1%{?ext_man}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user