From: Reza Alizadeh Majd <r.majd@pantherx.org>
To: 35897@debbugs.gnu.org
Cc: Reza Alizadeh Majd <r.majd@pantherx.org>
Subject: [bug#35897] [PATCH] gnu: sddm: add QtQuick related dependencies to sddm
Date: Sat, 25 May 2019 17:39:14 +0430 [thread overview]
Message-ID: <20190525130913.3242-1-r.majd@pantherx.org> (raw)
* gnu/packages/display-managers.scm (sddm): add QtQuick related
dependencist to sddm package in order to `sddm-greeter` application
to load user defined themes which are based on QtQuick.
---
gnu/packages/display-managers.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm
index 29d8ae4eb9..725a3c5473 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -75,6 +75,10 @@
("linux-pam" ,linux-pam)
("qtbase" ,qtbase)
("qtdeclarative" ,qtdeclarative)
+ ("qtgraphicaleffects" ,qtgraphicaleffects)
+ ("qtquickcontrols" ,qtquickcontrols)
+ ("qtquickcontrols2" ,qtquickcontrols2)
+ ("qtsvg" ,qtsvg)
("shadow" ,shadow)
("wayland" ,wayland)))
(arguments
--
2.19.0
next reply other threads:[~2019-05-25 13:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-25 13:09 Reza Alizadeh Majd [this message]
2019-05-25 13:27 ` [bug#35897] [PATCH] gnu: sddm: add QtQuick related dependencies to sddm Reza Alizadeh Majd
2019-05-29 20:57 ` bug#35897: " 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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190525130913.3242-1-r.majd@pantherx.org \
--to=r.majd@pantherx.org \
--cc=35897@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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).