emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#38440: closed ([PATCH 0/5] Add the `qt` build-system.)


From: GNU bug Tracking System
Subject: bug#38440: closed ([PATCH 0/5] Add the `qt` build-system.)
Date: Sun, 01 Dec 2019 19:30:02 +0000

Your message dated Sun, 1 Dec 2019 20:28:58 +0100
with message-id <address@hidden>
and subject line Re: [bug#38440] [PATCH 0/5] Add the `qt` build-system.
has caused the debbugs.gnu.org bug report #38440,
regarding [PATCH 0/5] Add the `qt` build-system.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38440: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38440
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/5] Add the `qt` build-system. Date: Sat, 30 Nov 2019 22:59:10 +0100
Works and is a good substitude for `wrap-program` from `qt-utils`. This
`wrap-program` is still kept, since some packagins not using the
cmake-build-syttem use it.

Like `wrap-program`, this implementation has one deficit: The
wrapper collects paths from *all* inputs, thus e.g. cmake will become a
dependency of *every* binary packages using qt-build-system.

But contraty to `wrap-program` this implementation does not use env-vars to
build the paths, but inputs. Thus it will be easier to solve the issue by
filtering inputs.

Comments on the code are heardy welcome.

Also see
<https://lists.gnu.org/archive/html/guix-devel/2019-11/msg00386.html>
<https://lists.gnu.org/archive/html/guix-devel/2019-11/msg00391.html>

Hartmut Goebel (5):
  guix: Add the 'qt' build system.
  gnu: sddm: Use qt-build-system.
  gnu: ktouch: Use qt-build-system.
  gnu: kdeconnect: Use qt-build-system.
  gnu: quaternion: Use qt-build-system.

 Makefile.am                       |   2 +
 doc/guix.texi                     |  21 ++-
 gnu/packages/display-managers.scm |  18 +-
 gnu/packages/education.scm        |  17 +-
 gnu/packages/kde.scm              |  18 +-
 gnu/packages/messaging.scm        |  17 +-
 guix/build-system/qt.scm          | 295 ++++++++++++++++++++++++++++++
 guix/build/qt-build-system.scm    | 109 +++++++++++
 8 files changed, 440 insertions(+), 57 deletions(-)
 create mode 100644 guix/build-system/qt.scm
 create mode 100644 guix/build/qt-build-system.scm

-- 
2.21.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38440] [PATCH 0/5] Add the `qt` build-system. Date: Sun, 1 Dec 2019 20:28:58 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2
Thanks for the review,
pushed as 34e31612e22f0a9174eeb7abc94d9096b41fa542

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |



--- End Message ---

reply via email to

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