emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#35897: closed ([PATCH] gnu: sddm: add QtQuick rela


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35897: closed ([PATCH] gnu: sddm: add QtQuick related dependencies to sddm)
Date: Wed, 29 May 2019 20:58:01 +0000

Your message dated Wed, 29 May 2019 22:57:46 +0200
with message-id <address@hidden>
and subject line Re: [bug#35897] [PATCH] gnu: sddm: add QtQuick related 
dependencies to sddm
has caused the debbugs.gnu.org bug report #35897,
regarding [PATCH] gnu: sddm: add QtQuick related dependencies to sddm
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
35897: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35897
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: sddm: add QtQuick related dependencies to sddm Date: Sat, 25 May 2019 17:39:14 +0430
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#35897] [PATCH] gnu: sddm: add QtQuick related dependencies to sddm Date: Wed, 29 May 2019 22:57:46 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Hello,

"Reza Alizadeh Majd" <address@hidden> 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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]