From: ludo@gnu.org (Ludovic Courtès)
To: Jan Nieuwenhuizen <janneke@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add unetbootin.
Date: Thu, 19 Jan 2017 13:20:51 +0100 [thread overview]
Message-ID: <87wpdrxmu4.fsf@gnu.org> (raw)
In-Reply-To: <871sw5ft93.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Sat, 14 Jan 2017 18:26:00 +0100")
[-- Attachment #1: Type: text/plain, Size: 58 bytes --]
Hi Jan!
I’d suggest these minor cosmetic changes:
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1678 bytes --]
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 71595bf3c..d922914e9 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -337,7 +337,8 @@ permit managing file systems not included in libparted.")
(version "625")
(source (origin
(method url-fetch)
- (uri (string-append "https://github.com/unetbootin/unetbootin/archive/"
+ (uri (string-append
+ "https://github.com/unetbootin/unetbootin/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
@@ -353,18 +354,19 @@ permit managing file systems not included in libparted.")
(chdir "src/unetbootin")
(system* "lupdate" "unetbootin.pro")
(system* "lrelease" "unetbootin.pro")
- (system* "qmake")))
+ (zero? (system* "qmake"))))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin")))
(mkdir-p bin)
- (copy-file "unetbootin"
- (string-append bin "/unetbootin"))))))))
+ (install-file "unetbootin" bin)
+ #t))))))
(inputs
`(("qt-4" ,qt-4)))
(home-page "https://unetbootin.github.io/")
(synopsis "Create bootable live USB images")
(description
- "UNetbootin creates bootable Live USB images.")
+ "UNetbootin allows you to create bootable USB images from ISO-9660 CD/DVD
+images.")
(license license:gpl2+)))
[-- Attachment #3: Type: text/plain, Size: 311 bytes --]
In addition, there’s one thing we need to fix from an FSDG perspective,
which is described here:
<https://libreplanet.org/wiki/Software_blacklist#unetbootin>.
Could you check whether the package can be adjusted to use this FUSBi
fork mentioned there, and send an updated patch?
TIA!
Ludo’.
next prev parent reply other threads:[~2017-01-19 12:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-14 17:26 [PATCH] gnu: Add unetbootin Jan Nieuwenhuizen
2017-01-19 12:20 ` Ludovic Courtès [this message]
2017-01-19 14:37 ` Marius Bakke
2017-01-19 20:58 ` Jan Nieuwenhuizen
2017-01-19 21:39 ` Adonay Felipe Nogueira
2017-01-19 22:38 ` ng0
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wpdrxmu4.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=janneke@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.