GNU bug report logs - #42178
[PATCH] gnu: Add GNOME MultiWriter.

Previous Next

Package: guix-patches;

Reported by: bavier <at> posteo.net

Date: Fri, 3 Jul 2020 16:10:01 UTC

Severity: normal

Tags: patch

Done: Eric Bavier <bavier <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42178 in the body.
You can then email your comments to 42178 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#42178; Package guix-patches. (Fri, 03 Jul 2020 16:10:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to bavier <at> posteo.net:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 03 Jul 2020 16:10:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: bavier <at> posteo.net
To: guix-patches <at> gnu.org
Cc: Eric Bavier <bavier <at> member.fsf.org>
Subject: [PATCH] gnu: Add GNOME MultiWriter.
Date: Fri,  3 Jul 2020 11:08:07 -0500
From: Eric Bavier <bavier <at> member.fsf.org>

* gnu/packages/gnome.scm (gnome-multi-writer): New variable.
---
 gnu/packages/gnome.scm | 43 +++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 42 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d2e452d8f2..34c11ce632 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013, 2015 Andreas Enge <andreas <at> enge.fr>
 ;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo <at> gnu.org>
 ;;; Copyright © 2014 Ian Denhardt <ian <at> zenhack.net>
-;;; Copyright © 2014, 2016 Eric Bavier <bavier <at> member.fsf.org>
+;;; Copyright © 2014, 2016, 2020 Eric Bavier <bavier <at> posteo.net>
 ;;; Copyright © 2014, 2015 Federico Beffa <beffa <at> fbengineering.ch>
 ;;; Copyright © 2015, 2016 Sou Bunnbu <iyzsong <at> gmail.com>
 ;;; Copyright © 2015 Mathieu Lirzin <mthl <at> openmailbox.org>
@@ -3983,6 +3983,47 @@ and other secrets.  It communicates with the \"Secret Service\" using DBus.")
 floating in an ocean using only your brain and a little bit of luck.")
     (license license:gpl2+)))
 
+(define-public gnome-multi-writer
+  (package
+    (name "gnome-multi-writer")
+    (version "3.35.90")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://gnome/sources/gnome-multi-writer/"
+                           (version-major+minor version) "/"
+                           "gnome-multi-writer-" version ".tar.xz"))
+       (sha256
+        (base32
+         "07vgzjjdrxcp7h73z13h9agafxb4vmqx5i81bcfyw0ilw9kkdzmp"))))
+    (build-system meson-build-system)
+    (arguments
+     '(#:glib-or-gtk? #t
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'skip-post-install
+           (lambda _
+             (substitute* "meson.build"
+               (("meson.add_install_script" &) (string-append "# " &)))
+             #t)))))
+    (native-inputs
+     `(("glib:bin" ,glib "bin")
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("gtk+" ,gtk+)
+       ("glib" ,glib)                   ; for gio
+       ("gusb" ,gusb)
+       ("udisks" ,udisks)
+       ("libgudev" ,libgudev)
+       ("libcanberra" ,libcanberra)
+       ("polkit" ,polkit)))
+    (home-page "https://wiki.gnome.org/Apps/MultiWriter")
+    (synopsis "Write to multiple USB devices at once")
+    (description
+     "MultiWriter can be used to write an ISO file to multiple USB devices at
+once.")
+    (license license:gpl2+)))
+
 (define-public gnome-sudoku
   (package
     (name "gnome-sudoku")
-- 
2.26.2





Reply sent to Eric Bavier <bavier <at> posteo.net>:
You have taken responsibility. (Sun, 19 Jul 2020 02:00:02 GMT) Full text and rfc822 format available.

Notification sent to bavier <at> posteo.net:
bug acknowledged by developer. (Sun, 19 Jul 2020 02:00:02 GMT) Full text and rfc822 format available.

Message #10 received at 42178-done <at> debbugs.gnu.org (full text, mbox):

From: Eric Bavier <bavier <at> posteo.net>
To: 42178-done <at> debbugs.gnu.org
Subject: Re: [bug#42178] [PATCH] gnu: Add GNOME MultiWriter.
Date: Sat, 18 Jul 2020 20:58:59 -0500
On Fri, 2020-07-03 at 11:08 -0500, bavier <at> posteo.net wrote:
> From: Eric Bavier <bavier <at> member.fsf.org>
> 
> * gnu/packages/gnome.scm (gnome-multi-writer): New variable.
> ---
>  gnu/packages/gnome.scm | 43
> +++++++++++++++++++++++++++++++++++++++++-
>  1 file changed, 42 insertions(+), 1 deletion(-)

Pushed in 754cfbdcc084727cc926e670c25b294b38c8f7aa

`~Eric





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 16 Aug 2020 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 254 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.