From: Brendan Tildesley <mail@brendan.scot>
To: 48465@debbugs.gnu.org
Subject: [bug#48465] [PATCH 33/35] gnu: lxqt-config: Move libkscreen to propagated-inputs.
Date: Mon, 17 May 2021 00:06:18 +1000 [thread overview]
Message-ID: <20210516140620.1898-33-mail@brendan.scot> (raw)
In-Reply-To: <20210516140620.1898-1-mail@brendan.scot>
* gnu/packages/lxqt.scm (lxqt-config): Move libkscreen to
propagated-inputs. Kscreen is a runtime dependency. lxqt-config-monitor
will not open without it available.
---
gnu/packages/lxqt.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index c3b073ee13..f8d93faaef 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -375,7 +375,6 @@ the operating system LXQt is running on.")
(inputs
`(("eudev" ,eudev)
("kwindowsystem" ,kwindowsystem)
- ("libkscreen" ,libkscreen)
("liblxqt" ,liblxqt)
("libqtxdg" ,libqtxdg)
("libxcursor" ,libxcursor)
@@ -391,6 +390,10 @@ the operating system LXQt is running on.")
`(("pkg-config" ,pkg-config)
("lxqt-build-tools" ,lxqt-build-tools)
("qttools" ,qttools)))
+ ;; XXX: This is a workaround so libkscreen can find the backends as we
+ ;; dont have a way specify them. We may want to patch like Nix does.
+ (propagated-inputs
+ `(("libkscreen" ,libkscreen)))
(arguments
'(#:tests? #f ; no tests
#:phases
--
2.31.1
next prev parent reply other threads:[~2021-05-16 14:49 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-16 14:04 [bug#48465] [PATCHES 0/35] gnu: lxqt: Update to 0.17.0 Brendan Tildesley via Guix-patches via
2021-05-16 14:05 ` [bug#48465] [PATCH 01/35] gnu: libfm-qt: Update to 0.17.1 Brendan Tildesley
2021-05-16 14:05 ` [bug#48465] [PATCH 02/35] gnu: lxqt-qtplugin: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:05 ` [bug#48465] [PATCH 03/35] gnu: lxqt-build-tools: Update to 0.9.0 Brendan Tildesley
2021-05-29 18:18 ` [bug#48465] [PATCHES 0/35] gnu: lxqt: Update to 0.17.0 Ludovic Courtès
2021-05-16 14:05 ` [bug#48465] [PATCH 04/35] gnu: libqtxdg: Update to 3.7.1 Brendan Tildesley
2021-05-16 14:05 ` [bug#48465] [PATCH 05/35] gnu: liblxqt: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:05 ` [bug#48465] [PATCH 06/35] gnu: libsysstat: Update to 0.4.5 Brendan Tildesley
2021-05-16 14:05 ` [bug#48465] [PATCH 07/35] gnu: lxqt-about: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:05 ` [bug#48465] [PATCH 08/35] gnu: lxqt-admin: " Brendan Tildesley
2021-05-16 14:05 ` [bug#48465] [PATCH 09/35] gnu: lxqt-config: Update to 0.17.1 Brendan Tildesley
2021-05-16 14:05 ` [bug#48465] [PATCH 10/35] gnu: lxqt-globalkeys: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:05 ` [bug#48465] [PATCH 11/35] gnu: lxqt-notificationd: " Brendan Tildesley
2021-05-16 14:05 ` [bug#48465] [PATCH 12/35] gnu: lxqt-panel: Update to 0.17.1 Brendan Tildesley
2021-05-16 14:05 ` [bug#48465] [PATCH 13/35] gnu: lxqt-policykit: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:05 ` [bug#48465] [PATCH 14/35] gnu: lxqt-powermanagement: Update to 0.17.1 Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 15/35] gnu: lxqt-runner: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 16/35] gnu: lxqt-session: Update to 0.17.1 Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 17/35] gnu: lxqt-sudo: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 18/35] gnu: lxqt-themes: " Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 19/35] gnu: pcmanfm-qt: " Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 20/35] gnu: lximage-qt: " Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 21/35] gnu: obconf-qt: Update to 0.16.1 Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 22/35] gnu: pavucontrol-qt: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 23/35] gnu: qtermwidget: " Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 24/35] gnu: qterminal: " Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 25/35] gnu: screengrab: Update to 2.2.0 Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 26/35] gnu: lxqt-archiver: Update to 0.4.0 Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 27/35] gnu: compton-conf: Update to 0.16.0 Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 28/35] gnu: qps: Update to 2.3.0 Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 29/35] gnu: lxqt-openssh-askpass: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 30/35] gnu: lxqt-connman-applet: Update to 0.15-db1618d5 Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 31/35] gnu: lxqt: Use the projects version number Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 32/35] gnu: lxqt: Use picom instead of compton Brendan Tildesley
2021-05-16 14:06 ` Brendan Tildesley [this message]
2021-05-16 14:06 ` [bug#48465] [PATCH 34/35] gnu: Update lxqt home-page for all lxqt packages Brendan Tildesley
2021-05-16 14:06 ` [bug#48465] [PATCH 35/35] doc: lxqt-desktop-service: Update lxqt homepage url Brendan Tildesley
2021-05-29 18:17 ` bug#48465: [PATCHES 0/35] gnu: lxqt: Update to 0.17.0 Ludovic Courtès
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=20210516140620.1898-33-mail@brendan.scot \
--to=mail@brendan.scot \
--cc=48465@debbugs.gnu.org \
/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.