mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libktorrent: Update to 24.05.2.
* gnu/packages/kde-internet.scm (libktorrent): Update to 24.05.2. [inputs]: Remove karchive, qca and qtbase-5; add qca-qt6. [propagated-inputs]: Add karchive and qt5compat. [synopsis]: Adjust it. [arguments]: Set #:qtbase to qtbase. Change-Id: I290c801c075bb01ab36af7ac97ab2d786ef68a51
This commit is contained in:
parent
2c7af21333
commit
c36dce4bb5
1 changed files with 6 additions and 6 deletions
|
@ -490,30 +490,30 @@ (define-public ktorrent
|
|||
(define-public libktorrent
|
||||
(package
|
||||
(name "libktorrent")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1m6gyk1bids7qr9wfh6gcfq73ac9j5b2bljvfvfsw9f1ky1cmwab"))))
|
||||
(base32 "1gr31v09jz5kdvhrpln9abncnnih7db35j3af73m3vlg6izw9z98"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list boost
|
||||
gmp
|
||||
karchive
|
||||
kcrash
|
||||
ki18n
|
||||
kio
|
||||
libgcrypt
|
||||
qca
|
||||
qtbase-5
|
||||
qca-qt6
|
||||
solid))
|
||||
(propagated-inputs (list karchive qt5compat))
|
||||
(home-page "https://invent.kde.org/network/libktorrent")
|
||||
(synopsis "BitTorrent protocol library for C++ / Qt 5 / KDE Frameworks")
|
||||
(synopsis "BitTorrent protocol library for C++ / Qt 6 / KDE Frameworks")
|
||||
(description "The KTorrent library supports connectivity to HTTP and UDP
|
||||
trackers, mainline DHT and the new generation Micro Transport
|
||||
Protocol (uTP). In addition, it provides many powerful BitTorrent network
|
||||
|
|
Loading…
Reference in a new issue