unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35897] [PATCH] gnu: sddm: add QtQuick related dependencies to sddm
@ 2019-05-25 13:09 Reza Alizadeh Majd
  2019-05-25 13:27 ` Reza Alizadeh Majd
  0 siblings, 1 reply; 3+ messages in thread
From: Reza Alizadeh Majd @ 2019-05-25 13:09 UTC (permalink / raw)
  To: 35897; +Cc: Reza Alizadeh Majd

* 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#35897] [PATCH] gnu: sddm: add QtQuick related dependencies to sddm
  2019-05-25 13:09 [bug#35897] [PATCH] gnu: sddm: add QtQuick related dependencies to sddm Reza Alizadeh Majd
@ 2019-05-25 13:27 ` Reza Alizadeh Majd
  2019-05-29 20:57   ` bug#35897: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Reza Alizadeh Majd @ 2019-05-25 13:27 UTC (permalink / raw)
  To: 35897

Hi, 

a series of SDDM user defined themes are using QtQuick components internally. 

Since `sddm-greeter` loads these themes dynamically, we also need to add these
QtQuick related libraries to QML2_IMPORT_PATH. so I’ve added these libraries 
as sddm package inputs, to be wrapped by wrap-qt-program. 


Regards,
Reza

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#35897: [PATCH] gnu: sddm: add QtQuick related dependencies to sddm
  2019-05-25 13:27 ` Reza Alizadeh Majd
@ 2019-05-29 20:57   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2019-05-29 20:57 UTC (permalink / raw)
  To: Reza Alizadeh Majd; +Cc: 35897-done

Hello,

"Reza Alizadeh Majd" <r.majd@pantherx.org> skribis:

> a series of SDDM user defined themes are using QtQuick components internally. 
>
> Since `sddm-greeter` loads these themes dynamically, we also need to add these
> QtQuick related libraries to QML2_IMPORT_PATH. so I’ve added these libraries 
> as sddm package inputs, to be wrapped by wrap-qt-program. 

OK.  I took the liberty to add these explanations as a comment and
committed.

Thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-29 20:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-25 13:09 [bug#35897] [PATCH] gnu: sddm: add QtQuick related dependencies to sddm Reza Alizadeh Majd
2019-05-25 13:27 ` Reza Alizadeh Majd
2019-05-29 20:57   ` bug#35897: " Ludovic Courtès

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).