unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42037] [PATCH 0/3] gnu: lxqt-build-tools: Update to 0.7.0.
@ 2020-06-24 19:52 Andre Batista
  2020-06-24 21:45 ` [bug#42037] [PATCH 1/3] gnu: libqtxdg: Update to 3.5.0 Andre Batista
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Andre Batista @ 2020-06-24 19:52 UTC (permalink / raw)
  To: 42037


[-- Attachment #1.1: Type: text/plain, Size: 171 bytes --]

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.

---

[-- Attachment #1.2: 0001-gnu-lxqt-build-tools-Update-to-0.7.0.patch --]
[-- Type: text/plain, Size: 1308 bytes --]

From aa6bd87fe62db12120146b93a19b036445a10bc2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Batista?= <nandre@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@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


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 841 bytes --]

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-06-27 21:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-24 19:52 [bug#42037] [PATCH 0/3] gnu: lxqt-build-tools: Update to 0.7.0 Andre Batista
2020-06-24 21:45 ` [bug#42037] [PATCH 1/3] gnu: libqtxdg: Update to 3.5.0 Andre Batista
2020-06-24 21:50 ` [bug#42037] [PATCH 2/3] gnu: liblxqt: Update to 0.15.1 Andre Batista
2020-06-24 21:56 ` [bug#42037] [PATCH 3/3] gnu: lxqt-config: Update to 0.15.0 Andre Batista
2020-06-25 10:28 ` [bug#42037] [PATCH 0/3] gnu: lxqt-build-tools: Update to 0.7.0 Ludovic Courtès
2020-06-25 20:27   ` Andre Batista
2020-06-25 20:51     ` Jonathan Brielmaier
2020-06-26 12:05     ` [bug#42037] [PATCH] gnu: lxqt: Update to 0.15.0 Andre Batista
2020-06-26 19:43       ` Andre Batista
2020-06-27 21:33         ` bug#42037: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).