Message ID | 20190525130913.3242-1-r.majd@pantherx.org |
---|---|
State | Accepted |
Headers | show |
Series | [bug#35897] gnu: sddm: add QtQuick related dependencies tosddm | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | fail | Apply failed |
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
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’.
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