GNU bug report logs - #75534
[PATCH 00/35] LXQt 2.1.0 updates

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Mon, 13 Jan 2025 09:30:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: iyzsong <at> envs.net
To: 75534 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>, Andreas Enge <andreas <at> enge.fr>, 宋文武 <iyzsong <at> envs.net>
Subject: [bug#75534] [PATCH 03/35] gnu: lxqt-build-tools: Update to 2.1.0.
Date: Mon, 13 Jan 2025 17:35:35 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/lxqt.scm (lxqt-build-tools): Update to 2.1.0.
[native-inputs]: Remove glib.
[propagated-inputs]: Add qttools.

Change-Id: I02891da44dc07167d299f5c23e0f83a689000bc9
---
 gnu/packages/lxqt.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 75c275dd33..68d8c00184 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Andreas Enge <andreas <at> enge.fr>
-;;; Copyright © 2015, 2022 Sou Bunnbu <iyzsong <at> gmail.com>
+;;; Copyright © 2015, 2022, 2025 宋文武 <iyzsong <at> envs.net>
 ;;; Copyright © 2016 Mark H Weaver <mhw <at> netris.org>
 ;;; Copyright © 2016, 2023 Efraim Flashner <efraim <at> flashner.co.il>
 ;;; Copyright © 2017 Nikita <nikita <at> n0.is>
@@ -102,7 +102,7 @@ (define-public libstatgrab
 (define-public lxqt-build-tools
   (package
     (name "lxqt-build-tools")
-    (version "0.13.0")
+    (version "2.1.0")
     (source
      (origin
        (method url-fetch)
@@ -110,7 +110,7 @@ (define-public lxqt-build-tools
                            "/download/" version
                            "/lxqt-build-tools-" version ".tar.xz"))
        (sha256
-        (base32 "1kjrxc1aj7yfn3v72lwryn58hkwsribsspm480qg4qbw1nfijg7x"))))
+        (base32 "1ycfzl8sfa2d1bnlyj6b3726mfb6kpj5768fhpw1ypkgjclvcn14"))))
     (build-system cmake-build-system)
     (arguments
      (list
@@ -128,18 +128,18 @@ (define-public lxqt-build-tools
           (add-after 'install 'patch-LXQtConfigVars.cmake
             (lambda _
               (substitute* (string-append #$output
-                                          "/share/cmake/lxqt-build-tools"
+                                          "/share/cmake/lxqt2-build-tools"
                                           "/modules/LXQtConfigVars.cmake")
                 (((regexp-quote (string-append #$output "/"))) "")))))
       #:configure-flags
       #~(list "-DLXQT_ETC_XDG_DIR=etc/xdg")))
-    (native-inputs
-     (list pkg-config glib))
     (inputs
-     (list qtbase-5))
+     (list qtbase))
+    (native-inputs
+     (list pkg-config))
     (propagated-inputs
-     ;; Dependent projects require Perl via the CMake files.
-     (list perl))
+     ;; Required by lxqt2-transupdate and CMake files.
+     (list perl qttools))
     (synopsis "LXQt Build tools")
     (description
      "Lxqt-build-tools is providing several tools needed to build LXQt
-- 
2.47.1





This bug report was last modified 131 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.