guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#42037] [PATCH 3/3] gnu: lxqt-config: Update to 0.15.0


From: Andre Batista
Subject: [bug#42037] [PATCH 3/3] gnu: lxqt-config: Update to 0.15.0
Date: Wed, 24 Jun 2020 18:56:07 -0300

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,
From 08c4a5e77db50dd8cde3b69fc8ae458ab08f3719 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Batista?= <nandre@riseup.net>
Date: Wed, 24 Jun 2020 16:33:32 -0300
Subject: [PATCH] gnu: lxqt-config: Update to 0.15.0.
To: guix-devel@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

Attachment: v7slv4cdk51hwci8vg689f5hkc4z6b-liblxqt-0.14.1.drv.bz2
Description: Binary data

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]