guix-patches
[Top][All Lists]
Advanced

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

[bug#63706] [PATCH v2 2/3] gnu: Add glibmm-2.76


From: Liliana Marie Prikler
Subject: [bug#63706] [PATCH v2 2/3] gnu: Add glibmm-2.76
Date: Thu, 25 May 2023 20:38:02 +0200
User-agent: Evolution 3.46.4

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 via email to

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