[PATCH 2/3] gnu: gnome-shell-extension-appindicator: Use the copy-build-system.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Prikler
  • Pierre Neidhardt
Owner
unassigned
Submitted by
Leo Prikler
Severity
normal

Debbugs page

Leo Prikler wrote 5 years ago
(address . guix-patches@gnu.org)
20200221163215.11008-2-leo.prikler@student.tugraz.at
* 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(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 882bd40c2e..0f945fc19d 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -129,19 +129,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"
- "/appindicatorsupport@rgcjonas.gmail.com")))
- (mkdir-p install-dir)
- (copy-recursively source install-dir)
- #t))))
+ `(#:install-plan
+ '(("." ,(string-append "share/gnome-shell/extensions/"
+ "appindicatorsupport@rgcjonas.gmail.com")))))
(synopsis "Adds KStatusNotifierItem support to GNOME Shell")
(description "This extension integrates Ubuntu AppIndicators
and KStatusNotifierItems (KDE's successor of the systray) into
--
2.25.1
Pierre Neidhardt wrote 5 years ago
(name . Leo Prikler)(address . leo.prikler@student.tugraz.at)(address . 39716@debbugs.gnu.org)
87k1487257.fsf@ambrevar.xyz
Merged, thanks!

--
Pierre Neidhardt
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl5XmmQACgkQm9z0l6S7
zH/hMwf/d8C8dLww0VRUxIWaiJp6NI/8XL5oMdKMI2pKm6ZhcRYUSHXPzZWnSCyT
2iBZVBKD3JcMk/xoURb/ffP+fs6yjXq6IqvgTlmO9oSWpcmsR4awVFGgvOKe0HVI
EOmnkDpkoVmm5JwqfANhFCODXBJWUjZkZEq/IImQyTJ+VyN4Iouhe4Ya1z+gBlD7
A8k1iwfRsIzbej/1IIGt2IY5iBN7/JAJi9pK2VKrCcR55QvhQXGp70VRaQNQzgv/
GUjflVI6D1vJ22wRG7rbmCr6I09/7LknsK9hyUvAbRq6HaBR8pHKD+SeBRLW2h7v
/fYqq5gNkPOftzQiFkECWuOsxP9/Vw==
=EGpc
-----END PGP SIGNATURE-----

Pierre Neidhardt wrote 5 years ago
control message for bug #39716
(address . control@debbugs.gnu.org)
87imjs724z.fsf@ambrevar.xyz
close 39716
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 39716@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 39716
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help