[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
188/347: gnu: ksvg: Update to 6.3.0.
From: |
guix-commits |
Subject: |
188/347: gnu: ksvg: Update to 6.3.0. |
Date: |
Fri, 28 Jun 2024 09:58:57 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 8fc70e3e83b40b7954dc889f50b5aecd4c5cb6bc
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 01:38:58 2024 +0800
gnu: ksvg: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (ksvg): Update to 6.3.0.
[arguments]<#:phases>: Add check-setup phase.
Change-Id: I01c5b97f057ff93731a7aaa4b7e07b14b1d3b0af
---
gnu/packages/kde-frameworks.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index f22e09034a..7044268422 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1496,7 +1496,7 @@ pixel units.")
(define-public ksvg
(package
(name "ksvg")
- (version "6.1.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1505,7 +1505,7 @@ pixel units.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0pvb3fvzxc3niny9cqwvbvpkgj4x1r62pkd3c0cpd3b7r0g8wsi8"))))
+ "1mq7rfk61g9bj69hmr8yzvpd7q67c76ciy695dqmlq2c146fsm00"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))
@@ -1519,7 +1519,11 @@ pixel units.")
kcoreaddons-6
kguiaddons-6
kirigami-6))
- (arguments (list #:qtbase qtbase))
+ (arguments (list #:qtbase qtbase
+ #:phases #~(modify-phases %standard-phases
+ (add-before 'check 'check-setup
+ (lambda _
+ (setenv "HOME" (getcwd)))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Components for handling SVGs")
(description "A library for rendering SVG-based themes with stylesheet
- 120/347: gnu: breeze-gtk: Update to 6.0.4.1., (continued)
- 120/347: gnu: breeze-gtk: Update to 6.0.4.1., guix-commits, 2024/06/28
- 127/347: gnu: Add baloo-6., guix-commits, 2024/06/28
- 131/347: gnu: kirigami-addons: Update to 1.1.0., guix-commits, 2024/06/28
- 159/347: gnu: konsole: Update to 24.02.2., guix-commits, 2024/06/28
- 156/347: gnu: sddm: Enable qt6., guix-commits, 2024/06/28
- 171/347: gnu: kdebugsettings: Update to 24.02.2., guix-commits, 2024/06/28
- 176/347: gnu: kbackup: Update to 24.02.2., guix-commits, 2024/06/28
- 182/347: gnu: fcitx5-qt: Use new style., guix-commits, 2024/06/28
- 181/347: gnu: fcitx5-qt: Enable qt6 support., guix-commits, 2024/06/28
- 186/347: gnu: extra-cmake-modules: Update to 6.3.0., guix-commits, 2024/06/28
- 188/347: gnu: ksvg: Update to 6.3.0.,
guix-commits <=
- 191/347: gnu: breeze-icons: Update to 6.3.0., guix-commits, 2024/06/28
- 194/347: gnu: kcodecs-6: Update to 6.3.0., guix-commits, 2024/06/28
- 221/347: gnu: plasma-activities: Update to 6.1.1., guix-commits, 2024/06/28
- 228/347: gnu: kimageformats-6: Update to 6.3.0., guix-commits, 2024/06/28
- 299/347: gnu: plasma-nm: Update to 6.1.1., guix-commits, 2024/06/28
- 308/347: gnu: system-settings: Update to 6.1.1., guix-commits, 2024/06/28
- 312/347: gnu: dolphin-plugins: Update to 24.05.1., guix-commits, 2024/06/28
- 193/347: gnu: kcalendarcore-6: Update to 6.3.0., guix-commits, 2024/06/28
- 197/347: gnu: kcoreaddons-6: Update to 6.3.0., guix-commits, 2024/06/28
- 203/347: gnu: kidletime-6: Update to 6.3.0., guix-commits, 2024/06/28