GNU bug report logs - #71096
[PATCH] gnu: fnott: Update to 1.6.0.

Previous Next

Package: guix-patches;

Reported by: dan <i <at> dan.games>

Date: Tue, 21 May 2024 16:15:01 UTC

Severity: normal

Tags: patch

Done: Z572 <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: Z572 <zhengjunjie <at> iscas.ac.cn>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#71096: closed ([PATCH] gnu: fnott: Update to 1.6.0.)
Date: Wed, 22 May 2024 05:11:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 22 May 2024 13:10:09 +0800
with message-id <87ed9uph3i.fsf <at> iscas.ac.cn>
and subject line Re: [bug#71096] [PATCH] gnu: fnott: Update to 1.6.0.
has caused the debbugs.gnu.org bug report #71096,
regarding [PATCH] gnu: fnott: Update to 1.6.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
71096: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71096
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: dan <i <at> dan.games>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: fnott: Update to 1.6.0.
Date: Wed, 22 May 2024 00:13:39 +0800
* gnu/packages/wm.scm (fnott): Update to 1.6.0.
[arguments]<#:phases>: Patch dbus service file install directory.

Change-Id: I0a64c93b0e1ed43f101cb5a77ecfce5025a2b4b0
---
 gnu/packages/wm.scm | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index eee9c8b587..b474ebf6b3 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1154,7 +1154,7 @@ (define-public fbautostart
 (define-public fnott
   (package
     (name "fnott")
-    (version "1.4.1")
+    (version "1.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1163,9 +1163,15 @@ (define-public fnott
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0fmjvmsm2ikcmdzrf6xwyq6vxb9p1dd3bhvz3bvi7q7rb2g8h8pi"))))
+                "04g1d0app9lpvzq3gxs7qjkd9zgbrmlvfy2n3h464r46j0wpgsx2"))))
     (build-system meson-build-system)
-    (arguments `(#:build-type "release"))
+    (arguments `(#:build-type "release"
+                 #:phases
+                 (modify-phases %standard-phases
+                   (add-after 'unpack 'patch-dbus-install-dir
+                     (lambda _
+                       (substitute* "dbus/meson.build"
+                         (("^.*pkgconfig.*$") "")))))))
     (native-inputs
      (list pkg-config
            wayland-protocols

base-commit: 3fd9f25bb385723c70d0bd6af21aeaf784d08049
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: dan <i <at> dan.games>
Cc: 71096-done <at> debbugs.gnu.org
Subject: Re: [bug#71096] [PATCH] gnu: fnott: Update to 1.6.0.
Date: Wed, 22 May 2024 13:10:09 +0800
[Message part 4 (text/plain, inline)]
dan <i <at> dan.games> writes:

> * gnu/packages/wm.scm (fnott): Update to 1.6.0.
> [arguments]<#:phases>: Patch dbus service file install directory.
>
> Change-Id: I0a64c93b0e1ed43f101cb5a77ecfce5025a2b4b0
> ---
>  gnu/packages/wm.scm | 12 +++++++++---
>  1 file changed, 9 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index eee9c8b587..b474ebf6b3 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -1154,7 +1154,7 @@ (define-public fbautostart
>  (define-public fnott
>    (package
>      (name "fnott")
> -    (version "1.4.1")
> +    (version "1.6.0")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -1163,9 +1163,15 @@ (define-public fnott
>                (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "0fmjvmsm2ikcmdzrf6xwyq6vxb9p1dd3bhvz3bvi7q7rb2g8h8pi"))))
> +                "04g1d0app9lpvzq3gxs7qjkd9zgbrmlvfy2n3h464r46j0wpgsx2"))))
>      (build-system meson-build-system)
> -    (arguments `(#:build-type "release"))
> +    (arguments `(#:build-type "release"
> +                 #:phases
> +                 (modify-phases %standard-phases
> +                   (add-after 'unpack 'patch-dbus-install-dir
> +                     (lambda _
> +                       (substitute* "dbus/meson.build"
> +                         (("^.*pkgconfig.*$") "")))))))
>      (native-inputs
>       (list pkg-config
>             wayland-protocols
>
> base-commit: 3fd9f25bb385723c70d0bd6af21aeaf784d08049

push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=9523b968d5ac5d500949095fff1aa2bba9d693e0
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 4 days ago.

Previous Next


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