GNU bug report logs -
#75923
[PATCH 0/6] hypr* updates
Previous Next
Reported by: Murilo <murilo <at> disroot.org>
Date: Wed, 29 Jan 2025 13:19:02 UTC
Severity: normal
Tags: patch
Done: John Kehayias <john.kehayias <at> protonmail.com>
Bug is archived. No further changes may be made.
Full log
Message #85 received at 75923-done <at> debbugs.gnu.org (full text, mbox):
Hi!
On Fri, Jan 31, 2025 at 08:30 AM, Murilo wrote:
> * gnu/packages/xdisorg.scm (aquamarine): Update to 0.7.2.
> [native-inputs]: Remove gcc-13; add gcc-14.
>
Thanks for this patch and the rest of the series. Checked that all built
locally and pushed starting at da2193db852 (with a minor change to the
last commit messages to specify the change is for building with gcc-14).
Closing.
John
> Change-Id: I7a370244fc34915fb5e9a5c0058a374d6cddf5ac
> ---
> gnu/packages/xdisorg.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
> index 3fa09e0f32..89ece6d430 100644
> --- a/gnu/packages/xdisorg.scm
> +++ b/gnu/packages/xdisorg.scm
> @@ -238,7 +238,7 @@ (define-public xvkbd
> (define-public aquamarine
> (package
> (name "aquamarine")
> - (version "0.7.1")
> + (version "0.7.2")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -247,14 +247,14 @@ (define-public aquamarine
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "1agxqlcg3hqgvnm7ypna0lqrsi1ggyhscivjifiwi6b7y6465cim"))))
> + "0vzbhz3mpln6ikg15cawr3ji3yiv86lxcy23gm4c0bdpr3hq7mcm"))))
> (build-system cmake-build-system)
> (arguments
> (list #:cmake cmake-3.30
> ;; TODO: Figure out what's expected in the test environment.
> #:tests? #f))
> (native-inputs
> - (list gcc-13 hyprwayland-scanner pkg-config))
> + (list gcc-14 hyprwayland-scanner pkg-config))
> (inputs
> (list eudev
> hwdata
>
> base-commit: bdd6760b8c46e59f86415d67981acb6f77e9ed22
This bug report was last modified 110 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.