[PATCH 3/3] gnu: gnome-shell-extension-noannoyance: 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-3-leo.prikler@student.tugraz.at
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-noannoyance):
Use the copy-build-system.
---
gnu/packages/gnome-xyz.scm | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 0f945fc19d..fa77fa79a7 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -279,18 +279,10 @@ into a single panel, similar to that found in KDE Plasma and Windows 7+.")
(base32
"0fa8l3xlh8kbq07y4385wpb908zm6x53z81q16xlmin97dln32hh"))
(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 ((dst (string-append
- (assoc-ref %outputs "out")
- "/share/gnome-shell/extensions/"
- "noannoyance@daase.net")))
- (mkdir-p dst)
- (copy-recursively (assoc-ref %build-inputs "source") dst)))))
+ '(#:install-plan
+ '(("." "share/gnome-shell/extensions/noannoyance@daase.net"))))
(synopsis "Removes 'Window is ready' annotation")
(description "One of the many extensions, that remove this message.
It uses ES6 syntax and claims to be more actively maintained than others.")
--
2.25.1
Pierre Neidhardt wrote 5 years ago
(name . Leo Prikler)(address . leo.prikler@student.tugraz.at)(address . 39715@debbugs.gnu.org)
87ftew71zp.fsf@ambrevar.xyz
Merged, thanks!

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

iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl5XmyoACgkQm9z0l6S7
zH8bhgf+LO15RuvGwGjqCgT8haJANuJUheSl/90FChLC+s2aLj09O0Zb79R+tZpC
rf2jXtEXqRUsqO36dqUkjTL8KImnQmR76gLMabHQFF8wOv2kD0C7+ghM7mk8mM21
eaCpcJx8auZK6uyfctpR1lZqGghbY1z/i4OQxbZPRfI7j/N4zg0oDrF2OjcFFHQR
jlDTRVAnrPEElqoCImfmMpF+9yuz97t+xGnTSapf2ZzJlXF3UhmxoODYDcoFIFne
5WSHlboaSh3VIs2s9NyBaX92Lu3BvkZ7b16NBNAo/9QdmE0WpUSCszQs2lr3ritk
HzgQtewYdjARvp1b1c+HaR9N48PFYQ==
=bKuC
-----END PGP SIGNATURE-----

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

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 39715
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