[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
318/465: gnu: akregator: Update to 24.05.2.
From: |
guix-commits |
Subject: |
318/465: gnu: akregator: Update to 24.05.2. |
Date: |
Wed, 17 Jul 2024 23:02:01 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit a789e41c9cbf9f8759ec4a0174a4196c4f5cac9b
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 11:55:17 2024 +0800
gnu: akregator: Update to 24.05.2.
* gnu/packages/kde.scm (akregator): Update to 24.05.2.
[inputs]: Remove gpgme, grantlee, qgpgme, qtbase-5, qtdeclarative-5,
qtwebchannel-5, and
qtwebengine-5; add gpgme-1.23, kstatusnotifieritem, ktextwidgets,
qgpgme-qt6-1.23, qtdeclarative, qtwebchannel, and qtwebengine.
[arguments]: Set #:qtbase to qtbase; Use Gexps; Adjust wrap-qt-process-path
phase.
Change-Id: I5897f2ca0fba2f9df8b36d800cad2d95dfe61c79
---
gnu/packages/kde.scm | 41 +++++++++++++++++++++--------------------
1 file changed, 21 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 7280d1125b..a0e20dc110 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -191,27 +191,28 @@ This package contains GUI widgets for baloo.")
(define-public akregator
(package
(name "akregator")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/akregator-" version ".tar.xz"))
(sha256
- (base32 "0g916453zip8i5g61pf8ib68fiqfbmr1i1lhbnwmsv1cryx035w9"))))
+ (base32 "07flc3617px9w1c729p0lsixf1g0h297hkbip259ykkbwxizn71q"))))
(build-system qt-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'install 'wrap-qt-process-path
- (lambda* (#:key inputs outputs #:allow-other-keys)
- (let* ((out (assoc-ref outputs "out"))
- (bin (string-append out "/bin/akregator"))
- (qt-process-path
- (search-input-file
- inputs "/lib/qt5/libexec/QtWebEngineProcess")))
- (wrap-program bin
- `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))))))))
+ (list #:qtbase qtbase
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'install 'wrap-qt-process-path
+ (lambda* (#:key inputs outputs #:allow-other-keys)
+ (let* ((out (assoc-ref outputs "out"))
+ (bin (string-append out "/bin/akregator"))
+ (qt-process-path
+ (search-input-file
+ inputs "/lib/qt6/libexec/QtWebEngineProcess")))
+ (wrap-program bin
+ `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))))))))
(native-inputs
(list extra-cmake-modules kdoctools))
(inputs
@@ -220,8 +221,7 @@ This package contains GUI widgets for baloo.")
akonadi-mime
boost
breeze-icons
- gpgme
- grantlee
+ gpgme-1.23
grantleetheme
kcmutils
kcontacts
@@ -236,16 +236,17 @@ This package contains GUI widgets for baloo.")
kpimcommon
kpimtextedit
kquickcharts
+ kstatusnotifieritem
ktextaddons
ktexteditor
+ ktextwidgets
kuserfeedback
libkdepim
libkleo
- qgpgme
- qtbase-5
- qtdeclarative-5
- qtwebchannel-5
- qtwebengine-5
+ qgpgme-qt6-1.23
+ qtdeclarative
+ qtwebchannel
+ qtwebengine
syndication))
(home-page "https://apps.kde.org/en/akregator")
(synopsis "KDE Feed Reader")
- 282/465: gnu: kid3: Update to 3.9.5., (continued)
- 282/465: gnu: kid3: Update to 3.9.5., guix-commits, 2024/07/17
- 291/465: gnu: libkleo: Update to 24.05.2., guix-commits, 2024/07/17
- 294/465: gnu: kmailimporter: Update to 24.05.2., guix-commits, 2024/07/17
- 297/465: gnu: keventviews: Update to 24.05.2., guix-commits, 2024/07/17
- 300/465: gnu: kdepim-runtime: Update to 24.05.2., guix-commits, 2024/07/17
- 302/465: gnu: Add merkuro., guix-commits, 2024/07/17
- 304/465: gnu: ktnef: Update to 24.05.2., guix-commits, 2024/07/17
- 305/465: gnu: kontactinterface: Update to 24.05.2., guix-commits, 2024/07/17
- 308/465: gnu: kaddressbook: Update to 24.05.2., guix-commits, 2024/07/17
- 311/465: gnu: itinerary: Update to 23.04.3., guix-commits, 2024/07/17
- 318/465: gnu: akregator: Update to 24.05.2.,
guix-commits <=
- 323/465: gnu: Add kauth-5., guix-commits, 2024/07/17
- 324/465: gnu: Add kcoreaddons-5., guix-commits, 2024/07/17
- 331/465: gnu: Add kwindowsystem-5., guix-commits, 2024/07/17
- 340/465: gnu: Add kdbusaddons-5., guix-commits, 2024/07/17
- 362/465: gnu: Add krunner-5., guix-commits, 2024/07/17
- 369/465: gnu: Add kitemmodels-5., guix-commits, 2024/07/17
- 379/465: gnu: Add kdnssd-5., guix-commits, 2024/07/17
- 415/465: gnu: kaffeine: Fix build., guix-commits, 2024/07/17
- 421/465: gnu: kmix: Update to 24.05.2., guix-commits, 2024/07/17
- 405/465: gnu: kwayland-integration: Update to 6.1.2., guix-commits, 2024/07/17