unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Peter Mikkelsen <petermikkelsen10@gmail.com>
To: 28444@debbugs.gnu.org
Subject: [bug#28444] [PATCH 0/3] Add meson-build-system
Date: Wed, 13 Sep 2017 14:48:22 +0200	[thread overview]
Message-ID: <20170913124822.13251-1-petermikkelsen10@gmail.com> (raw)

The following patches updates meson, adds a special version of meson to
be used in the build system, and then adds the build system. It does not
support cross compilation yet, but I might add it in the future.

Happy hacking!

Peter Mikkelsen (3):
  gnu: meson: Update to 0.42.0.
  gnu: Add meson-for-build.
  build-system: Add 'meson-build-system'.

 Makefile.am                                      |   2 +
 doc/guix.texi                                    |  55 +++++++
 gnu/local.mk                                     |   1 +
 gnu/packages/build-tools.scm                     |  20 ++-
 gnu/packages/patches/meson-for-build-rpath.patch |  24 +++
 guix/build-system/meson.scm                      | 178 +++++++++++++++++++++++
 guix/build/meson-build-system.scm                | 144 ++++++++++++++++++
 7 files changed, 422 insertions(+), 2 deletions(-)
 create mode 100644 gnu/packages/patches/meson-for-build-rpath.patch
 create mode 100644 guix/build-system/meson.scm
 create mode 100644 guix/build/meson-build-system.scm

--
2.14.1

             reply	other threads:[~2017-09-13 12:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-13 12:48 Peter Mikkelsen [this message]
2017-09-13 12:50 ` [bug#28444] [PATCH 1/3] gnu: meson: Update to 0.42.0 Peter Mikkelsen
2017-09-13 12:50   ` [bug#28444] [PATCH 2/3] gnu: Add meson-for-build Peter Mikkelsen
2017-09-15 20:57     ` Ludovic Courtès
2017-09-15 21:00       ` Peter Mikkelsen
2017-09-13 12:50   ` [bug#28444] [PATCH 3/3] build-system: Add 'meson-build-system' Peter Mikkelsen
2017-09-15 21:07     ` Ludovic Courtès
2017-09-16 11:08       ` Peter Mikkelsen
2017-09-16 16:11         ` bug#28444: " Ludovic Courtès
2017-09-16 17:06           ` [bug#28444] " Peter Mikkelsen
2017-09-17 13:19             ` Ludovic Courtès
2017-09-17 13:24               ` Peter Mikkelsen
2017-09-17 14:01               ` Peter Mikkelsen
2017-09-17 19:21                 ` Ludovic Courtès
2017-09-15 20:53   ` [bug#28444] [PATCH 1/3] gnu: meson: Update to 0.42.0 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170913124822.13251-1-petermikkelsen10@gmail.com \
    --to=petermikkelsen10@gmail.com \
    --cc=28444@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).