GNU bug report logs - #75923
[PATCH 0/6] hypr* updates

Previous Next

Package: guix-patches;

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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Murilo <murilo <at> disroot.org>
Subject: bug#75923: closed (Re: [PATCH v3 1/8] gnu: aquamarine: Update to
 0.7.2.)
Date: Sat, 01 Feb 2025 20:18:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75923: [PATCH 0/6] hypr* updates

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 75923 <at> debbugs.gnu.org.

-- 
75923: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75923
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: John Kehayias <john.kehayias <at> protonmail.com>
To: Murilo <murilo <at> disroot.org>
Cc: 75923-done <at> debbugs.gnu.org
Subject: Re: [PATCH v3 1/8] gnu: aquamarine: Update to 0.7.2.
Date: Sat, 01 Feb 2025 20:16:48 +0000
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


[Message part 3 (message/rfc822, inline)]
From: Murilo <murilo <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Murilo <murilo <at> disroot.org>
Subject: [PATCH 0/6] hypr* updates
Date: Wed, 29 Jan 2025 10:15:23 -0300
This patch series updates the hypr ecosystem packages to their latest versions.
It adds two relevant configure-flags to the hyprland package so it doesn't build
with systemd support, and explicitly enable xwayland support.

Murilo (6):
  gnu: aquamarine: Update to 0.7.2.
  gnu: hyprlang: Update to 0.6.0.
  gnu: hyprcursor: Update to 0.1.11.
  gnu: hyprland-qtutils: Update to 0.1.3.
  gnu: hyprwayland-scanner: Update to 0.4.4.
  gnu: hyprland: Disable systemd build.

 gnu/packages/cpp.scm         |  6 +++---
 gnu/packages/freedesktop.scm |  6 +++---
 gnu/packages/qt.scm          |  4 ++--
 gnu/packages/wm.scm          | 10 ++++++----
 gnu/packages/xdisorg.scm     | 12 ++++++------
 5 files changed, 20 insertions(+), 18 deletions(-)


base-commit: 14b8039d94b1c0e2fe5c0b71c84f6a7aa8ff653e
-- 
2.48.1




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.