unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64816] [PATCH] gnu: wl-clipboard: Update to 2.2.0.
@ 2023-07-24  2:15 Hilton Chain via Guix-patches via
  2023-08-13  6:58 ` bug#64816: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-07-24  2:15 UTC (permalink / raw)
  To: 64816; +Cc: Hilton Chain

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64816: [PATCH] gnu: wl-clipboard: Update to 2.2.0.
  2023-07-24  2:15 [bug#64816] [PATCH] gnu: wl-clipboard: Update to 2.2.0 Hilton Chain via Guix-patches via
@ 2023-08-13  6:58 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-08-13  6:58 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 64816-done

Hilton Chain <hako@ultrarare.space> writes:

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

Pushed, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-13  6:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-24  2:15 [bug#64816] [PATCH] gnu: wl-clipboard: Update to 2.2.0 Hilton Chain via Guix-patches via
2023-08-13  6:58 ` bug#64816: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).