GNU bug report logs - #74344
[PATCH 0/7] gnu: Add jamesdsp.

Previous Next

Package: guix-patches;

Reported by: Sughosha <sughosha <at> disroot.org>

Date: Wed, 13 Nov 2024 15:44:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Sughosha <sughosha <at> disroot.org>
Cc: Zheng Junjie <z572 <at> z572.online>, 宋文武 <iyzsong <at> envs.net>, 74344 <at> debbugs.gnu.org
Subject: [bug#74344] [PATCH v3 3/7] gnu: Add qt-advanced-docking-system.
Date: Sun, 16 Feb 2025 15:32:44 +0900
Hi,

Sughosha <sughosha <at> disroot.org> writes:

> * gnu/packages/qt.scm (qt-advanced-docking-system): New variable.

[...]

> +(define-public qt-advanced-docking-system
> +  (package
> +    (name "qt-advanced-docking-system")
> +    (version "4.3.1")
> +    (source
> +     (origin
> +       (method git-fetch)
> +       (uri
> +        (git-reference
> +          (url "https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System")
> +          (commit version)))
> +       (file-name (git-file-name name version))
> +       (sha256
> +        (base32 "0xb4j5pva3qbbj01xp5y98544hgh14p60z2dfypq4ikz6n3ac0z7"))))
> +    (build-system qt-build-system)
> +    (arguments
> +     (list #:qtbase qtbase
> +           #:tests? #f ;no tests
> +           #:configure-flags
> +           #~(list ;; Examples requie qtdeclarative. Even if they are built,

s/requie/require  Please use two spaces between sentences, as
conventional in GNU and Guix.

Otherwise LGTM.

-- 
Thanks,
Maxim




This bug report was last modified 148 days ago.

Previous Next


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