GNU bug report logs - #42037
[PATCH 0/3] gnu: lxqt-build-tools: Update to 0.7.0.

Previous Next

Package: guix-patches;

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

From: Andre Batista <nandre <at> riseup.net>
To: 42037 <at> debbugs.gnu.org
Subject: [bug#42037] [PATCH 0/3] gnu: lxqt-build-tools: Update to 0.7.0.
Date: Wed, 24 Jun 2020 16:52:50 -0300
[Message part 1 (text/plain, inline)]
Hello Guix,

This patch series fixes recent build problems when building
lxqt-config by updating this package and its dependencies.

Built with --rounds=2 on x86_64.

---
[0001-gnu-lxqt-build-tools-Update-to-0.7.0.patch (text/plain, inline)]
From aa6bd87fe62db12120146b93a19b036445a10bc2 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:23:04 -0300
Subject: [PATCH] gnu: lxqt-build-tools: Update to 0.7.0.
To: guix-devel <at> gnu.org

* gnu/packages/lxqt.scm (lxqt-build-tools): Update to 0.7.0.
---
 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 f9c757a804..9db911f417 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -126,7 +126,7 @@ to statistics about the system on which it's run.")
 (define-public lxqt-build-tools
   (package
     (name "lxqt-build-tools")
-    (version "0.6.0")
+    (version "0.7.0")
     (source
      (origin
        (method url-fetch)
@@ -134,7 +134,7 @@ to statistics about the system on which it's run.")
                            "/download/" version
                            "/lxqt-build-tools-" version ".tar.xz"))
        (sha256
-        (base32 "0n0p0mf12n9f7zm2592779rpqrbcamfdz87nnjb8j058bc8g3214"))))
+        (base32 "147vdkc25mrlr0fy785yzwhm4gwjxa5xl3n3hljz4c97m531kzl5"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; no tests
-- 
2.26.2

[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.