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 #13 received at 26637 <at> debbugs.gnu.org (full text, mbox):

From: Thomas Danckaert <post <at> thomasdanckaert.be>
To: 26637 <at> debbugs.gnu.org
Cc: efraim <at> flashner.co.il
Subject: Re: bug#26637: [PATCH] gnu: Add gcompris-qt.
Date: Fri, 28 Apr 2017 15:02:14 +0200
Hi!

> +    (native-inputs
> +     `(("extra-cmake-modules" ,extra-cmake-modules)
> +       ("gettext" ,gettext-minimal)
> +       ("perl" ,perl)))
> +    (inputs
> +     `(("python-2" ,python-2)
> +       ("qt" ,qt)))

*This time also replying to debbugs*

I think it's nicer to use the modular qt packages if possible?  I
checked and it compiles with the following inputs:

    (native-inputs
     `(("extra-cmake-modules" ,extra-cmake-modules)
       ("gettext" ,gettext-minimal)
       ("perl" ,perl)
       ("qttools" ,qttools)))
    (inputs
     `(("python-2" ,python-2)
       ("qtbase" ,qtbase)
       ("qtdeclarative" ,qtdeclarative)
       ("qtmultimedia" ,qtmultimedia)
       ("qtsvg" ,qtsvg)
       ("qtxmlpatterns" ,qtxmlpatterns)
       ("qtsensors" ,qtsensors)))

otherwise LGTM!

Thomas




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.