gnu: lxqt-runner: Update to 2.1.1.

* gnu/packages/lxqt.scm (lxqt-runner): Update to 2.1.1.
[inputs]: Add layer-shell-qt and menu-cache.  Simplify.

Change-Id: Idcd9496031e7fde7fbe2c13c09fd6cd9856cc91b
This commit is contained in:
宋文武 2025-01-13 17:03:46 +08:00
parent 2390d1f314
commit cd906703d0
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -645,27 +645,24 @@ (define-public lxqt-qtplugin
(define-public lxqt-runner
(package
(name "lxqt-runner")
(version "1.3.0")
(version "2.1.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "1916cl12v09x4iqrgvp2dwchy50wa97a0y68q4rdigarpdrp3x7j"))))
(base32 "0pmviizv7cxiqn2868bmbwgqrakmp4fv6a1wzbal0gndgc14yxmw"))))
(build-system cmake-build-system)
(inputs
(list kwindowsystem-5
(list kwindowsystem
layer-shell-qt
liblxqt
libqtxdg
lxqt-globalkeys
muparser
pcre
qtbase-5
qtsvg-5
qtx11extras))
menu-cache))
(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 "Tool used to launch programs quickly by typing their names")