From feae5fc03937c899867bbecf19c88cb3c83329dd8d44592a8e61f6b6438a4818 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sat, 15 Oct 2022 00:33:21 +0000 Subject: [PATCH] - Install zellij.desktop and zellij.png. OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=34 --- zellij.changes | 5 +++++ zellij.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/zellij.changes b/zellij.changes index 55a8ba4..035ab8e 100644 --- a/zellij.changes +++ b/zellij.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 15 00:32:25 UTC 2022 - Soc Virnyl Estela + +- Install zellij.desktop and zellij.png. + ------------------------------------------------------------------- Mon Oct 10 10:20:22 UTC 2022 - Soc Virnyl Estela diff --git a/zellij.spec b/zellij.spec index 0d71fd4..aa76d77 100644 --- a/zellij.spec +++ b/zellij.spec @@ -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}