diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-01-13 16:57:35 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-01-14 19:10:55 +0800 |
commit | 4837d5497806276e9dbdc63425e7f52b3b18d239 (patch) | |
tree | 74ae3c47d6b99a10581632591085e484311e5f42 | |
parent | 68a65f54c9b212d48688a5a5a85291707c57f502 (diff) |
gnu: lxqt-globalkeys: Update to 2.1.0.
* gnu/packages/lxqt.scm (lxqt-globalkeys): Update to 2.1.0.
[inputs]: Simplify.
Change-Id: Ia22d1de54419b6055b5879af873a70eb24705940
-rw-r--r-- | gnu/packages/lxqt.scm | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index a1b6824864..95e8551356 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -408,7 +408,7 @@ configuration of both LXQt and the underlying operating system.") (define-public lxqt-globalkeys (package (name "lxqt-globalkeys") - (version "1.3.0") + (version "2.1.0") (source (origin (method url-fetch) @@ -416,17 +416,12 @@ configuration of both LXQt and the underlying operating system.") "releases/download/" version "/" "lxqt-globalkeys-" version ".tar.xz")) (sha256 - (base32 "17km7yl5fqwhjy35w700s4rjxf9ann3vv6mw6l4r1cf7pvzmxhy7")))) + (base32 "0x18jkis3avl7928584sgl6c3fk1xm2qgpksxcy2qsk2ab25dk3h")))) (build-system cmake-build-system) (inputs - (list kwindowsystem-5 - liblxqt - libqtxdg - qtbase-5 - qtsvg-5 - qtx11extras)) + (list liblxqt)) (native-inputs - (list pkg-config qttools-5 lxqt-build-tools)) + (list pkg-config lxqt-build-tools)) (arguments '(#:tests? #f)) ; no tests (home-page "https://lxqt-project.org") (synopsis "Daemon used to register global keyboard shortcuts") |