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 27/35] gnu: obconf-qt: Update to 0.16.5.
Date: Mon, 13 Jan 2025 17:35:59 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/lxqt.scm (obconf-qt): Update to 0.16.5.
[inputs]: Replace qtbase-5 with qtbase.  Remove qtx11extras.
[native-inputs]: Remove qttools-5.

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

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 0b3aeff08b..6181e895a5 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -869,14 +869,14 @@ (define-public lximage-qt
 (define-public obconf-qt
   (package
     (name "obconf-qt")
-    (version "0.16.2")
+    (version "0.16.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/" name "/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "0q29f77dkwy005gzrmn2wj2ga1hdnfd2gwp05h72i2dj0qbdla3k"))))
+        (base32 "030n4jlmd79i3m1kk3jqm9s6f2fgwj78phnlvcjfmxqj15l86j03"))))
     (build-system cmake-build-system)
     (inputs
      (list imlib2
@@ -887,10 +887,9 @@ (define-public obconf-qt
            openbox
            pango
            pcre
-           qtbase-5
-           qtx11extras))
+           qtbase))
     (native-inputs
-     (list lxqt-build-tools pkg-config qttools-5))
+     (list lxqt-build-tools pkg-config))
     (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.