[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/465: gnu: kcodecs: Update to 6.3.0.
From: |
guix-commits |
Subject: |
32/465: gnu: kcodecs: Update to 6.3.0. |
Date: |
Tue, 16 Jul 2024 11:02:25 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit ed1599b06f0179b662cfb196cec3c7701a3cf460
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jul 5 23:48:39 2024 +0800
gnu: kcodecs: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kcodecs): Update to 6.3.0.
[inputs]: Remove qtbase-5; add qtbase.
[native-inputs]: Remove qttools-5; add qttools.
Change-Id: I8444feaa9510d313c769b766c1d22e4e6b735467
---
gnu/packages/kde-frameworks.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 54785b91db..c44e9a3449 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -535,7 +535,7 @@ and the older vCalendar.")
(define-public kcodecs
(package
(name "kcodecs")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -544,10 +544,10 @@ and the older vCalendar.")
name "-" version ".tar.xz"))
(sha256
(base32
- "080zvcqd8iq05p5x3qaf3rryx75lg2l2j1dr18sp50ir50zfwh2w"))))
+ "1v665sr76020yix4f2kkwrjz46lh0jyc4wdrzr1xairxzhd560k9"))))
(build-system cmake-build-system)
- (native-inputs (list extra-cmake-modules gperf qttools-5))
- (inputs (list qtbase-5))
+ (native-inputs (list extra-cmake-modules gperf qttools))
+ (inputs (list qtbase))
(home-page "https://community.kde.org/Frameworks")
(synopsis "String encoding and manipulating library")
(description "KCodecs provide a collection of methods to manipulate
- 275/465: gnu: kolourpaint: Update to 24.05.2., (continued)
- 275/465: gnu: kolourpaint: Update to 24.05.2., guix-commits, 2024/07/16
- 272/465: gnu: kimageannotator: Build with qt6., guix-commits, 2024/07/16
- 256/465: gnu: qtkeychain: Update to 0.14.3., guix-commits, 2024/07/16
- 235/465: gnu: kcalc: Update to 24.05.2., guix-commits, 2024/07/16
- 16/465: gnu: Add signond-qt6., guix-commits, 2024/07/16
- 20/465: gnu: Add polkit-qt6., guix-commits, 2024/07/16
- 26/465: gnu: phonon: Enable qt6., guix-commits, 2024/07/16
- 29/465: gnu: breeze-icons: Update to 6.3.0., guix-commits, 2024/07/16
- 28/465: gnu: bluez-qt: Update to 6.3.0., guix-commits, 2024/07/16
- 36/465: gnu: kholidays: Update to 6.3.0., guix-commits, 2024/07/16
- 32/465: gnu: kcodecs: Update to 6.3.0.,
guix-commits <=
- 37/465: gnu: ki18n: Update to 6.3.0., guix-commits, 2024/07/16
- 38/465: gnu: kidletime: Update to 6.3.0., guix-commits, 2024/07/16
- 39/465: gnu: kitemmodels: Update to 6.3.0., guix-commits, 2024/07/16
- 41/465: gnu: kplotting: Update to 6.3.0., guix-commits, 2024/07/16
- 45/465: gnu: kdbusaddons: Update to 6.3.0., guix-commits, 2024/07/16
- 46/465: gnu: kdnssd: Update to 6.3.0., guix-commits, 2024/07/16
- 47/465: gnu: kwindowsystem: Update to 6.3.0., guix-commits, 2024/07/16
- 48/465: gnu: modemmanager-qt: Update to 6.3.0., guix-commits, 2024/07/16
- 50/465: gnu: oxygen-icons: Update to 6.0.0., guix-commits, 2024/07/16
- 58/465: gnu: kdoctools: Update to 6.3.0., guix-commits, 2024/07/16