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

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

[debbugs-tracker] bug#26568: closed ([PATCH] gnu : Add meson.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26568: closed ([PATCH] gnu : Add meson.)
Date: Thu, 20 Apr 2017 12:17:02 +0000

Your message dated Thu, 20 Apr 2017 14:16:01 +0200
with message-id <address@hidden>
and subject line Re: bug#26568: [PATCH] gnu : Add meson.
has caused the debbugs.gnu.org bug report #26568,
regarding [PATCH] gnu : Add meson.
to be marked as done.

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


-- 
26568: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26568
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu : Add meson. Date: Wed, 19 Apr 2017 22:47:50 +0200 User-agent: Mutt/1.8.0 (2017-02-23)

Attachment: 0001-gnu-packages-build-tools.scm-meson-Add-meson-package.patch
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: bug#26568: [PATCH] gnu : Add meson. Date: Thu, 20 Apr 2017 14:16:01 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
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, <address@hidden>, is invalid; I
     hope you’ll get this message somehow.  :-)

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)))

--- End Message ---

reply via email to

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