[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
175/347: gnu: Add grantlee-qt6.
From: |
guix-commits |
Subject: |
175/347: gnu: Add grantlee-qt6. |
Date: |
Fri, 28 Jun 2024 09:58:54 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 7814094867a683bd74edfd1612bb847e5e245bc4
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue May 7 15:54:24 2024 +0800
gnu: Add grantlee-qt6.
* gnu/packages/qt.scm (grantlee-qt6): New variable.
Change-Id: I7408eb5156fd4bcf472ae3f7294458ab1204369b
---
gnu/packages/qt.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index ef2aff29a9..9ba7e281e9 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -432,6 +432,18 @@ other text such as code. The syntax uses the syntax of
the Django template
system, and the core design of Django is reused in Grantlee.")
(license license:lgpl2.1+)))
+(define-public grantlee-qt6
+ (package
+ (inherit grantlee)
+ (name "grantlee-qt6")
+ (inputs (modify-inputs (package-inputs grantlee)
+ (replace "qtbase" qtbase)
+ (replace "qtdeclarative" qtdeclarative)
+ (delete "qtscript")))
+ (arguments (substitute-keyword-arguments (package-arguments grantlee)
+ ((#:configure-flags flags #~'())
+ #~(cons* "-DGRANTLEE_BUILD_WITH_QT6=ON" #$flags))))))
+
(define (qt-url component version)
"Return a mirror URL for the Qt5 COMPONENT at VERSION."
;; We can't use a mirror:// scheme because these URLs are not exact copies:
- 283/347: gnu: kwallet-pam: Update to 6.1.1., (continued)
- 283/347: gnu: kwallet-pam: Update to 6.1.1., guix-commits, 2024/06/28
- 287/347: gnu: milou: Update to 6.1.1., guix-commits, 2024/06/28
- 289/347: gnu: oxygen-sounds: Update to 6.1.1., guix-commits, 2024/06/28
- 162/347: gnu: kompare: Update to 24.02.2., guix-commits, 2024/06/28
- 155/347: gnu: Add qqc2-breeze-style., guix-commits, 2024/06/28
- 154/347: gnu: plasma-browser-integration: Update to 6.0.4., guix-commits, 2024/06/28
- 167/347: gnu: plasma: Update to 6.0.4., guix-commits, 2024/06/28
- 168/347: gnu: kdf: Update to 24.02.2., guix-commits, 2024/06/28
- 169/347: gnu: kcachegrind: Update to 24.02.2., guix-commits, 2024/06/28
- 174/347: gnu: libkgapi: Update to 24.02.2., guix-commits, 2024/06/28
- 175/347: gnu: Add grantlee-qt6.,
guix-commits <=
- 183/347: gnu: fcitx5-configtool: Enable qt6., guix-commits, 2024/06/28
- 184/347: gnu: Add libkscreen-5., guix-commits, 2024/06/28
- 115/347: gnu: libqaccessibilityclient: Update to 0.6.0., guix-commits, 2024/06/28
- 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