[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/347: gnu: Add syndication-6.
From: |
guix-commits |
Subject: |
36/347: gnu: Add syndication-6. |
Date: |
Fri, 28 Jun 2024 09:57:31 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit b07070361b61df17243b7cefa5af671d4dab5877
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Mar 8 22:45:11 2024 +0800
gnu: Add syndication-6.
* gnu/packages/kde-frameworks.scm (syndication-6): New variable.
(syndication): Inherit above.
Change-Id: Ic1c97ced5ce2083ba09212787bed59295531ed81
---
gnu/packages/kde-frameworks.scm | 26 ++++++++++++++++++++++----
1 file changed, 22 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 9e1ed689d8..b0d64f80f0 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2967,10 +2967,10 @@ gallons).")
(inputs
(list ki18n qtbase-5))))
-(define-public syndication
+(define-public syndication-6
(package
(name "syndication")
- (version "5.114.0")
+ (version "6.1.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2979,12 +2979,12 @@ gallons).")
name "-" version ".tar.xz"))
(sha256
(base32
- "13rjb1zm9yd8vbm9h7avqih5v0rr2srqwglm29l7mcnankqlh4n7"))))
+ "10wn5z1xqjs9bfy37f6ilr0j3z3rgcs91dp7iccc291h5r53km89"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))
(inputs
- (list kcodecs qtbase-5))
+ (list kcodecs-6 qtbase))
(home-page "https://community.kde.org/Frameworks")
(synopsis "RSS/Atom parser library")
(description "@code{syndication} supports RSS (0.9/1.0, 0.91..2.0) and
@@ -2993,6 +2993,24 @@ on the parsed feed, so that the using application does
not need to distinguish
between feed formats.")
(license license:lgpl2.1+)))
+(define-public syndication
+ (package
+ (inherit syndication-6)
+ (name "syndication")
+ (version "5.114.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "13rjb1zm9yd8vbm9h7avqih5v0rr2srqwglm29l7mcnankqlh4n7"))))
+ (native-inputs
+ (list extra-cmake-modules))
+ (inputs
+ (list kcodecs qtbase-5))))
;; Tier 3
;;
- 16/347: gnu: Add kitemmodels-6., (continued)
- 16/347: gnu: Add kitemmodels-6., guix-commits, 2024/06/28
- 15/347: gnu: Add kconfig-6., guix-commits, 2024/06/28
- 19/347: gnu: Add kcalendarcore-6., guix-commits, 2024/06/28
- 23/347: gnu: Add networkmanager-qt-6., guix-commits, 2024/06/28
- 22/347: gnu: Add kwindowsystem-6., guix-commits, 2024/06/28
- 18/347: gnu: Add karchive-6., guix-commits, 2024/06/28
- 21/347: gnu: Add kpty-6., guix-commits, 2024/06/28
- 24/347: gnu: Add oxygen-icons-6., guix-commits, 2024/06/28
- 32/347: gnu: Add kcrash-6., guix-commits, 2024/06/28
- 35/347: gnu: Add kunitconversion-6., guix-commits, 2024/06/28
- 36/347: gnu: Add syndication-6.,
guix-commits <=
- 37/347: gnu: polkit-qt: Update to 0.200.0., guix-commits, 2024/06/28
- 40/347: gnu: Add kjobwidgets-6., guix-commits, 2024/06/28
- 41/347: gnu: qca: Update to 2.3.8., guix-commits, 2024/06/28
- 26/347: gnu: Add solid-6., guix-commits, 2024/06/28
- 27/347: gnu: Add sonnet-6., guix-commits, 2024/06/28
- 33/347: gnu: Add knotifications-6., guix-commits, 2024/06/28
- 25/347: gnu: Add prison-6., guix-commits, 2024/06/28
- 31/347: gnu: Add kcontacts-6., guix-commits, 2024/06/28
- 39/347: gnu: Add kauth-6., guix-commits, 2024/06/28
- 42/347: gnu: Add qca-qt6., guix-commits, 2024/06/28