[PATCH 1/2] gnu: senpai: Install desktop file.

  • Done
  • quality assurance status badge
Details
One participant
  • Luis Guilherme Coelho
Owner
unassigned
Submitted by
Luis Guilherme Coelho
Severity
normal

Debbugs page

L
L
Luis Guilherme Coelho wrote on 9 Mar 09:11 -0700
(address . guix-patches@gnu.org)(name . Luis Guilherme Coelho)(address . lgcoelho@disroot.org)
76c483d4e73abe4417ae9021ef7e79180746cb22.1741536706.git.lgcoelho@disroot.org
* gnu/packages/messaging.scm (senpai)[arguments]<#:phases>: Add
'install-desktop-file phase.

Change-Id: Ib2b84639a3bfa5ff211eda794a99370a1c39061c
---
gnu/packages/messaging.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index d2bc9fcfac..a19673a463 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3722,7 +3722,12 @@ (define-public senpai
man1)
(install-file
(string-append "src/" unpack-path "/doc/senpai.5")
- man5)))))))
+ man5))))
+ (add-after 'install 'install-desktop-file
+ (lambda* (#:key unpack-path #:allow-other-keys)
+ (install-file
+ (string-append "src/" unpack-path "/contrib/senpai.desktop")
+ (string-append #$output "/share/applications")))))))
(native-inputs
(list go-git-sr-ht-emersion-go-scfg
go-github-com-delthas-go-libnp

base-commit: a5256944a35e91be71b1348e805a341fe06cbb8d
--
2.48.1
L
L
Luis Guilherme Coelho wrote on 9 Mar 09:21 -0700
(address . control@debbugs.gnu.org)
D8BVGFWR303D.10SXHVW5D93SR@disroot.org
close 76893
close 76894
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76893@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76893
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch