mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-09-18 20:54:37 +00:00
rosenthal: qbittorrent-enhanced-edition: Use QT5.
* rosenthal/packages/bittorrent.scm (qbittorrent-enhanced-edition) (qbittorrent-enhanced-edition-nox): Use QT5. The WebUI seems unusable when building with QT6...
This commit is contained in:
parent
f96276ca08
commit
5f28176ab8
@ -26,19 +26,6 @@
|
|||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n1cidcricy5crzxy69z11ngvb0hy2x14nrhj100110knlq48hny"))))
|
"0n1cidcricy5crzxy69z11ngvb0hy2x14nrhj100110knlq48hny"))))
|
||||||
;; REVIEW: QT6 option only added to CMake rules at the moment.
|
|
||||||
(build-system cmake-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:tests? #f ;no tests
|
|
||||||
#:configure-flags
|
|
||||||
#~(list "-DQT6=ON")))
|
|
||||||
(native-inputs
|
|
||||||
(modify-inputs (package-native-inputs base)
|
|
||||||
(replace "qttools" qttools)))
|
|
||||||
(inputs
|
|
||||||
(modify-inputs (package-inputs base)
|
|
||||||
(replace "qtbase" qtbase)
|
|
||||||
(replace "qtsvg-5" qtsvg)))
|
|
||||||
(home-page "https://github.com/c0re100/qBittorrent-Enhanced-Edition")
|
(home-page "https://github.com/c0re100/qBittorrent-Enhanced-Edition")
|
||||||
(description
|
(description
|
||||||
"qBittorrent Enhanced is a bittorrent client based on qBittorrent with
|
"qBittorrent Enhanced is a bittorrent client based on qBittorrent with
|
||||||
@ -61,7 +48,7 @@ the following features:
|
|||||||
(substitute-keyword-arguments (package-arguments base)
|
(substitute-keyword-arguments (package-arguments base)
|
||||||
((#:configure-flags configure-flags)
|
((#:configure-flags configure-flags)
|
||||||
#~(append #$configure-flags
|
#~(append #$configure-flags
|
||||||
(list "-DGUI=OFF")))))
|
(list "--disable-gui")))))
|
||||||
(inputs
|
(inputs
|
||||||
(modify-inputs (package-inputs base)
|
(modify-inputs (package-inputs base)
|
||||||
(delete "qtsvg-5"))))))
|
(delete "qtsvg-5"))))))
|
||||||
|
Loading…
Reference in New Issue
Block a user