GNU bug report logs -
#42037
[PATCH 0/3] gnu: lxqt-build-tools: Update to 0.7.0.
Previous Next
Reported by: Andre Batista <nandre <at> riseup.net>
Date: Wed, 24 Jun 2020 21:41:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
This patch series solves a build error where QFile remains
undeclared.
The failed build logs follow attached.
TODO: Update all remaining lxqt packages to current versions.
I'm downloading all packages, checking signatures and will
send another patch series if lxqt builds with --rounds=2.
Cheers,
[0001-gnu-lxqt-config-Update-to-0.15.0.patch (text/plain, inline)]
From 08c4a5e77db50dd8cde3b69fc8ae458ab08f3719 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Batista?= <nandre <at> riseup.net>
Date: Wed, 24 Jun 2020 16:33:32 -0300
Subject: [PATCH] gnu: lxqt-config: Update to 0.15.0.
To: guix-devel <at> gnu.org
* gnu/packages/lxqt.scm (lxqt-config): Update to 0.15.1.
---
gnu/packages/lxqt.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 446a69418c..7aab30f170 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -358,14 +358,14 @@ the operating system LXQt is running on.")
(define-public lxqt-config
(package
(name "lxqt-config")
- (version "0.14.1")
+ (version "0.15.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "16k36knv6d72gg8hp7423l3ic43y3l3zbaf3spqn2a354y30myrg"))))
+ (base32 "18fagd6ynmx74qw0pjkkg2n3v6s18n6lcsbj7lvfd4lkbcfnzqpb"))))
(build-system cmake-build-system)
(inputs
`(("eudev" ,eudev)
--
2.26.2
[v7slv4cdk51hwci8vg689f5hkc4z6b-liblxqt-0.14.1.drv.bz2 (application/octet-stream, attachment)]
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 4 years and 332 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.