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


Message #92 received at 75534 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> envs.net
To: 75534 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH 29/35] gnu: qps: Update to 2.10.0.
Date: Mon, 13 Jan 2025 17:36:01 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/lxqt.scm (qps): Update to 2.10.0.
[inputs]: Simplify.
[native-inputs]: Remove qttools-5.

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

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 953be4ffa9..df27342300 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -925,24 +925,19 @@ (define-public pavucontrol-qt
 (define-public qps
   (package
     (name "qps")
-    (version "2.7.0")
+    (version "2.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/" name "/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "126zkj9jvjwxrh2fcm9h0c2iq9m5rm5hbkh155swijn2i8airxgx"))))
+        (base32 "05ncgfiqqs53k4wx62845krd7qi26im5pa2xq1kxh8wlng44gjjf"))))
     (build-system cmake-build-system)
     (inputs
-     (list kwindowsystem-5
-           libxrender
-           liblxqt
-           libqtxdg
-           qtbase-5
-           qtx11extras))
+     (list liblxqt))
     (native-inputs
-     (list lxqt-build-tools qttools-5))
+     (list lxqt-build-tools))
     (arguments
      '(#:tests? #f))                    ; no tests
     (home-page "https://lxqt-project.org")
-- 
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.