GNU bug report logs -
#61446
[PATCH] gnu: Add qbittorrent-nox.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Sun, 12 Feb 2023 05:10:02 UTC
Severity: normal
Tags: patch
Done: Josselin Poiret <dev <at> jpoiret.xyz>
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 61446 in the body.
You can then email your comments to 61446 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#61446
; Package
guix-patches
.
(Sun, 12 Feb 2023 05:10:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Hilton Chain <hako <at> ultrarare.space>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 12 Feb 2023 05:10:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bittorrent.scm (qbittorrent-nox): New variable.
---
gnu/packages/bittorrent.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index c3257cf2bf..ab4091009d 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -491,6 +491,23 @@ (define-public qbittorrent
features.")
(license l:gpl2+)))
+(define-public qbittorrent-nox
+ (let ((base qbittorrent))
+ (package
+ (inherit base)
+ (name "qbittorrent-nox")
+ (arguments
+ (substitute-keyword-arguments (package-arguments base)
+ ((#:configure-flags configure-flags)
+ #~(append #$configure-flags
+ (list "--disable-gui")))
+ ((#:phases phases)
+ #~(modify-phases #$phases
+ (delete 'wrap-qt)))))
+ (inputs
+ (modify-inputs (package-inputs base)
+ (delete "qtsvg-5"))))))
+
(define-public deluge
(package
(name "deluge")
base-commit: 4a6f64ab2afff761eb233e7ca6110d9e8acf8f32
--
2.39.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#61446
; Package
guix-patches
.
(Wed, 17 May 2023 21:27:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 61446 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi Hilton,
Hilton Chain via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/bittorrent.scm (qbittorrent-nox): New variable.
LGTM, applied as d845202d357057b586ec2075a8b8ec492210c005.
Pro-tip: I guess because your mail domain has a strict DKIM policy, your
mail's subject being rewritten by debbugs causes it to fail, and so
mailman then rewrites the From: header to the generic mailing list
address. This causes your patches to have the mailing list's address
when applying. You can remedy this by adding
format.forceinbodyfrom=true to your git config, which will always add a
pristine From: in the body of the mail.
Best,
--
Josselin Poiret
[signature.asc (application/pgp-signature, inline)]
bug closed, send any further explanations to
61446 <at> debbugs.gnu.org and Hilton Chain <hako <at> ultrarare.space>
Request was from
Josselin Poiret <dev <at> jpoiret.xyz>
to
control <at> debbugs.gnu.org
.
(Wed, 17 May 2023 21:28:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 15 Jun 2023 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 331 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.