mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: kdsingleapplication: Improve package.
* 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 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
86690427b6
commit
51ba1e375e
1 changed files with 4 additions and 2 deletions
|
@ -5232,13 +5232,15 @@ (define-public kdsingleapplication
|
||||||
(list
|
(list
|
||||||
#:qtbase qtbase
|
#:qtbase qtbase
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list "-DKDSingleApplication_QT6=true" "-DKDSingleApplication_TESTS=true")))
|
#~(list "-DKDSingleApplication_QT6=ON" "-DKDSingleApplication_TESTS=ON")))
|
||||||
(inputs (list libxkbcommon vulkan-headers))
|
(inputs (list libxkbcommon vulkan-headers))
|
||||||
(home-page "https://github.com/KDAB/KDSingleApplication")
|
(home-page "https://github.com/KDAB/KDSingleApplication")
|
||||||
(synopsis "Qt helper class for single-instance policy applications")
|
(synopsis "Qt helper class for single-instance policy applications")
|
||||||
(description "KD SingleApplication is a helper class for single-instance
|
(description "KD SingleApplication is a helper class for single-instance
|
||||||
policy applications.")
|
policy applications.")
|
||||||
(license (list license:bsd-3 license:expat))))
|
(license
|
||||||
|
(list license:bsd-3 ; cmake/*
|
||||||
|
license:expat)))) ; everything else
|
||||||
|
|
||||||
(define-public kdsoap
|
(define-public kdsoap
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue