GNU bug report logs - #61897
[PATCH 0/3] Update lxqt components.

Previous Next

Package: guix-patches;

Reported by: "J. Sims" <jtsims <at> protonmail.com>

Date: Wed, 1 Mar 2023 20:56:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61897 in the body.
You can then email your comments to 61897 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61897; Package guix-patches. (Wed, 01 Mar 2023 20:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "J. Sims" <jtsims <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 01 Mar 2023 20:56:02 GMT) Full text and rfc822 format available.

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

From: "J. Sims" <jtsims <at> protonmail.com>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH 0/3] Update lxqt components.
Date: Wed, 01 Mar 2023 20:55:18 +0000
Hello,

What follows is a series of patches updating lxqt-panel, libfm-qt, and PCManFM-Qt to their latest point releases. The lxqt project released a blog post explaining their fixes: https://lxqt-project.org/blog/2023/01/02/3-point-releases/

Thanks,
Juliana




Information forwarded to guix-patches <at> gnu.org:
bug#61897; Package guix-patches. (Wed, 01 Mar 2023 20:59:02 GMT) Full text and rfc822 format available.

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

From: "J. Sims" <jtsims <at> protonmail.com>
To: "61897 <at> debbugs.gnu.org" <61897 <at> debbugs.gnu.org>
Subject: [PATCH 1/3] Update lxqt components.
Date: Wed, 01 Mar 2023 20:57:44 +0000
From cbd8f277d74ed73684cc9ee2d9abbd36724b0457 Mon Sep 17 00:00:00 2001
From: Juliana Sims <jtsims <at> protonmail.com>
Date: Wed, 1 Mar 2023 15:12:49 -0500
Subject: [PATCH] gnu: lxqt-panel: Update to 1.2.1.

* gnu/packages/lxqt.scm (lxqt-panel): Update to 1.2.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 5b39f0e9f4..ab04ec0c49 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -483,14 +483,14 @@ (define-public lxqt-openssh-askpass
 (define-public lxqt-panel
   (package
     (name "lxqt-panel")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/" name "/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "1m0mm07ydmdlyyi6s4q1cwpxp609kcyc3gcmwbmyf0smadan3yd8"))))
+        (base32 "1604rb4yg1lgivvd76gaqb6dvq8bv8xy5f2vzj46prh0rbvhnf2b"))))
     (build-system cmake-build-system)
     (inputs
      (list alsa-lib

base-commit: f0f5f011974d82de12b7db849f4658a8dd0f207e
-- 
2.39.1




Information forwarded to guix-patches <at> gnu.org:
bug#61897; Package guix-patches. (Wed, 01 Mar 2023 20:59:02 GMT) Full text and rfc822 format available.

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

From: "J. Sims" <jtsims <at> protonmail.com>
To: "61897 <at> debbugs.gnu.org" <61897 <at> debbugs.gnu.org>
Subject: Re: [PATCH 2/3] Update lxqt components.
Date: Wed, 01 Mar 2023 20:58:06 +0000
From 3ed45e637fd98857ea9d0f20fe8c5f24827d50d2 Mon Sep 17 00:00:00 2001
From: Juliana Sims <jtsims <at> protonmail.com>
Date: Wed, 1 Mar 2023 15:15:40 -0500
Subject: [PATCH] gnu: libfm-qt: Update to 1.2.1.

* gnu/packages/lxqt.scm (libfm-qt): Update to 1.2.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 ab04ec0c49..e12036779e 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -786,14 +786,14 @@ (define-public lxqt-themes
 (define-public libfm-qt
   (package
     (name "libfm-qt")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/" name "/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "0b423s6bkwijjrh14wca49ypz79sxci9lalxc5s29vwbhync09x0"))))
+        (base32 "00r35gb4x6fnsv6z6digr3661cwykxn32xq23an1n044v38lry6x"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f))                    ; no tests

base-commit: cbd8f277d74ed73684cc9ee2d9abbd36724b0457
-- 
2.39.1




Information forwarded to guix-patches <at> gnu.org:
bug#61897; Package guix-patches. (Wed, 01 Mar 2023 21:00:02 GMT) Full text and rfc822 format available.

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

From: "J. Sims" <jtsims <at> protonmail.com>
To: "61897 <at> debbugs.gnu.org" <61897 <at> debbugs.gnu.org>
Subject: Re: [PATCH 3/3] Update lxqt components.
Date: Wed, 01 Mar 2023 20:58:59 +0000
From 6195bbce3d5dab7485be4c0019318afe7fb5564a Mon Sep 17 00:00:00 2001
From: Juliana Sims <jtsims <at> protonmail.com>
Date: Wed, 1 Mar 2023 15:18:09 -0500
Subject: [PATCH] gnu: pcmanfm-qt: Update to 1.2.1.

* gnu/packages/lxqt.scm (pcmanfm-qt): Update to 1.2.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 e12036779e..4ebe8071f7 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -817,14 +817,14 @@ (define-public libfm-qt
 (define-public pcmanfm-qt
   (package
     (name "pcmanfm-qt")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/" name "/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "1k44a659mval4513p4yv63hqrbg9jqc8vrinl4mx5aja33pww5yg"))))
+        (base32 "0nz66b9mv6hqaxf5k3ijaf1694za5nv121y6jfq39db3a1qx7rm5"))))
     (build-system cmake-build-system)
     (arguments
      (list

base-commit: 3ed45e637fd98857ea9d0f20fe8c5f24827d50d2
-- 
2.39.1




Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Thu, 02 Mar 2023 06:22:02 GMT) Full text and rfc822 format available.

Notification sent to "J. Sims" <jtsims <at> protonmail.com>:
bug acknowledged by developer. (Thu, 02 Mar 2023 06:22:02 GMT) Full text and rfc822 format available.

Message #19 received at 61897-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: "J. Sims" <jtsims <at> protonmail.com>
Cc: 61897-done <at> debbugs.gnu.org
Subject: Re: bug#61897: [PATCH 0/3] Update lxqt components.
Date: Thu, 02 Mar 2023 14:21:59 +0800
"J. Sims" <jtsims <at> protonmail.com> writes:

> Hello,
>
> What follows is a series of patches updating lxqt-panel, libfm-qt, and
> PCManFM-Qt to their latest point releases. The lxqt project released a
> blog post explaining their fixes:
> https://lxqt-project.org/blog/2023/01/02/3-point-releases/
>
> Thanks,
> Juliana

Push them to master now, thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 30 Mar 2023 11:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 45 days ago.

Previous Next


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