GNU bug report logs - #64816
[PATCH] gnu: wl-clipboard: Update to 2.2.0.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Mon, 24 Jul 2023 02:18:03 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#64816: closed ([PATCH] gnu: wl-clipboard: Update to 2.2.0.)
Date: Sun, 13 Aug 2023 06:59:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 13 Aug 2023 14:58:42 +0800
with message-id <87fs4na0nx.fsf <at> envs.net>
and subject line Re: bug#64816: [PATCH] gnu: wl-clipboard: Update to 2.2.0.
has caused the debbugs.gnu.org bug report #64816,
regarding [PATCH] gnu: wl-clipboard: Update to 2.2.0.
to be marked as done.

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


-- 
64816: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64816
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH] gnu: wl-clipboard: Update to 2.2.0.
Date: Mon, 24 Jul 2023 10:15:58 +0800
* gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.2.0.
[arguments]<#:phases>: Adjust 'patch-file-names.
---
 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 da5ca76e10..38c7c048b9 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2583,7 +2583,7 @@ (define-public wl-color-picker
 (define-public wl-clipboard
   (package
     (name "wl-clipboard")
-    (version "2.1.0")
+    (version "2.2.0")
     (source
      (origin
        (method git-fetch)
@@ -2592,7 +2592,7 @@ (define-public wl-clipboard
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1g6hcsn4klapvz3bw0k8syixwyyi4cl1c7vbc6f1a2hjpcf4pawn"))))
+        (base32 "0r45k6fk9k26qs88s2sjlgjjamhj2jqghdivlh2xjqknws63d29g"))))
     (build-system meson-build-system)
     (arguments
      (list #:configure-flags
@@ -2605,7 +2605,7 @@ (define-public wl-clipboard
                (add-after 'unpack 'patch-file-names
                  (lambda* (#:key inputs #:allow-other-keys)
                    (substitute* (find-files "src" "\\.c$")
-                     (("\"(cat|rm)\"" _ command)
+                     (("\"(cat)\"" _ command)
                       (string-append "\"" (assoc-ref inputs "coreutils")
                                      "/bin/" command "\""))
                      (("\"xdg-mime\"")

base-commit: b5af0b9c016a65bf32b06a4f118c2ed48f3a80b3
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 64816-done <at> debbugs.gnu.org
Subject: Re: bug#64816: [PATCH] gnu: wl-clipboard: Update to 2.2.0.
Date: Sun, 13 Aug 2023 14:58:42 +0800
Hilton Chain <hako <at> ultrarare.space> writes:

> * gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.2.0.
> [arguments]<#:phases>: Adjust 'patch-file-names.

Pushed, thank you!


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

Previous Next


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