1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: copyq: Update to 13.0.0.

* gnu/packages/xdisorg.scm (copyq): Update to 13.0.0.
[inputs]: Add kguiaddons, libxtst.

Change-Id: Iea1d53b3e1b09225b91a124192d6727e159835f5
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #4674
This commit is contained in:
Ashish SHUKLA
2025-12-05 10:36:26 +01:00
committed by Ludovic Courtès
parent 48c73c6275
commit 99af411456

View File

@@ -597,7 +597,7 @@ and preserve leading and trailing whitespace.")
(define-public copyq
(package
(name "copyq")
(version "11.0.0")
(version "13.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -606,7 +606,7 @@ and preserve leading and trailing whitespace.")
(file-name (git-file-name name version))
(sha256
(base32
"04z36jk55dw7rpdr51h6i0645nwnvba0q0q4qxjlnpwyr9ibrpzy"))))
"0fl5d4jniv32rsyraw7m1svkvc9nfl479zk3ah6h6p46k4px8663"))))
(build-system qt-build-system)
(arguments
(list
@@ -622,7 +622,9 @@ and preserve leading and trailing whitespace.")
qtwayland
wayland
knotifications
kstatusnotifieritem))
kstatusnotifieritem
kguiaddons
libxtst))
(native-inputs
(list extra-cmake-modules pkg-config qttools))
(synopsis "Clipboard manager with advanced features")