[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
206/465: gnu: libktorrent: Update to 24.05.2.
From: |
guix-commits |
Subject: |
206/465: gnu: libktorrent: Update to 24.05.2. |
Date: |
Wed, 17 Jul 2024 23:01:36 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit c36dce4bb5ab8734334c01a235a230689155f909
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 17:54:45 2024 +0800
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
---
gnu/packages/kde-internet.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index d8fc2e1161..2bafa45db6 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -490,30 +490,30 @@ a full-featured client for BitTorrent.")
(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
- 170/465: gnu: dolphin-plugins: Update to 24.05.2., (continued)
- 170/465: gnu: dolphin-plugins: Update to 24.05.2., guix-commits, 2024/07/17
- 171/465: gnu: fcitx5-qt: Enable qt6 support., guix-commits, 2024/07/17
- 173/465: gnu: fcitx5-configtool: Update to 5.1.3., guix-commits, 2024/07/17
- 174/465: gnu: spectacle: Update to 24.02.2., guix-commits, 2024/07/17
- 177/465: gnu: Remove ksysguard., guix-commits, 2024/07/17
- 184/465: gnu: Add futuresql., guix-commits, 2024/07/17
- 185/465: gnu: krdc: Update to 24.05.2., guix-commits, 2024/07/17
- 186/465: gnu: krdc: Enable VNC., guix-commits, 2024/07/17
- 194/465: gnu: lskat: Update to 24.05.2., guix-commits, 2024/07/17
- 198/465: gnu: palapeli: Update to 24.05.2., guix-commits, 2024/07/17
- 206/465: gnu: libktorrent: Update to 24.05.2.,
guix-commits <=
- 213/465: gnu: kpmcore: Update to 24.05.2., guix-commits, 2024/07/17
- 221/465: gnu: kblocks: Update to 24.05.2., guix-commits, 2024/07/17
- 224/465: gnu: kgoldrunner: Update to 24.05.2., guix-commits, 2024/07/17
- 227/465: gnu: kblackbox: Update to 24.05.2., guix-commits, 2024/07/17
- 229/465: gnu: ksnakeduel: Update to 24.05.2., guix-commits, 2024/07/17
- 230/465: gnu: kollision: Update to 24.05.2., guix-commits, 2024/07/17
- 231/465: gnu: knavalbattle: Update to 24.05.2., guix-commits, 2024/07/17
- 451/465: gnu: telegram-desktop: Fix build., guix-commits, 2024/07/17
- 462/465: service: plasma-desktop: Add kwallet dbus., guix-commits, 2024/07/17
- 147/465: gnu: plasma-systemmonitor: Update to 6.1.2., guix-commits, 2024/07/17