guix-commits
[Top][All Lists]
Advanced

[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
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]