unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61897] [PATCH 0/3] Update lxqt components.
@ 2023-03-01 20:55 J. Sims via Guix-patches via
  2023-03-01 20:57 ` [bug#61897] [PATCH 1/3] " J. Sims via Guix-patches via
  2023-03-02  6:21 ` bug#61897: [PATCH 0/3] " 宋文武 via Guix-patches via
  0 siblings, 2 replies; 5+ messages in thread
From: J. Sims via Guix-patches via @ 2023-03-01 20:55 UTC (permalink / raw)
  To: 61897

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




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#61897] [PATCH 1/3] Update lxqt components.
  2023-03-01 20:55 [bug#61897] [PATCH 0/3] Update lxqt components J. Sims via Guix-patches via
@ 2023-03-01 20:57 ` J. Sims via Guix-patches via
  2023-03-01 20:58   ` [bug#61897] [PATCH 2/3] " J. Sims via Guix-patches via
  2023-03-02  6:21 ` bug#61897: [PATCH 0/3] " 宋文武 via Guix-patches via
  1 sibling, 1 reply; 5+ messages in thread
From: J. Sims via Guix-patches via @ 2023-03-01 20:57 UTC (permalink / raw)
  To: 61897@debbugs.gnu.org

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(-)

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




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#61897] [PATCH 2/3] Update lxqt components.
  2023-03-01 20:57 ` [bug#61897] [PATCH 1/3] " J. Sims via Guix-patches via
@ 2023-03-01 20:58   ` J. Sims via Guix-patches via
  2023-03-01 20:58     ` [bug#61897] [PATCH 3/3] " J. Sims via Guix-patches via
  0 siblings, 1 reply; 5+ messages in thread
From: J. Sims via Guix-patches via @ 2023-03-01 20:58 UTC (permalink / raw)
  To: 61897@debbugs.gnu.org

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(-)

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




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#61897] [PATCH 3/3] Update lxqt components.
  2023-03-01 20:58   ` [bug#61897] [PATCH 2/3] " J. Sims via Guix-patches via
@ 2023-03-01 20:58     ` J. Sims via Guix-patches via
  0 siblings, 0 replies; 5+ messages in thread
From: J. Sims via Guix-patches via @ 2023-03-01 20:58 UTC (permalink / raw)
  To: 61897@debbugs.gnu.org

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(-)

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




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* bug#61897: [PATCH 0/3] Update lxqt components.
  2023-03-01 20:55 [bug#61897] [PATCH 0/3] Update lxqt components J. Sims via Guix-patches via
  2023-03-01 20:57 ` [bug#61897] [PATCH 1/3] " J. Sims via Guix-patches via
@ 2023-03-02  6:21 ` 宋文武 via Guix-patches via
  1 sibling, 0 replies; 5+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-03-02  6:21 UTC (permalink / raw)
  To: J. Sims; +Cc: 61897-done

"J. Sims" <jtsims@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!




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-02  6:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-01 20:55 [bug#61897] [PATCH 0/3] Update lxqt components J. Sims via Guix-patches via
2023-03-01 20:57 ` [bug#61897] [PATCH 1/3] " J. Sims via Guix-patches via
2023-03-01 20:58   ` [bug#61897] [PATCH 2/3] " J. Sims via Guix-patches via
2023-03-01 20:58     ` [bug#61897] [PATCH 3/3] " J. Sims via Guix-patches via
2023-03-02  6:21 ` bug#61897: [PATCH 0/3] " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).