GNU bug report logs -
#73179
[PATCH 0/2] Remove lablgtk.
Previous Next
Reported by: Josselin Poiret <dev <at> jpoiret.xyz>
Date: Wed, 11 Sep 2024 14:34:01 UTC
Severity: normal
Tags: patch
Done: Josselin Poiret <dev <at> jpoiret.xyz>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 12 Oct 2024 11:55:01 +0200
with message-id <87jzedhci2.fsf <at> jpoiret.xyz>
and subject line Re: [PATCH 1/2] gnu: ocaml-cairo2: Only build cairo2 package, remove unneeded deps.
has caused the debbugs.gnu.org bug report #73179,
regarding [PATCH 0/2] Remove lablgtk.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
73179: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73179
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
This patch series removes lablgtk, as it's actually not needed for any of our
leaf packages.
Josselin Poiret (2):
gnu: ocaml-cairo2: Only build cairo2 package, remove unneeded deps.
gnu: lablgtk: Remove variable.
gnu/packages/ocaml.scm | 72 ++----------------------------------------
1 file changed, 3 insertions(+), 69 deletions(-)
base-commit: b6d5a7f5836739dab884b49a64ca354794dd845f
--
2.45.2
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Merged as a531af142ffdb2a31cf9e6258c336fcf2dbe755b.
Josselin Poiret <dev <at> jpoiret.xyz> writes:
> From: Josselin Poiret <dev <at> jpoiret.xyz>
>
> * gnu/packages/ocaml.scm (ocaml-cairo2): Only build cairo2 and not other ocaml
> packages alongside. Remove unneeded dependencies gtk+-2 and lablgtk.
>
> Change-Id: I46a026cf0ed26789a590a889d2db47f32b9a97c8
> ---
> gnu/packages/ocaml.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
> index 6ba5f5e374..804c51c5b0 100644
> --- a/gnu/packages/ocaml.scm
> +++ b/gnu/packages/ocaml.scm
> @@ -8404,10 +8404,10 @@ (define-public ocaml-cairo2
> (base32
> "06ag9b88ihhr7yd3s9l0ac7ysig02fmlmsswybbsvz71ni0mb105"))))
> (build-system dune-build-system)
> + (arguments
> + (list #:package "cairo2"))
> (inputs
> - `(("cairo" ,cairo)
> - ("gtk+-2" ,gtk+-2)
> - ("lablgtk" ,lablgtk)))
> + `(("cairo" ,cairo)))
> (native-inputs
> (list pkg-config))
> (home-page "https://github.com/Chris00/ocaml-cairo")
> --
> 2.45.2
>
--
Josselin Poiret
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.