GNU bug report logs - #26637
[PATCH] gnu: Add gcompris-qt.

Previous Next

Package: guix-patches;

Reported by: Efraim Flashner <efraim <at> flashner.co.il>

Date: Mon, 24 Apr 2017 09:58:02 UTC

Severity: normal

Tags: fixed, patch

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

Bug is archived. No further changes may be made.

Full log


Message #16 received at 26637 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: 26637 <at> debbugs.gnu.org
Subject: Re: bug#26637: [PATCH] gnu: Add gcompris-qt.
Date: Fri, 28 Apr 2017 16:09:47 +0300
[Message part 1 (text/plain, inline)]
-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Thomas Danckaert <post <at> thomasdanckaert.be>
Subject: Re: bug#26637: [PATCH] gnu: Add gcompris-qt.
Date: Fri, 28 Apr 2017 15:48:43 +0300
[Message part 3 (text/plain, inline)]
On Fri, Apr 28, 2017 at 11:37:19AM +0200, Thomas Danckaert wrote:
> Hi!
> 
> Efraim Flashner <efraim <at> flashner.co.il> writes:
> 
> > * gnu/packages/education.scm (gcompris-qt): New variable.
> > ---
> > 
> > [...]
> > 
> > +    (inputs
> > +     `(("python-2" ,python-2)
> > +       ("qt" ,qt)))
> 
> I think it's preferable to use the modular qt packages when possible.  I
> and the package builds with the following inputs:
> 
>     (native-inputs
>      `(("extra-cmake-modules" ,extra-cmake-modules)
>        ("gettext" ,gettext-minimal)
>        ("perl" ,perl)
>        ("qttools" ,qttools))) ; qtlinguist
>     (inputs
>      `(("python-2" ,python-2)
>        ("qtbase" ,qtbase)
>        ("qtdeclarative" ,qtdeclarative)
>        ("qtmultimedia" ,qtmultimedia)
>        ("qtsvg" ,qtsvg)
>        ("qtxmlpatterns" ,qtxmlpatterns)
>        ("qtsensors" ,qtsensors)))
> 
> Otherwise LGTM!
> 
> Thomas

here's what I have in my WIP area for later testing:

    (native-inputs
     `(("extra-cmake-modules" ,extra-cmake-modules)
       ("gettext" ,gettext-minimal)
       ("perl" ,perl)
       ("qttools" ,qttools)
       ))
    (inputs
     `(("python-2" ,python-2)
       ;("qt" ,qt) ; cannot find qtquick with modular-qt
       ("qtbase" ,qtbase)
       ("qtdeclarative" ,qtdeclarative)
       ("qtmultimedia" ,qtmultimedia)
       ("qtsensors" ,qtsensors)
       ("qtsvg" ,qtsvg)
       ("qtxmlpatterns" ,qtxmlpatterns)
       ))

So it looks like we have the same package list, unfortunately I couldn't
get it working with modular-qt

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 8 years and 23 days ago.

Previous Next


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