GNU bug report logs - #72699
[PATCH 0/5] Add helvum

Previous Next

Package: guix-patches;

Reported by: Sergio Pastor Pérez <sergio.pastorperez <at> outlook.es>

Date: Sun, 18 Aug 2024 14:22:01 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

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: Sergio Pastor Pérez <sergio.pastorperez <at> outlook.es>
Subject: bug#72699: closed (Re: [bug#72699] [PATCH 5/5] gnu: Add helvum.)
Date: Tue, 20 Aug 2024 05:27:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72699: [PATCH 0/5] Add helvum

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 72699 <at> debbugs.gnu.org.

-- 
72699: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72699
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Sergio Pastor Pérez <sergio.pastorperez <at> outlook.es>
Cc: Efraim Flashner <efraim <at> flashner.co.il>, 72699-done <at> debbugs.gnu.org
Subject: Re: [bug#72699] [PATCH 5/5] gnu: Add helvum.
Date: Tue, 20 Aug 2024 13:25:18 +0800
[Message part 3 (text/plain, inline)]
Sergio Pastor Pérez <sergio.pastorperez <at> outlook.es> writes:

> * gnu/packages/rust-apps.scm (helvum): New variable.
>
> Change-Id: Ib2bd52530b3a42e776357f8af9ae5321ade5e0d5
> ---
>  gnu/packages/rust-apps.scm | 30 ++++++++++++++++++++++++++++++
>  1 file changed, 30 insertions(+)
>
> diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
> index 7de25356c7..3fc8d9834e 100644
> --- a/gnu/packages/rust-apps.scm
> +++ b/gnu/packages/rust-apps.scm
> @@ -66,6 +66,7 @@ (define-module (gnu packages rust-apps)
>    #:use-module (gnu packages crates-crypto)
>    #:use-module (gnu packages crates-io)
>    #:use-module (gnu packages crates-graphics)
> +  #:use-module (gnu packages crates-gtk)
>    #:use-module (gnu packages crates-tls)
>    #:use-module (gnu packages crates-vcs)
>    #:use-module (gnu packages crates-web)
> @@ -77,6 +78,7 @@ (define-module (gnu packages rust-apps)
>    #:use-module (gnu packages freedesktop)
>    #:use-module (gnu packages haskell-xyz)
>    #:use-module (gnu packages glib)
> +  #:use-module (gnu packages gnome)
>    #:use-module (gnu packages gtk)
>    #:use-module (gnu packages ibus)
>    #:use-module (gnu packages icu4c)
> @@ -855,6 +857,34 @@ (define-public gitui
>      (description "This package provides a fast Terminal UI for git.")
>      (license license:expat)))
>  
> +(define-public helvum
> +  (package
> +    (name "helvum")
> +    (version "0.5.1")
> +    (source
> +     (origin
> +       (method git-fetch)
> +       (uri (git-reference
> +             (url "https://gitlab.freedesktop.org/pipewire/helvum")
> +             (commit version)))
> +       (file-name (git-file-name name version))
> +       (sha256
> +        (base32 "1q8gkx7djrfdl8fykppsqkxiadsq47v0xhj612nxlrvjz8n77ygn"))))
> +    (build-system cargo-build-system)
> +    (arguments
> +     `(#:cargo-inputs (("rust-glib" ,rust-glib-0.18)
> +                       ("rust-libadwaita" ,rust-libadwaita-0.5)
> +                       ("rust-libc" ,rust-libc-0.2)
> +                       ("rust-log" ,rust-log-0.4)
> +                       ("rust-once-cell" ,rust-once-cell-1)
> +                       ("rust-pipewire" ,rust-pipewire-0.7))))
> +    (native-inputs (list pkg-config clang))
> +    (inputs (list glib gtk libadwaita pipewire))
> +    (home-page "https://gitlab.freedesktop.org/pipewire/helvum")
> +    (synopsis "GTK patchbay for pipewire")
> +    (description "This package provides a GTK patchbay for pipewire.")
> +    (license license:gpl3)))
> +
>  (define-public hexyl
>    (package
>      (name "hexyl")

push, add some phase to install icons and desktop file, and glib-or-gtk wrap.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Sergio Pastor Pérez <sergio.pastorperez <at> outlook.es>
To: guix-patches <at> gnu.org
Cc: Sergio Pastor Pérez <sergio.pastorperez <at> outlook.es>
Subject: [PATCH 0/5] Add helvum
Date: Sun, 18 Aug 2024 16:14:13 +0200
Hello Guix!

This patch adds `helvum' and its dependencies.
I had to disable tests for the `rust-libspa-0.7' since one test fails for an
unknown reason.

Regards,
Sergio.

Sergio Pastor Pérez (5):
  gnu: Add rust-pipewire-sys-0.7.
  gnu: Add rust-pipewire-0.7.
  gnu: Add rust-libspa-sys-0.7.
  gnu: Add rust-libspa-0.7.
  gnu: Add helvum.

 gnu/packages/crates-io.scm | 115 +++++++++++++++++++++++++++++++++++++
 gnu/packages/rust-apps.scm |  30 ++++++++++
 2 files changed, 145 insertions(+)


base-commit: 71f0676a295841e2cc662eec0d3e9b7e69726035
-- 
2.45.2




This bug report was last modified 331 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.