[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/35: gnu: lxqt-build-tools: Update to 0.9.0.
From: |
guix-commits |
Subject: |
03/35: gnu: lxqt-build-tools: Update to 0.9.0. |
Date: |
Sat, 29 May 2021 14:17:30 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 64f28a62b20af3d73aa81cd4b5974c744bef1f16
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Mon May 17 00:05:48 2021 +1000
gnu: lxqt-build-tools: Update to 0.9.0.
* gnu/packages/lxqt.scm (lxqt-build-tools): Update to 0.9.0.
[propagated-inputs]: Add perl. dependent projects require it via the
CMake files.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/lxqt.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 6ca7b47..b7c0018 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -128,7 +128,7 @@ to statistics about the system on which it's run.")
(define-public lxqt-build-tools
(package
(name "lxqt-build-tools")
- (version "0.7.0")
+ (version "0.9.0")
(source
(origin
(method url-fetch)
@@ -136,7 +136,7 @@ to statistics about the system on which it's run.")
"/download/" version
"/lxqt-build-tools-" version ".tar.xz"))
(sha256
- (base32 "147vdkc25mrlr0fy785yzwhm4gwjxa5xl3n3hljz4c97m531kzl5"))))
+ (base32 "0kayad5l72h8n90zkf3hy8fxy72n4b1mrkjglpa9dj0cdj6qg0lp"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no tests
@@ -151,6 +151,9 @@ to statistics about the system on which it's run.")
("glib" ,glib)))
(inputs
`(("qtbase" ,qtbase)))
+ (propagated-inputs
+ ;; Dependent projects require Perl via the CMake files.
+ `(("perl" ,perl)))
(synopsis "LXQt Build tools")
(description
"Lxqt-build-tools is providing several tools needed to build LXQt
- branch master updated (7de36f7 -> 338f012), guix-commits, 2021/05/29
- 01/35: gnu: libfm-qt: Update to 0.17.1., guix-commits, 2021/05/29
- 02/35: gnu: lxqt-qtplugin: Update to 0.17.0., guix-commits, 2021/05/29
- 03/35: gnu: lxqt-build-tools: Update to 0.9.0.,
guix-commits <=
- 05/35: gnu: liblxqt: Update to 0.17.0., guix-commits, 2021/05/29
- 06/35: gnu: libsysstat: Update to 0.4.5., guix-commits, 2021/05/29
- 10/35: gnu: lxqt-globalkeys: Update to 0.17.0., guix-commits, 2021/05/29
- 04/35: gnu: libqtxdg: Update to 3.7.1., guix-commits, 2021/05/29
- 07/35: gnu: lxqt-about: Update to 0.17.0., guix-commits, 2021/05/29
- 08/35: gnu: lxqt-admin: Update to 0.17.0., guix-commits, 2021/05/29
- 11/35: gnu: lxqt-notificationd: Update to 0.17.0., guix-commits, 2021/05/29
- 15/35: gnu: lxqt-session: Update to 0.17.1., guix-commits, 2021/05/29
- 18/35: gnu: lxqt-themes: Update to 0.17.0., guix-commits, 2021/05/29
- 19/35: gnu: pcmanfm-qt: Update to 0.17.0., guix-commits, 2021/05/29