[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: straw-viewer: Comment out .desktop installation.
From: |
guix-commits |
Subject: |
04/06: gnu: straw-viewer: Comment out .desktop installation. |
Date: |
Tue, 28 Jul 2020 15:26:10 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 511bfafa14e90304b1c9b82dad7321daa1668e32
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jul 28 16:03:03 2020 +0200
gnu: straw-viewer: Comment out .desktop installation.
This will only make sense when the GTK version is built.
* gnu/packages/video.scm (straw-viewer)[arguments]: Comment out
‘install-desktop’ phase.
---
gnu/packages/video.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e63f234..e3bb447 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -577,15 +577,15 @@ H.264 (MPEG-4 AVC) video streams.")
(format #f "'~a/bin/xdg-open'"
(assoc-ref inputs "xdg-utils"))))
#t))
- (add-after 'install 'install-desktop
- (lambda* (#:key outputs #:allow-other-keys)
- (let* ((out (assoc-ref outputs "out"))
- (sharedir (string-append out "/share")))
- (install-file "share/gtk-straw-viewer.desktop"
- (string-append sharedir "/applications"))
- (install-file "share/icons/gtk-straw-viewer.png"
- (string-append sharedir "/pixmaps"))
- #t)))
+ ;; (add-after 'install 'install-desktop
+ ;; (lambda* (#:key outputs #:allow-other-keys)
+ ;; (let* ((out (assoc-ref outputs "out"))
+ ;; (sharedir (string-append out "/share")))
+ ;; (install-file "share/gtk-straw-viewer.desktop"
+ ;; (string-append sharedir "/applications"))
+ ;; (install-file "share/icons/gtk-straw-viewer.png"
+ ;; (string-append sharedir "/pixmaps"))
+ ;; #t)))
(add-after 'install 'wrap-program
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
- branch master updated (6fba1f4 -> a81a644), guix-commits, 2020/07/28
- 02/06: gnu: pixz: Update to 1.0.7., guix-commits, 2020/07/28
- 01/06: gnu: freeorion: Update to 0.4.10., guix-commits, 2020/07/28
- 03/06: gnu: xtl: Update to 0.6.15., guix-commits, 2020/07/28
- 04/06: gnu: straw-viewer: Comment out .desktop installation.,
guix-commits <=
- 05/06: gnu: conky: Update to 1.11.6., guix-commits, 2020/07/28
- 06/06: gnu: anki: Don't phone home for updates., guix-commits, 2020/07/28