GNU bug report logs - #35897
[PATCH] gnu: sddm: add QtQuick related dependencies to sddm

Previous Next

Package: guix-patches;

Reported by: Reza Alizadeh Majd <r.majd <at> pantherx.org>

Date: Sat, 25 May 2019 13:11:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Reza Alizadeh Majd <r.majd <at> pantherx.org>
Subject: bug#35897: closed (Re: [bug#35897] [PATCH] gnu: sddm: add QtQuick
 related dependencies to sddm)
Date: Wed, 29 May 2019 20:58:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 35897 <at> debbugs.gnu.org.

-- 
35897: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35897
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: "Reza Alizadeh Majd" <r.majd <at> pantherx.org>
Cc: 35897-done <at> debbugs.gnu.org
Subject: Re: [bug#35897] [PATCH] gnu: sddm: add QtQuick related dependencies
 to sddm
Date: Wed, 29 May 2019 22:57:46 +0200
Hello,

"Reza Alizadeh Majd" <r.majd <at> 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’.

[Message part 3 (message/rfc822, inline)]
From: Reza Alizadeh Majd <r.majd <at> pantherx.org>
To: guix-patches <at> gnu.org
Cc: Reza Alizadeh Majd <r.majd <at> pantherx.org>
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




This bug report was last modified 5 years and 361 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.