[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/35: gnu: lxqt-about: Update to 2.1.0.
From: |
guix-commits |
Subject: |
08/35: gnu: lxqt-about: Update to 2.1.0. |
Date: |
Tue, 14 Jan 2025 06:18:01 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit ec15c7ced1b0af4eea693d66ea071b50cd180646
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Mon Jan 13 16:54:35 2025 +0800
gnu: lxqt-about: Update to 2.1.0.
* gnu/packages/lxqt.scm (lxqt-about): Update to 2.1.0.
[inputs]: Simplify.
Change-Id: I16b86046a27c7642969692e41e33eac620013b06
---
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 84e8c0e062..ecc1c5f89c 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -276,24 +276,19 @@ and memory usage or network traffic.")
(define-public lxqt-about
(package
(name "lxqt-about")
- (version "1.3.0")
+ (version "2.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name
"/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "08b922gyg4591b399pw0y9zl3gr2627dw20c33abqpl30iq1fmd9"))))
+ (base32 "0js94q82rpaqkdg6vl3p4w4kw091dp6wixgkw5dbvqsnaw2v8nd0"))))
(build-system cmake-build-system)
(inputs
- (list kwindowsystem-5
- liblxqt
- libqtxdg
- qtbase-5
- qtsvg-5
- qtx11extras))
+ (list liblxqt))
(native-inputs
- (list lxqt-build-tools qttools-5))
+ (list lxqt-build-tools))
(arguments
'(#:tests? #f ; no tests
#:phases
- branch master updated (b5480a5bf7 -> c2532d05a5), guix-commits, 2025/01/14
- 17/35: gnu: lxqt-policykit: Update to 2.1.0., guix-commits, 2025/01/14
- 24/35: gnu: libfm-qt: Update to 2.1.0., guix-commits, 2025/01/14
- 18/35: gnu: lxqt-powermanagement: Update to 2.1.0., guix-commits, 2025/01/14
- 21/35: gnu: lxqt-session: Update to 2.1.1., guix-commits, 2025/01/14
- 30/35: gnu: qtermwidget: Update to 2.1.0., guix-commits, 2025/01/14
- 26/35: gnu: lximage-qt: Update to 2.1.0., guix-commits, 2025/01/14
- 04/35: gnu: libqtxdg: Update to 4.1.0., guix-commits, 2025/01/14
- 10/35: gnu: Add lxqt-menu-data., guix-commits, 2025/01/14
- 08/35: gnu: lxqt-about: Update to 2.1.0.,
guix-commits <=
- 05/35: gnu: qtxdg-tools: Update to 4.1.0., guix-commits, 2025/01/14
- 13/35: gnu: lxqt-notificationd: Update to 2.1.1., guix-commits, 2025/01/14
- 16/35: gnu: lxqt-panel: Update to 2.1.4., guix-commits, 2025/01/14
- 19/35: gnu: lxqt-qtplugin: Update to 2.1.0., guix-commits, 2025/01/14
- 20/35: gnu: lxqt-runner: Update to 2.1.1., guix-commits, 2025/01/14
- 22/35: gnu: lxqt-sudo: Update to 2.1.0., guix-commits, 2025/01/14
- 31/35: gnu: qterminal: Update to 2.1.0., guix-commits, 2025/01/14
- 32/35: gnu: screengrab: Update to 2.9.0., guix-commits, 2025/01/14
- 25/35: gnu: pcmanfm-qt: Update to 2.1.0., guix-commits, 2025/01/14
- 35/35: gnu: lxqt: Add native-search-paths for QT_PLUGIN_PATH., guix-commits, 2025/01/14