From: Timotej Lazar <timotej.lazar@araneo.si>
To: 72205@debbugs.gnu.org
Cc: "Timotej Lazar" <timotej.lazar@araneo.si>,
"Maxim Cournoyer" <maxim.cournoyer@gmail.com>,
宋文武 <iyzsong@envs.net>
Subject: [bug#72205] [PATCH] gnu: kdsingleapplication: Improve package.
Date: Wed, 31 Jul 2024 20:57:12 +0200 [thread overview]
Message-ID: <63944b37ef31a93e424e7a9a849204d8127e4068.1722452232.git.timotej.lazar@araneo.si> (raw)
In-Reply-To: <877cd2xfj2.fsf@gmail.com>
* 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
next prev parent reply other threads:[~2024-07-31 18:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-20 6:49 [bug#72205] [PATCH 0/4] Update nheko Timotej Lazar
2024-07-20 6:57 ` [bug#72205] [PATCH 1/4] gnu: Add kdsingleapplication Timotej Lazar
2024-07-31 6:05 ` Maxim Cournoyer
2024-07-31 12:28 ` Timotej Lazar
2024-07-31 18:57 ` Timotej Lazar [this message]
2024-07-20 6:57 ` [bug#72205] [PATCH 2/4] gnu: mtxclient: Update to 0.10.0 Timotej Lazar
2024-07-20 6:57 ` [bug#72205] [PATCH 3/4] gnu: mtxclient: Switch to new package style Timotej Lazar
2024-07-20 6:57 ` [bug#72205] [PATCH 4/4] gnu: nheko: Update to 0.12.0 Timotej Lazar
2024-07-25 5:15 ` bug#72205: [PATCH 0/4] Update nheko Zheng Junjie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=63944b37ef31a93e424e7a9a849204d8127e4068.1722452232.git.timotej.lazar@araneo.si \
--to=timotej.lazar@araneo.si \
--cc=72205@debbugs.gnu.org \
--cc=iyzsong@envs.net \
--cc=maxim.cournoyer@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.