rosenthal: Rename qbittorrent-enhanced-edition to qbittorrent-enhanced.

* rosenthal/packages/bittorrent.scm (qbittorrent-enhanced)
(qbittorrent-enhanced-nox): New variables.
(qbittorrent-enhanced-edition,qbittorrent-enhanced-edition-nox): Mark as
deprecated aliases.
pull/1/head
Hilton Chain 1 year ago
parent b829115cda
commit a999008749
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 16
      rosenthal/packages/bittorrent.scm

@ -11,11 +11,11 @@
#:use-module (gnu packages bittorrent) #:use-module (gnu packages bittorrent)
#:use-module (gnu packages qt)) #:use-module (gnu packages qt))
(define-public qbittorrent-enhanced-edition (define-public qbittorrent-enhanced
(let ((base qbittorrent)) (let ((base qbittorrent))
(package (package
(inherit base) (inherit base)
(name "qbittorrent-enhanced-edition") (name "qbittorrent-enhanced")
(version "4.5.0.10") (version "4.5.0.10")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -39,11 +39,11 @@ the following features:
@item Peer whitelist/blacklist @item Peer whitelist/blacklist
@end itemize\n")))) @end itemize\n"))))
(define-public qbittorrent-enhanced-edition-nox (define-public qbittorrent-enhanced-nox
(let ((base qbittorrent-enhanced-edition)) (let ((base qbittorrent-enhanced))
(package (package
(inherit base) (inherit base)
(name "qbittorrent-enhanced-edition-nox") (name "qbittorrent-enhanced-nox")
(arguments (arguments
(substitute-keyword-arguments (package-arguments base) (substitute-keyword-arguments (package-arguments base)
((#:configure-flags configure-flags) ((#:configure-flags configure-flags)
@ -55,3 +55,9 @@ the following features:
(inputs (inputs
(modify-inputs (package-inputs base) (modify-inputs (package-inputs base)
(delete "qtsvg-5")))))) (delete "qtsvg-5"))))))
(define-public qbittorrent-enhanced-edition
(deprecated-package "qbittorrent-enhanced-edition" qbittorrent-enhanced))
(define-public qbittorrent-enhanced-edition-nox
(deprecated-package "qbittorrent-enhanced-edition-nox" qbittorrent-enhanced-nox))

Loading…
Cancel
Save