GNU bug report logs -
#72205
[PATCH 0/4] Update nheko
Previous Next
Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>
Date: Sat, 20 Jul 2024 06:57:01 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
Message #31 received at 72205 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/qt.scm (kdsingleapplication)[arguments]: Use ON instead of true
for cmake #:configure-flags.
[license]: Note files covered by each license.
Change-Id: Ia10b43e881e457bb80f0b773a3a64a40a1d8becb
---
gnu/packages/qt.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index c150dca78b..1b9935aa80 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5232,13 +5232,15 @@ (define-public kdsingleapplication
(list
#:qtbase qtbase
#:configure-flags
- #~(list "-DKDSingleApplication_QT6=true" "-DKDSingleApplication_TESTS=true")))
+ #~(list "-DKDSingleApplication_QT6=ON" "-DKDSingleApplication_TESTS=ON")))
(inputs (list libxkbcommon vulkan-headers))
(home-page "https://github.com/KDAB/KDSingleApplication")
(synopsis "Qt helper class for single-instance policy applications")
(description "KD SingleApplication is a helper class for single-instance
policy applications.")
- (license (list license:bsd-3 license:expat))))
+ (license
+ (list license:bsd-3 ; cmake/*
+ license:expat)))) ; everything else
(define-public kdsoap
(package
base-commit: 01d4363168ed10ea223047f7a7b83201f161ec0b
--
2.45.2
This bug report was last modified 292 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.