From 4837d5497806276e9dbdc63425e7f52b3b18d239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Mon, 13 Jan 2025 16:57:35 +0800 Subject: [PATCH] gnu: lxqt-globalkeys: Update to 2.1.0. * gnu/packages/lxqt.scm (lxqt-globalkeys): Update to 2.1.0. [inputs]: Simplify. Change-Id: Ia22d1de54419b6055b5879af873a70eb24705940 --- gnu/packages/lxqt.scm | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index a1b68248643456f13f6fdf7add4666a0aca5aab9..95e8551356f002679b59e404de1a5e3da9b6fc99 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")