guix-patches
[Top][All Lists]
Advanced

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

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


From: Efraim Flashner
Subject: bug#26637: [PATCH] gnu: Add gcompris-qt.
Date: Fri, 28 Apr 2017 16:09:47 +0300
User-agent: Mutt/1.8.2 (2017-04-18)

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
--- Begin Message --- Subject: Re: bug#26637: [PATCH] gnu: Add gcompris-qt. Date: Fri, 28 Apr 2017 15:48:43 +0300 User-agent: Mutt/1.8.2 (2017-04-18)
On Fri, Apr 28, 2017 at 11:37:19AM +0200, Thomas Danckaert wrote:
> Hi!
> 
> Efraim Flashner <address@hidden> 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   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Attachment: signature.asc
Description: PGP signature


reply via email to

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