[PATCH] gnu: sddm: add QtQuick related dependencies to sddm

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Reza Alizadeh Majd
Owner
unassigned
Submitted by
Reza Alizadeh Majd
Severity
normal

Debbugs page

Reza Alizadeh Majd wrote 6 years ago
(address . guix-patches@gnu.org)(name . Reza Alizadeh Majd)(address . r.majd@pantherx.org)
20190525130913.3242-1-r.majd@pantherx.org
* 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(+)

Toggle diff (17 lines)
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
Reza Alizadeh Majd wrote 6 years ago
(address . 35897@debbugs.gnu.org)
8410e3e8-0756-4e78-8cae-5953d6f2bc1b@www.fastmail.com
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
Ludovic Courtès wrote 6 years ago
(name . Reza Alizadeh Majd)(address . r.majd@pantherx.org)(address . 35897-done@debbugs.gnu.org)
87o93lt1v9.fsf@gnu.org
Hello,

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

Toggle quote (6 lines)
> 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’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 35897@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 35897
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help