[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/31: gnu: lxqt-globalkeys: Update to 1.1.0.
From: |
guix-commits |
Subject: |
09/31: gnu: lxqt-globalkeys: Update to 1.1.0. |
Date: |
Sun, 21 Aug 2022 21:06:18 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit e8b4c9af4b517c0d34d18f620aec7f59032ede20
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Wed Aug 17 10:30:03 2022 +0800
gnu: lxqt-globalkeys: Update to 1.1.0.
* gnu/packages/lxqt.scm (lxqt-globalkeys): Update to 1.1.0.
[arguments]: Remove phases.
---
gnu/packages/lxqt.scm | 23 +++--------------------
1 file changed, 3 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 56284bc638..2d249f4ed1 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -423,7 +423,7 @@ configuration of both LXQt and the underlying operating
system.")
(define-public lxqt-globalkeys
(package
(name "lxqt-globalkeys")
- (version "0.17.0")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
@@ -431,7 +431,7 @@ configuration of both LXQt and the underlying operating
system.")
"releases/download/" version "/"
"lxqt-globalkeys-" version ".tar.xz"))
(sha256
- (base32 "0pnyqiqhaawrnyvw3ljp850d911abaalnl4rgvl2xyzybvlhki4h"))))
+ (base32 "0bbw85aa59w0qnvkdggm3hbacps6yfcvcrs32d34mvvhc7d6g04l"))))
(build-system cmake-build-system)
(inputs
(list kwindowsystem
@@ -442,24 +442,7 @@ configuration of both LXQt and the underlying operating
system.")
qtx11extras))
(native-inputs
(list pkg-config qttools-5 lxqt-build-tools))
- (arguments
- '(#:tests? #f ; no tests
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-source
- (lambda _
- (substitute* '("autostart/CMakeLists.txt"
- "xdg/CMakeLists.txt")
- (("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
- "DESTINATION \"etc/xdg"))
- #t))
- (add-after 'unpack 'patch-translations-dir
- (lambda* (#:key outputs #:allow-other-keys)
- (substitute* "config/CMakeLists.txt"
- (("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
- (string-append (assoc-ref outputs "out")
- "/share/lxqt/translations")))
- #t)))))
+ (arguments '(#:tests? #f)) ; no tests
(home-page "https://lxqt-project.org")
(synopsis "Daemon used to register global keyboard shortcuts")
(description "lxqt-globalkeys is providing tools to set global keyboard
- branch master updated (50fd598729 -> fdde539028), guix-commits, 2022/08/21
- 01/31: gnu: lxqt-build-tools: Update to 0.11.0., guix-commits, 2022/08/21
- 04/31: gnu: liblxqt: Update to 1.1.0., guix-commits, 2022/08/21
- 09/31: gnu: lxqt-globalkeys: Update to 1.1.0.,
guix-commits <=
- 07/31: gnu: lxqt-admin: Update to 1.1.0., guix-commits, 2022/08/21
- 06/31: gnu: lxqt-about: Update to 1.1.0., guix-commits, 2022/08/21
- 03/31: gnu: Add qtxdg-tools., guix-commits, 2022/08/21
- 05/31: gnu: libsysstat: Update to 0.4.6., guix-commits, 2022/08/21
- 08/31: gnu: lxqt-config: Update to 1.1.0., guix-commits, 2022/08/21
- 10/31: gnu: lxqt-notificationd: Update to 1.1.0., guix-commits, 2022/08/21
- 12/31: gnu: lxqt-panel: Update to 1.1.0., guix-commits, 2022/08/21
- 11/31: gnu: lxqt-openssh-askpass: Update to 1.1.0., guix-commits, 2022/08/21
- 13/31: gnu: lxqt-policykit: Update to 1.1.0., guix-commits, 2022/08/21
- 17/31: gnu: lxqt-session: Update to 1.1.1, don't hardcode /run/current-system., guix-commits, 2022/08/21