[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/31: gnu: lxqt-sudo: Update to 1.1.0.
From: |
guix-commits |
Subject: |
18/31: gnu: lxqt-sudo: Update to 1.1.0. |
Date: |
Sun, 21 Aug 2022 21:06:20 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit da546ff3b911157c13e07246027a4fcffbd66cc5
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Wed Aug 17 11:07:44 2022 +0800
gnu: lxqt-sudo: Update to 1.1.0.
* gnu/packages/lxqt.scm (lxqt-sudo): Update to 1.1.0.
[arguments]: Remove phases.
---
gnu/packages/lxqt.scm | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 9fea479605..5b3625bd08 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -756,14 +756,14 @@ for the LXQt desktop environment.")
(define-public lxqt-sudo
(package
(name "lxqt-sudo")
- (version "0.17.0")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name
"/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "02s38m0ywp0gjkjczvrc4r1ignshbajlj084xd61d3rcm7vahhic"))))
+ (base32 "064w40v43m91y9aywxxf2pj5rpcl4gbsgj7dv97pg4vhj9s790b8"))))
(build-system cmake-build-system)
(inputs
(list kwindowsystem
@@ -775,17 +775,7 @@ for the LXQt desktop environment.")
sudo))
(native-inputs
(list pkg-config qttools-5 lxqt-build-tools))
- (arguments
- '(#:tests? #f ; no tests
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-translations-dir
- (lambda* (#:key outputs #:allow-other-keys)
- (substitute* "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 "GUI frontend for sudo/su")
(description "lxqt-sudo is a graphical front-end of commands sudo and su
- 22/31: gnu: compton-conf: Remove patch-source phase., (continued)
- 22/31: gnu: compton-conf: Remove patch-source phase., guix-commits, 2022/08/21
- 25/31: gnu: pavucontrol-qt: Update to 1.1.0., guix-commits, 2022/08/21
- 28/31: gnu: qterminal: Update to 1.1.0., guix-commits, 2022/08/21
- 19/31: gnu: lxqt-themes: Update to 1.1.0., guix-commits, 2022/08/21
- 27/31: gnu: qtermwidget: Update to 1.1.0., guix-commits, 2022/08/21
- 15/31: gnu: lxqt-qtplugin: Update to 1.1.0., guix-commits, 2022/08/21
- 02/31: gnu: libqtxdg: Update to 3.9.1., guix-commits, 2022/08/21
- 21/31: gnu: pcmanfm-qt: Update to 1.1.0., guix-commits, 2022/08/21
- 14/31: gnu: lxqt-powermanagement: Update to 1.1.0., guix-commits, 2022/08/21
- 16/31: gnu: lxqt-runner: Update to 1.1.0., guix-commits, 2022/08/21
- 18/31: gnu: lxqt-sudo: Update to 1.1.0.,
guix-commits <=
- 20/31: gnu: libfm-qt: Update to 1.1.0., guix-commits, 2022/08/21
- 29/31: gnu: screengrab: Update to 2.4.0., guix-commits, 2022/08/21
- 23/31: gnu: lximage-qt: Update to 1.1.0., guix-commits, 2022/08/21
- 31/31: gnu: lxqt-connman-applet: Remove patch-translations-dir phase., guix-commits, 2022/08/21
- 24/31: gnu: obconf-qt: Update to 0.16.2., guix-commits, 2022/08/21
- 30/31: gnu: lxqt-archiver: Update to 0.6.0., guix-commits, 2022/08/21
- 26/31: gnu: qps: Update 2.5.0., guix-commits, 2022/08/21