guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gnome-shell-extension-appindicator: Use the


From: guix-commits
Subject: branch master updated: gnu: gnome-shell-extension-appindicator: Use the copy-build-system.
Date: Thu, 27 Feb 2020 05:30:30 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f6a151c  gnu: gnome-shell-extension-appindicator: Use the 
copy-build-system.
f6a151c is described below

commit f6a151cdc620b037fed1b899ad40a073111786e3
Author: Leo Prikler <address@hidden>
AuthorDate: Fri Feb 21 17:32:14 2020 +0100

    gnu: gnome-shell-extension-appindicator: Use the copy-build-system.
    
    * gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator):
    Use the copy-build-system.
---
 gnu/packages/gnome-xyz.scm | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index a307428..8783019 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -136,19 +136,11 @@ the Obsidian icon theme.")
                (base32
                 "1fjhx23jqwv3d0smwhnjvc35gqhwk9p5f96ic22pfax653cn5vh8"))
               (file-name (git-file-name name version))))
-    (build-system trivial-build-system)
+    (build-system copy-build-system)
     (arguments
-     '(#:modules ((guix build utils))
-       #:builder
-       (begin
-         (use-modules (guix build utils))
-         (let* ((source (assoc-ref %build-inputs "source"))
-                (install-dir (string-append (assoc-ref %outputs "out")
-                                            "/share/gnome-shell/extensions"
-                                            "/address@hidden")))
-           (mkdir-p install-dir)
-           (copy-recursively source install-dir)
-           #t))))
+     `(#:install-plan
+       '(("." ,(string-append "share/gnome-shell/extensions/"
+                              "address@hidden")))))
     (synopsis "Adds KStatusNotifierItem support to GNOME Shell")
     (description "This extension integrates Ubuntu AppIndicators
 and KStatusNotifierItems (KDE's successor of the systray) into



reply via email to

[Prev in Thread] Current Thread [Next in Thread]