[PATCH] gnu: wl-clipboard: Update to 2.2.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hilton Chain
  • ???
Owner
unassigned
Submitted by
Hilton Chain
Severity
normal
H
H
Hilton Chain wrote on 24 Jul 2023 04:15
(address . guix-patches@gnu.org)(name . Hilton Chain)(address . hako@ultrarare.space)
4b3974688773587b72070890c7e6493f6cc41ff3.1690164901.git.hako@ultrarare.space
* 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(-)

Toggle diff (35 lines)
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
?
(name . Hilton Chain)(address . hako@ultrarare.space)(address . 64816-done@debbugs.gnu.org)
87fs4na0nx.fsf@envs.net
Hilton Chain <hako@ultrarare.space> writes:

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

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64816@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64816
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch