unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: iyzsong@envs.net
Cc: 65654-done@debbugs.gnu.org, 宋文武 <iyzsong@member.fsf.org>
Subject: [bug#65654] [PATCH] gnu: dbus-cxx: Update to 2.4.0.
Date: Fri, 01 Sep 2023 10:52:43 -0400	[thread overview]
Message-ID: <871qfi2bes.fsf_-_@gmail.com> (raw)
In-Reply-To: <290e386fa27c8a2c8c098fe0007277149165a68f.1693572252.git.iyzsong@member.fsf.org> (iyzsong@envs.net's message of "Fri, 1 Sep 2023 20:44:55 +0800")

Hi,

iyzsong@envs.net writes:

> From: 宋文武 <iyzsong@member.fsf.org>
>
> * gnu/packages/cpp.scm (libcppgenerate): New variable.
> ---
>  gnu/packages/cpp.scm | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>
> diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
> index 2f8cc2ce25..794a7ef98a 100644
> --- a/gnu/packages/cpp.scm
> +++ b/gnu/packages/cpp.scm
> @@ -1731,6 +1731,30 @@ (define-public libconfini
>  almost every type of file containing key/value pairs.")
>      (license license:gpl3+)))
>  
> +(define-public libcppgenerate
> +  ;; dbus-cxx requires an unreleased fix.
> +  (let ((commit "930c5503f76c877b72b9ff8546353d6f422bd010")
> +        (revision "0"))
> +    (package
> +      (name "libcppgenerate")
> +      (version (git-version "0.2" revision commit))
> +      (source (origin
> +                (method git-fetch)
> +                (uri (git-reference
> +                      (url "https://github.com/rm5248/libcppgenerate")
> +                      (commit commit)))
> +                (file-name (git-file-name name version))
> +                (sha256
> +                 (base32
> +                  "0csdg9b406i85aqgivjmvqjdnqbyiyjh3s0xsfsxppv7wlh7j85r"))))
> +      (build-system cmake-build-system)
> +      (arguments (list #:configure-flags #~'("-DENABLE_TESTS=ON")))

nitpick: #~(list ...) is more readable

> +      (home-page "https://github.com/rm5248/libcppgenerate")
> +      (synopsis "Generating C++ code")

I'd use "C++ code generator library for C++".

I'll install this change along the dbus-cxx update.

-- 
Thanks,
Maxim




      parent reply	other threads:[~2023-09-01 14:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-31 10:51 [bug#65654] [PATCH] gnu: dbus-cxx: Update to 2.4.0 iyzsong--- via Guix-patches via
2023-08-31 16:58 ` Liliana Marie Prikler
2023-09-01  3:48 ` Maxim Cournoyer
2023-09-01 12:44 ` [bug#65654] [PATCH v2 1/2] gnu: Add libcppgenerate iyzsong--- via Guix-patches via
2023-09-01 12:44   ` [bug#65654] [PATCH v2 2/2] gnu: dbus-cxx: Update to 2.4.0 iyzsong--- via Guix-patches via
2023-09-01 14:45     ` bug#65654: " Maxim Cournoyer
2023-09-01 14:52   ` Maxim Cournoyer [this message]

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=871qfi2bes.fsf_-_@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=65654-done@debbugs.gnu.org \
    --cc=iyzsong@envs.net \
    --cc=iyzsong@member.fsf.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).