all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: 26568-done@debbugs.gnu.org
Subject: bug#26568: [PATCH] gnu : Add meson.
Date: Thu, 20 Apr 2017 14:16:01 +0200	[thread overview]
Message-ID: <877f2f1dha.fsf@gnu.org> (raw)
In-Reply-To: <20170419204750.GA13306@nibupac> (Corentin Bocquillon's message of "Wed, 19 Apr 2017 22:47:50 +0200")

[-- Attachment #1: Type: text/plain, Size: 441 bytes --]

Hi Corentin,

I applied your patch with the minor changes below and with a commit log
closer to our conventions (see
<https://www.gnu.org/software/guix/manual/html_node/Submitting-Patches.html>.)

Thank you!

Ludo’.

PS: I cannot push it right now because git.sv.gnu.org is currently
    unavailable.
PPS: The email address that you used, <corentin@nibupac>, is invalid; I
     hope you’ll get this message somehow.  :-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1265 bytes --]

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index e26c31511..0f6a10bbc 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -81,11 +81,12 @@ makes a few sacrifices to acquire fast full and incremental build times.")
     (build-system python-build-system)
     (inputs `(("ninja", ninja)))
     (home-page "https://mesonbuild.com/")
-    (synopsis "Meson build system")
+    (synopsis "Build system designed to be fast and user-friendly")
     (description
-     "The meson build system is focused on user-friendliness and speed.
-According to the developpers of meson, every seconds spent waiting for
-the build system, writing or debugging build definitions is a second wasted
-so meson is designed to be very fast and simple.
-It supports C, C++, Fortran, Java and Rust.")
-    (license asl2.0)))
+     "The Meson build system is focused on user-friendliness and speed.
+It can compile code written in C, C++, Fortran, Java, Rust, and other
+languages.  Meson provides features comparable to those of the
+Autoconf/Automake/make combo.  Build specifications, also known as @dfn{Meson
+files}, are written in a custom domain-specific language (DSL) that resembles
+Python.")
+    (license license:asl2.0)))

  reply	other threads:[~2017-04-20 12:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-19 20:47 bug#26568: [PATCH] gnu : Add meson Corentin Bocquillon
2017-04-20 12:16 ` Ludovic Courtès [this message]
2017-04-21 12:00   ` Corentin Bocquillon

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

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

  git send-email \
    --in-reply-to=877f2f1dha.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=26568-done@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.