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 13/35] gnu: lxqt-notificationd: Update to 2.1.1.
Date: Mon, 13 Jan 2025 17:35:45 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/lxqt.scm (lxqt-notificationd): Update to 2.1.1.
[inputs]: Simplify.  Add layer-shell-qt.  Replace kwindowsystem-5 with
kwindowsystem.

Change-Id: I945571483e4c3d50214d896092a55da1effa6a16
---
 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 95e8551356..48c5d7126c 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -433,24 +433,19 @@ (define-public lxqt-globalkeys
 (define-public lxqt-notificationd
   (package
     (name "lxqt-notificationd")
-    (version "1.3.0")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/" name "/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "182mjvc17dvavk8vznhgnk6j1lv594bqv4796p2p1f4zdhq6fgm6"))))
+        (base32 "0n7hbvqx8csd9pprwqrh3nfbdqfj6i5hznjyxfn1ll5h3szaq5vy"))))
     (build-system cmake-build-system)
     (inputs
-     (list kwindowsystem-5
-           liblxqt
-           libqtxdg
-           qtbase-5
-           qtsvg-5
-           qtx11extras))
+     (list kwindowsystem layer-shell-qt liblxqt libqtxdg))
     (native-inputs
-     (list lxqt-build-tools qttools-5))
+     (list lxqt-build-tools))
     (arguments '(#:tests? #f))          ; no test target
     (home-page "https://lxqt-project.org")
     (synopsis "The LXQt notification daemon")
-- 
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.