[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69969] [PATCH 12/12] gnu: clipman: Refresh package style.
From: |
Sharlatan Hellseher |
Subject: |
[bug#69969] [PATCH 12/12] gnu: clipman: Refresh package style. |
Date: |
Sun, 24 Mar 2024 00:37:56 +0000 |
* gnu/packages/xdisorg.scm (clipman): Adjust indentation.
[arguments] <#:phases>: Rename 'patch to 'patch-wl-copy-path phase to
reflect the purpose.
Revert default 'install-license-files phase.
[native-inputs]: Remove go-github-com-alecthomas-template and
go-github-com-alecthomas-units, they are propagated from
go-gopkg-in-alecthomas-kingpin-v2.
Change-Id: I5332906c126904ced595aa322be5f933c305c5f7
---
gnu/packages/xdisorg.scm | 47 ++++++++++++++++++++--------------------
1 file changed, 24 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 025f1c5939..17a24f792d 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3224,31 +3224,32 @@ (define-public clipman
(package
(name "clipman")
(version "1.6.2")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/chmouel/clipman")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256 (base32
-
"033l2hy46r2zjy8dllcmkjxidhnqac9kfh4wkq9hfvim9imp5a4m"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/chmouel/clipman")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "033l2hy46r2zjy8dllcmkjxidhnqac9kfh4wkq9hfvim9imp5a4m"))))
(build-system go-build-system)
(arguments
- (list #:import-path "github.com/yory8/clipman"
- #:install-source? #f
- #:phases #~(modify-phases %standard-phases
- (add-before 'build 'patch
- (lambda _
- (substitute* "src/github.com/yory8/clipman/main.go"
- (("\"wl-copy\"")
- (string-append "\"" (which "wl-copy") "\"")))))
- (delete 'install-license-files))))
- (native-inputs (list go-github-com-alecthomas-template
- go-github-com-alecthomas-units))
- (inputs (list go-github-com-kballard-go-shellquote
- go-gopkg-in-alecthomas-kingpin-v2
- libnotify
- wl-clipboard))
+ (list
+ #:import-path "github.com/yory8/clipman"
+ #:install-source? #f
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'build 'patch-wl-copy-path
+ (lambda _
+ (substitute* "src/github.com/yory8/clipman/main.go"
+ (("\"wl-copy\"")
+ (string-append "\"" (which "wl-copy") "\""))))))))
+ (inputs
+ (list go-github-com-kballard-go-shellquote
+ go-gopkg-in-alecthomas-kingpin-v2
+ libnotify
+ wl-clipboard))
(synopsis "Basic clipboard manager with support for persisting copy
buffers")
(description
"A clipboard manager for Wayland that relies on an external selector,
--
2.41.0
- [bug#69969] [PATCH 00/12] gnu: clipman: Update to 1.6.2., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 08/12] gnu: Add go-github-com-alecthomas-kingpin-v2., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 09/12] gnu: Add go-gopkg-in-alecthomas-kingpin-v2., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 10/12] gnu: go-github-com-alecthomas-kingpin: Adjust inputs., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 11/12] gnu: clipman: Simplify package., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 12/12] gnu: clipman: Refresh package style.,
Sharlatan Hellseher <=
- [bug#69969] [PATCH 04/12] gnu: go-github-com-alecthomas-units: Move to golang-xyz., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 02/12] gnu: go-github-com-alecthomas-kingpin: Move to golang-xyz., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 01/12] gnu: go-github-com-kballard-go-shellquote: Move to golang-xyz., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 03/12] gnu: go-github-com-alecthomas-template: Move to golang-xyz., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 06/12] gnu: clipman: Update to 1.6.2., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 05/12] gnu: clipman: Fix source and home-page URL., Sharlatan Hellseher, 2024/03/23
- [bug#69969] [PATCH 07/12] gnu: Add go-github-com-xhit-go-str2duration-v2., Sharlatan Hellseher, 2024/03/23
- bug#69969: [PATCH 00/12] gnu: clipman: Update to 1.6.2., Sharlatan Hellseher, 2024/03/27