Archived
1
0
Fork 0

gnu: copyq: Fix indentation.

* gnu/packages/xdisorg.scm (copyq): Fix indentation.

Change-Id: I3eb25dd410c0071d28244d4363ae390d2fc54e13
This commit is contained in:
Christopher Baines 2024-03-22 15:44:26 +00:00
parent 4a1619dbf6
commit d5f857a3cf
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -370,41 +370,41 @@ with X11 or Wayland, or in a text terminal with ncurses.")
license:lgpl3+)))) ; library and bindings license:lgpl3+)))) ; library and bindings
(define-public copyq (define-public copyq
(package (package
(name "copyq") (name "copyq")
(version "8.0.0") (version "8.0.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/hluk/CopyQ") (url "https://github.com/hluk/CopyQ")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"029s1pdp177fnrq5qrwjmd5pf1672l5jhq99is1lczrxi6bsf2qk")))) "029s1pdp177fnrq5qrwjmd5pf1672l5jhq99is1lczrxi6bsf2qk"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list (list
#:configure-flags #~(list "-DCMAKE_BUILD_TYPE=Release") #:configure-flags #~(list "-DCMAKE_BUILD_TYPE=Release")
#:tests? #f)) ; Test suite is a rather manual process. #:tests? #f)) ; Test suite is a rather manual process.
(inputs (inputs
(list qtbase-5 (list qtbase-5
qtscript qtscript
qtsvg-5 qtsvg-5
qtx11extras qtx11extras
qtdeclarative-5 qtdeclarative-5
qtwayland-5 qtwayland-5
wayland wayland
knotifications)) knotifications))
(native-inputs (native-inputs
(list extra-cmake-modules qttools-5)) (list extra-cmake-modules qttools-5))
(synopsis "Clipboard manager with advanced features") (synopsis "Clipboard manager with advanced features")
(description "CopyQ is clipboard manager with editing and scripting (description "CopyQ is clipboard manager with editing and scripting
features. CopyQ monitors system clipboard and saves its content in customized features. CopyQ monitors system clipboard and saves its content in customized
tabs. Saved clipboard can be later copied and pasted directly into any tabs. Saved clipboard can be later copied and pasted directly into any
application.") application.")
(home-page "https://hluk.github.io/CopyQ/") (home-page "https://hluk.github.io/CopyQ/")
(license license:gpl3+))) (license license:gpl3+)))
(define-public xkeysnail (define-public xkeysnail
(package (package