From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hW5e7-0001Fb-Rp for guix-patches@gnu.org; Wed, 29 May 2019 16:58:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hW5e7-0000NM-1g for guix-patches@gnu.org; Wed, 29 May 2019 16:58:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46520) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hW5e6-0000NB-V8 for guix-patches@gnu.org; Wed, 29 May 2019 16:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hW5e6-0002X5-Pt for guix-patches@gnu.org; Wed, 29 May 2019 16:58:02 -0400 Subject: bug#35897: [PATCH] gnu: sddm: add QtQuick related dependencies to sddm Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190525130913.3242-1-r.majd@pantherx.org> <8410e3e8-0756-4e78-8cae-5953d6f2bc1b@www.fastmail.com> Date: Wed, 29 May 2019 22:57:46 +0200 In-Reply-To: <8410e3e8-0756-4e78-8cae-5953d6f2bc1b@www.fastmail.com> (Reza Alizadeh Majd's message of "Sat, 25 May 2019 17:57:48 +0430") Message-ID: <87o93lt1v9.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Reza Alizadeh Majd Cc: 35897-done@debbugs.gnu.org Hello, "Reza Alizadeh Majd" skribis: > a series of SDDM user defined themes are using QtQuick components interna= lly.=20 > > Since `sddm-greeter` loads these themes dynamically, we also need to add = these > QtQuick related libraries to QML2_IMPORT_PATH. so I=E2=80=99ve added thes= e libraries=20 > as sddm package inputs, to be wrapped by wrap-qt-program.=20 OK. I took the liberty to add these explanations as a comment and committed. Thanks! Ludo=E2=80=99.