* [bug#69523] [PATCH 1/3] gnu: qbittorrent-enhanced: Update to 4.6.3.10.
@ 2024-03-03 13:26 Hilton Chain via Guix-patches via
2024-03-03 13:28 ` [bug#69523] [PATCH 2/3] gnu: qbittorrent-no-x: Actually remove qtsvg from inputs Hilton Chain via Guix-patches via
2024-03-03 13:28 ` [bug#69523] [PATCH 3/3] gnu: qbittorrent-enhanced-nox: Rename to qbittorrent-enhanced-no-x Hilton Chain via Guix-patches via
0 siblings, 2 replies; 5+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-03-03 13:26 UTC (permalink / raw)
To: 69523; +Cc: Hilton Chain
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.3.10.
Change-Id: I415d228dbbff2f4d5abf9bda2ca84ac81c0d0602
---
gnu/packages/bittorrent.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 264e9e9724..6146468919 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -583,7 +583,7 @@ (define-public qbittorrent-enhanced
(package
(inherit qbittorrent)
(name "qbittorrent-enhanced")
- (version "4.6.1.10")
+ (version "4.6.3.10")
(source
(origin
(method git-fetch)
@@ -593,7 +593,7 @@ (define-public qbittorrent-enhanced
(file-name (git-file-name name version))
(sha256
(base32
- "101a9n2vk9d6b4vc3schkmpc56l0i0i60fcjh8hwadc6amc2ymvy"))))
+ "09b8237h0gn6y3s0a7qg247hsdra5f5kg6xhirnhhfvjd8k6qviv"))))
(home-page "https://github.com/c0re100/qBittorrent-Enhanced-Edition")
(description
"qBittorrent Enhanced is a bittorrent client based on qBittorrent with
base-commit: f00f56514d90ebba5d9e08ec786c8118e437097c
prerequisite-patch-id: c615f2b08070db6cbe847a2bdd5b7c0aae79789b
prerequisite-patch-id: fd7da036342f36a8c698f5c8975f9e48d3ade435
prerequisite-patch-id: a2c81c14423bb9858f33d7d26976e8eea61982b7
prerequisite-patch-id: e30fd25b1dc4aaaff76474153836cd48e8565eb9
prerequisite-patch-id: 03de992f0312d5f0ee3368ebc3c1fad7c955d095
prerequisite-patch-id: a2b6bd60bc05d7b5a75f15a06b1b614afd6a7033
prerequisite-patch-id: 9d60e5fdd3f1418caf15820650dd8c090c291c2b
prerequisite-patch-id: 46d4907ae64a79ec05a25ffc392868139c6d6e0f
prerequisite-patch-id: 001ba15343ed4007c5863886f73efe271fe4e85d
prerequisite-patch-id: 2ce4317c673d3f4ebb6ce6a533cb3b91b3bb155d
prerequisite-patch-id: 54df79483dc08582302bd56196974275268ff9cd
prerequisite-patch-id: dd32c8f3b6717d64fb885f9e6c43dfcb1ac2a8cc
prerequisite-patch-id: 312a71a3304ac1762c226a0a19f225232495303c
prerequisite-patch-id: d18a199a5214ab72764305a4de394034274948e8
prerequisite-patch-id: fee15aec508fd52510dac85f42e555644547746d
prerequisite-patch-id: ea0b1e91dde965b102b02332f992fcb48e7aa4c4
prerequisite-patch-id: 462fc38bd911ea0236e4ff8bcbee2e56cb4d3823
prerequisite-patch-id: 359128ef70c66deac5383f4573d799b828e229f8
prerequisite-patch-id: 251d08ae5521572f997c33ef607cf6a0f9edf7e5
prerequisite-patch-id: 36af233a11e315632428c01c58219e41a978f465
prerequisite-patch-id: c36e1723b859c868056667069e7742011efba3b8
--
2.41.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#69523] [PATCH 2/3] gnu: qbittorrent-no-x: Actually remove qtsvg from inputs.
2024-03-03 13:26 [bug#69523] [PATCH 1/3] gnu: qbittorrent-enhanced: Update to 4.6.3.10 Hilton Chain via Guix-patches via
@ 2024-03-03 13:28 ` Hilton Chain via Guix-patches via
2024-03-03 17:52 ` Oleg Pykhalov
2024-03-03 13:28 ` [bug#69523] [PATCH 3/3] gnu: qbittorrent-enhanced-nox: Rename to qbittorrent-enhanced-no-x Hilton Chain via Guix-patches via
1 sibling, 1 reply; 5+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-03-03 13:28 UTC (permalink / raw)
To: 69523; +Cc: Hilton Chain
* gnu/packages/bittorrent.scm (qbittorrent-no-x)[inputs]: Corret "qtsvg-5" to
"qtsvg".
Change-Id: I77bae8ccf3de7a1be51a74228e135176dc72425d
---
gnu/packages/bittorrent.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 6146468919..d8abe84462 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -574,7 +574,7 @@ (define-public qbittorrent-no-x
#~(cons "-DGUI=OFF" #$configure-flags))))
(inputs
(modify-inputs (package-inputs base)
- (delete "qtsvg-5"))))))
+ (delete "qtsvg"))))))
(define-public qbittorrent-nox
(deprecated-package "qbittorrent-nox" qbittorrent-no-x))
--
2.41.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#69523] [PATCH 3/3] gnu: qbittorrent-enhanced-nox: Rename to qbittorrent-enhanced-no-x.
2024-03-03 13:26 [bug#69523] [PATCH 1/3] gnu: qbittorrent-enhanced: Update to 4.6.3.10 Hilton Chain via Guix-patches via
2024-03-03 13:28 ` [bug#69523] [PATCH 2/3] gnu: qbittorrent-no-x: Actually remove qtsvg from inputs Hilton Chain via Guix-patches via
@ 2024-03-03 13:28 ` Hilton Chain via Guix-patches via
1 sibling, 0 replies; 5+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-03-03 13:28 UTC (permalink / raw)
To: 69523; +Cc: Hilton Chain
* gnu/packages/bittorrent.scm (qbittorrent-enhanced-no-x): New variable, renamed
from…
(qbittorrent-enhanced-nox): …this package, now redefined as a
DEPRECATED-PACKAGE.
Change-Id: I4d1f9da937df6d6145ffbf9e9f2dd544365b9872
---
gnu/packages/bittorrent.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index d8abe84462..d53f717f0d 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -607,12 +607,15 @@ (define-public qbittorrent-enhanced
@item Peer whitelist/blacklist
@end itemize")))
-(define-public qbittorrent-enhanced-nox
+(define-public qbittorrent-enhanced-no-x
(package
(inherit qbittorrent-enhanced)
- (name "qbittorrent-enhanced-nox")
- (arguments (package-arguments qbittorrent-nox))
- (inputs (package-inputs qbittorrent-nox))))
+ (name "qbittorrent-enhanced-no-x")
+ (arguments (package-arguments qbittorrent-no-x))
+ (inputs (package-inputs qbittorrent-no-x))))
+
+(define-public qbittorrent-enhanced-nox
+ (deprecated-package "qbittorrent-enhanced-nox" qbittorrent-enhanced-no-x))
(define-public deluge
(package
--
2.41.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#69523] [PATCH 2/3] gnu: qbittorrent-no-x: Actually remove qtsvg from inputs.
2024-03-03 13:28 ` [bug#69523] [PATCH 2/3] gnu: qbittorrent-no-x: Actually remove qtsvg from inputs Hilton Chain via Guix-patches via
@ 2024-03-03 17:52 ` Oleg Pykhalov
2024-03-09 3:19 ` bug#69523: " Hilton Chain via Guix-patches via
0 siblings, 1 reply; 5+ messages in thread
From: Oleg Pykhalov @ 2024-03-03 17:52 UTC (permalink / raw)
To: Hilton Chain; +Cc: 69523
[-- Attachment #1: Type: text/plain, Size: 359 bytes --]
Hi,
Hilton Chain via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/bittorrent.scm (qbittorrent-no-x)[inputs]: Corret "qtsvg-5" to
> "qtsvg".
Seems like 'Corret' is likely a typo. Apart from that, everything seems
fine to me. I was able to successfully build the qbittorrent-enhanced
and qbittorrent-enhanced-nox packages.
Thanks,
Oleg.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#69523: [PATCH 2/3] gnu: qbittorrent-no-x: Actually remove qtsvg from inputs.
2024-03-03 17:52 ` Oleg Pykhalov
@ 2024-03-09 3:19 ` Hilton Chain via Guix-patches via
0 siblings, 0 replies; 5+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-03-09 3:19 UTC (permalink / raw)
To: Oleg Pykhalov; +Cc: 69523-done
Hi Oleg,
On Mon, 04 Mar 2024 01:52:19 +0800,
Oleg Pykhalov wrote:
>
> [1 <text/plain (7bit)>]
> Hi,
>
> Hilton Chain via Guix-patches via <guix-patches@gnu.org> writes:
>
> > * gnu/packages/bittorrent.scm (qbittorrent-no-x)[inputs]: Corret "qtsvg-5" to
> > "qtsvg".
>
> Seems like 'Corret' is likely a typo. Apart from that, everything seems
> fine to me. I was able to successfully build the qbittorrent-enhanced
> and qbittorrent-enhanced-nox packages.
Thank you! I have corrected the typo and applied the series as
c5cb09e42f77...8d6d5b2a947b.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-03-09 3:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-03 13:26 [bug#69523] [PATCH 1/3] gnu: qbittorrent-enhanced: Update to 4.6.3.10 Hilton Chain via Guix-patches via
2024-03-03 13:28 ` [bug#69523] [PATCH 2/3] gnu: qbittorrent-no-x: Actually remove qtsvg from inputs Hilton Chain via Guix-patches via
2024-03-03 17:52 ` Oleg Pykhalov
2024-03-09 3:19 ` bug#69523: " Hilton Chain via Guix-patches via
2024-03-03 13:28 ` [bug#69523] [PATCH 3/3] gnu: qbittorrent-enhanced-nox: Rename to qbittorrent-enhanced-no-x Hilton Chain via Guix-patches via
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.