[PATCH 0/3] Update lxqt components.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • J. Sims
Owner
unassigned
Submitted by
J. Sims
Severity
normal

Debbugs page

J. Sims wrote 2 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
R1yzK4kzRPUeCNaT2gM-DohjTuicHNMW1FfakwiD5SIdl2zz0tefoDbfqznxEoidpWRJi9W7MZsfbGYZDQQcuC3IunTghDAYqT1MaRqCLP0=@protonmail.com
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
J. Sims wrote 2 years ago
[PATCH 1/3] Update lxqt components.
(name . 61897@debbugs.gnu.org)(address . 61897@debbugs.gnu.org)
2JvbKVDAeFBDiX_M5YkH2hzBVsqGbZPnld9X78v6uvDELBRUPN02-hGH0w4QwAhWq-YbpsZEScn1Icqb0uhecxuIZEbFDLC0vWavL6PhdkY=@protonmail.com
From cbd8f277d74ed73684cc9ee2d9abbd36724b0457 Mon Sep 17 00:00:00 2001
From: Juliana Sims <jtsims@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(-)

Toggle diff (25 lines)
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
J. Sims wrote 2 years ago
Re: [PATCH 2/3] Update lxqt components.
(name . 61897@debbugs.gnu.org)(address . 61897@debbugs.gnu.org)
uwn0bCGS2IuKPcwg-z2TfHpXMSQQFoQ7lZQQHej-fiHvsqpEMSmT4Lkkeq2tJwQgKcVhbwJ5gx0jsGSpKqokPfC0VFHODETzmvplS8Xjg20=@protonmail.com
From 3ed45e637fd98857ea9d0f20fe8c5f24827d50d2 Mon Sep 17 00:00:00 2001
From: Juliana Sims <jtsims@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(-)

Toggle diff (25 lines)
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
J. Sims wrote 2 years ago
Re: [PATCH 3/3] Update lxqt components.
(name . 61897@debbugs.gnu.org)(address . 61897@debbugs.gnu.org)
H8ZR6n8iA-zHbpEGFSQOxk8m4NXZqgFWa4B4k2i73TwWE5pnRKaSu5Bs38DPUcMofJUeq6mzrLh4sppN8aEGTseKVFsY00pKaIb0NYPkWek=@protonmail.com
From 6195bbce3d5dab7485be4c0019318afe7fb5564a Mon Sep 17 00:00:00 2001
From: Juliana Sims <jtsims@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(-)

Toggle diff (25 lines)
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
宋文武 wrote 2 years ago
Re: bug#61897: [PATCH 0/3] Update lxqt components.
(name . J. Sims)(address . jtsims@protonmail.com)(address . 61897-done@debbugs.gnu.org)
874jr3r7ug.fsf@envs.net
"J. Sims" <jtsims@protonmail.com> writes:

Toggle quote (10 lines)
> 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!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 61897@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61897
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help