[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
215/458: gnu: grantleetheme: Update to 24.05.2.
From: |
guix-commits |
Subject: |
215/458: gnu: grantleetheme: Update to 24.05.2. |
Date: |
Mon, 15 Jul 2024 08:00:30 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit a2229dfcda87de418c309246c4529dd41f2499d3
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 18:29:54 2024 +0800
gnu: grantleetheme: Update to 24.05.2.
* gnu/packages/kde.scm (grantleetheme): Update to 24.05.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove grantlee and qtbase-5; add grantlee-qt6, and kxmlgui.
[propagated-inputs]: Add ktexttemplate.
Change-Id: I8778c183a57706de36b82f7a3193c07668839d39
---
gnu/packages/kde.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 49fc722e79..e798c1214d 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -161,25 +161,28 @@ This package contains GUI widgets for baloo.")
(define-public grantleetheme
(package
(name "grantleetheme")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/grantleetheme-" version ".tar.xz"))
(sha256
- (base32 "01kkj3y6xhc792jaxnkglkwvlqx9ckn5yhlfrpqff5hlf5x9vn4w"))))
+ (base32 "0fsp9698wh2h53qglfg6576m309yb91s5ix4sdzckyilh31y1j2y"))))
(build-system qt-build-system)
- (arguments `(#:tests? #f)) ; unexpected error in the test suite.
+ (arguments (list
+ #:qtbase qtbase
+ #:tests? #f)) ; unexpected error in the test suite.
(native-inputs
(list extra-cmake-modules libxml2)) ;; xmllint required for tests
(inputs
- (list grantlee
+ (list grantlee-qt6
kguiaddons
ki18n
kiconthemes
knewstuff
- qtbase-5))
+ kxmlgui))
+ (propagated-inputs (list ktexttemplate))
(home-page "https://invent.kde.org/pim/grantleetheme")
(synopsis "Library providing Grantlee theme support")
(description "This library provides Grantlee theme support.")
- 175/458: gnu: spectacle: Update to 24.02.2., (continued)
- 175/458: gnu: spectacle: Update to 24.02.2., guix-commits, 2024/07/15
- 205/458: gnu: kbreakout: Update to 24.05.2., guix-commits, 2024/07/15
- 210/458: gnu: kate: Update to 24.05.2., guix-commits, 2024/07/15
- 212/458: gnu: kopeninghours: Update to 24.05.2., guix-commits, 2024/07/15
- 187/458: gnu: krdc: Enable VNC., guix-commits, 2024/07/15
- 184/458: gnu: yakuake: Update to 24.05.2., guix-commits, 2024/07/15
- 220/458: gnu: kmines: Update to 24.05.2., guix-commits, 2024/07/15
- 234/458: gnu: kcalc: Update to 24.05.2., guix-commits, 2024/07/15
- 235/458: gnu: kcharselect: Update to 24.05.2., guix-commits, 2024/07/15
- 217/458: gnu: ktuberling: Update to 24.05.2., guix-commits, 2024/07/15
- 215/458: gnu: grantleetheme: Update to 24.05.2.,
guix-commits <=
- 193/458: gnu: kspaceduel: Update to 24.05.2., guix-commits, 2024/07/15
- 201/458: gnu: granatier: Update to 24.05.2., guix-commits, 2024/07/15
- 240/458: gnu: kmag: Update to 24.05.2., guix-commits, 2024/07/15
- 227/458: gnu: kfourinline: Update to 24.05.2., guix-commits, 2024/07/15
- 226/458: gnu: kdiamond: Update to 24.05.2., guix-commits, 2024/07/15
- 225/458: gnu: kgoldrunner: Update to 24.05.2., guix-commits, 2024/07/15
- 250/458: gnu: akonadi-notes: Update to 24.05.2., guix-commits, 2024/07/15
- 272/458: gnu: gwenview: Update to 24.05.2., guix-commits, 2024/07/15
- 275/458: gnu: fielding: Update to 0.1-pre-2.4ee9aea., guix-commits, 2024/07/15
- 268/458: gnu: kpimcommon: Update to 24.05.2., guix-commits, 2024/07/15