all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: Saku Laesvuori <saku@laesvuori.fi>, 63706@debbugs.gnu.org
Subject: [bug#63706] [PATCH v2 2/3] gnu: Add glibmm-2.76
Date: Thu, 25 May 2023 20:38:02 +0200	[thread overview]
Message-ID: <749806feb4c74c2b6a8436ef678bfc34b40f2542.camel@gmail.com> (raw)
In-Reply-To: <20230525175443.10827-2-saku@laesvuori.fi>

Am Donnerstag, dem 25.05.2023 um 20:54 +0300 schrieb Saku Laesvuori:
> * gnu/packages/glib.scm (glibmm-2.76): New variable.
> ---
>  gnu/packages/glib.scm | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
> 
> diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
> index 1f3d3ef628..b50e251b5c 100644
> --- a/gnu/packages/glib.scm
> +++ b/gnu/packages/glib.scm
> @@ -913,6 +913,23 @@ (define glibmm
>  useful for C++.")
>      (license license:lgpl2.1+)))
>  
> +(define-public glibmm-2.76
> +  (package
> +   (inherit glibmm)
> +   (version "2.76.0")
> +   (name "glibmm")
> +   (source (origin
> +            (method url-fetch)
> +            (uri (string-append "mirror://gnome/sources/glibmm/"
> +                                (version-major+minor version)
> +                                "/glibmm-" version ".tar.xz"))
> +            (sha256
> +             (base32
> +             
> "1cia8vrpwzn8zwalws42mga5hi965840m5s8dvfzv55xx86dhdw6"))))
> +   (propagated-inputs
> +    (modify-inputs (package-propagated-inputs glibmm)
> +      (replace "glib" glib-next)))))
> +
>   (define-public glibmm-2.64
>     (package
>      (inherit glibmm)
You might want to make this "glibmm-next" to keep with glib-next.  We
probably also ought to make this the actual glibmm on the gnome-team
branch.

Cheers

  reply	other threads:[~2023-05-25 18:39 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-24 19:31 [bug#63706] [PATCH] gnu: telegram-desktop: Update to 4.8.1 Saku Laesvuori via Guix-patches via
2023-05-25  9:55 ` Saku Laesvuori via Guix-patches via
2023-05-25 17:24 ` Liliana Marie Prikler
2023-05-25 17:49   ` [bug#63725] [PATCH v2 1/3] gnu: c++-gsl: Update to 4.0.0 Saku Laesvuori via Guix-patches via
2023-05-25 17:49     ` [bug#63723] [PATCH v2 2/3] gnu: Add glibmm-2.76 Saku Laesvuori via Guix-patches via
2023-06-03 20:20       ` bug#63723: " Jonathan Brielmaier
2023-05-25 17:49     ` [bug#63724] [PATCH v2 3/3] gnu: telegram-desktop: Update to 4.8.1 Saku Laesvuori via Guix-patches via
2023-05-25 17:51       ` Saku Laesvuori via Guix-patches via
2023-05-26 21:08       ` bug#63724: " Jonathan Brielmaier
2023-05-25 17:54   ` [bug#63706] [PATCH v2 1/3] gnu: c++-gsl: Update to 4.0.0 Saku Laesvuori via Guix-patches via
2023-05-25 17:54     ` [bug#63706] [PATCH v2 2/3] gnu: Add glibmm-2.76 Saku Laesvuori via Guix-patches via
2023-05-25 18:38       ` Liliana Marie Prikler [this message]
2023-05-25 19:12         ` [bug#63706] [PATCH v3 1/3] gnu: c++-gsl: Update to 4.0.0 Saku Laesvuori via Guix-patches via
2023-05-25 19:12           ` [bug#63706] [PATCH v3 2/3] gnu: Add glibmm-next Saku Laesvuori via Guix-patches via
2023-05-25 19:12           ` [bug#63706] [PATCH v3 3/3] gnu: telegram-desktop: Update to 4.8.1 Saku Laesvuori via Guix-patches via
2023-05-25 17:54     ` [bug#63706] [PATCH v2 " Saku Laesvuori via Guix-patches via
2023-06-03 11:23     ` [bug#63706] [PATCH v2 1/3] gnu: c++-gsl: Update to 4.0.0 Christopher Baines
2023-05-26  8:51 ` [bug#63706] [PATCH] gnu: telegram-desktop: Update to 4.8.1 Jonathan Brielmaier
2023-05-28  0:03   ` Liliana Marie Prikler
2023-05-28 11:24 ` bug#63706: " Jonathan Brielmaier

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=749806feb4c74c2b6a8436ef678bfc34b40f2542.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=63706@debbugs.gnu.org \
    --cc=saku@laesvuori.fi \
    /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.