[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
59/347: gnu: Add ksvg.
From: |
guix-commits |
Subject: |
59/347: gnu: Add ksvg. |
Date: |
Fri, 28 Jun 2024 09:57:48 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit e2745082b926e1bfd31e04f2ba3c82a64e617fc1
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Feb 5 16:31:20 2024 +0800
gnu: Add ksvg.
* gnu/packages/kde-frameworks.scm (ksvg): New variable.
Change-Id: Ia3cf9d73db7876e5fc6568dc7a487b7f968b6b3b
---
gnu/packages/kde-frameworks.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index ff08894eef..daaaf63898 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1472,6 +1472,39 @@ pixel units.")
(list extra-cmake-modules qttools-5))
(arguments '())))
+(define-public ksvg
+ (package
+ (name "ksvg")
+ (version "6.1.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0pvb3fvzxc3niny9cqwvbvpkgj4x1r62pkd3c0cpd3b7r0g8wsi8"))))
+ (build-system qt-build-system)
+ (native-inputs
+ (list extra-cmake-modules qttools))
+ (inputs
+ (list
+ qtdeclarative
+ qtsvg
+ karchive-6
+ kconfig-6
+ kcolorscheme
+ kcoreaddons-6
+ kguiaddons-6
+ kirigami-6))
+ (arguments (list #:qtbase qtbase))
+ (home-page "https://community.kde.org/Frameworks")
+ (synopsis "Components for handling SVGs")
+ (description "A library for rendering SVG-based themes with stylesheet
+re-coloring and on-disk caching.")
+ (license license:lgpl2.1+)))
+
(define-public ksyntaxhighlighting-6
(package
(name "ksyntaxhighlighting")
- 48/347: gnu: phonon: Remove unneeded phase., (continued)
- 48/347: gnu: phonon: Remove unneeded phase., guix-commits, 2024/06/28
- 49/347: gnu: phonon: Enable qt6., guix-commits, 2024/06/28
- 51/347: gnu: Add ktextwidgets-6., guix-commits, 2024/06/28
- 53/347: gnu: Add kirigami-6., guix-commits, 2024/06/28
- 57/347: gnu: libraw: Update to 0.21.2., guix-commits, 2024/06/28
- 52/347: gnu: Add kxmlgui-6., guix-commits, 2024/06/28
- 54/347: gnu: Add qqc2-desktop-style-6., guix-commits, 2024/06/28
- 50/347: gnu: Add kwallet-6., guix-commits, 2024/06/28
- 55/347: gnu: Add modemmanager-qt-6., guix-commits, 2024/06/28
- 58/347: gnu: Add kimageformats-6., guix-commits, 2024/06/28
- 59/347: gnu: Add ksvg.,
guix-commits <=
- 62/347: gnu: Add kded-6., guix-commits, 2024/06/28
- 56/347: gnu: libavif: Update to 1.0.4., guix-commits, 2024/06/28
- 61/347: gnu: Add kdesu-6., guix-commits, 2024/06/28
- 64/347: gnu: Add bluez-qt-6., guix-commits, 2024/06/28
- 65/347: gnu: Add kio-6., guix-commits, 2024/06/28
- 60/347: gnu: Add kbookmarks-6., guix-commits, 2024/06/28
- 63/347: gnu: breeze-icons: Update to 6.1.0., guix-commits, 2024/06/28
- 69/347: gnu: Add kparts-6., guix-commits, 2024/06/28
- 71/347: gnu: Add kcmutils-6., guix-commits, 2024/06/28
- 66/347: gnu: Add kpeople-6., guix-commits, 2024/06/28