GNU bug report logs - #61494
xfce updates

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Mon, 13 Feb 2023 21:03:02 UTC

Severity: normal

Tags: patch

Merged with 61487, 61488, 61491, 61492

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: Michael Rohleder <mike <at> rohleder.de>
Cc: 61494 <at> debbugs.gnu.org
Subject: [bug#61494] [PATCH] gnu: ristretto: Update to 0.13.0.
Date: Tue, 14 Feb 2023 11:41:53 +0800
[Message part 1 (text/plain, inline)]
Michael Rohleder <mike <at> rohleder.de> writes:

> * gnu/packages/xfce.scm (ristretto): Update to 0.13.0.

Thank you for the xfce update patches, I have pushed them into
a 'xfce-updates' branch with:

Michael Rohleder (5):
  gnu: orage: Update to 4.18.0.
  gnu: libxfce4ui: Update to 4.18.2.
  gnu: xfce4-panel: Update to 4.18.2.
  gnu: mousepad: Update to 0.6.0.
  gnu: ristretto: Update to 0.13.0.

Sou Bunnbu (宋文武) (3):
  gnu: xfce4-session: Update to 4.18.1.
  gnu: xfce4-settings: Update to 4.18.2.
  gnu: xfce4-power-manager: Update to 4.18.1.

 gnu/packages/xfce.scm | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

After some tests and QA, it will be merged in few days.

[0006-gnu-xfce4-session-Update-to-4.18.1.patch (text/x-patch, inline)]
From 32343a569e909c8b53f4a71d4b789fe24d166f7c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong <at> member.fsf.org>
Date: Tue, 14 Feb 2023 11:30:51 +0800
Subject: [PATCH 6/8] gnu: xfce4-session: Update to 4.18.1.

* gnu/packages/xfce.scm (xfce4-session): Update to 4.18.1.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 6734bf781b..96ad5e9699 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -627,7 +627,7 @@ (define-public xfce4-appfinder
 (define-public xfce4-session
   (package
     (name "xfce4-session")
-    (version "4.18.0")
+    (version "4.18.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -635,7 +635,7 @@ (define-public xfce4-session
                                   "xfce4-session-" version ".tar.bz2"))
               (sha256
                (base32
-                "0zwsp2qc1bk87gbvx5fc8wb3hg2nq2ln0fjljks148171d8dpfiq"))
+                "1ky54pc0zi2q3qkpmccr3qa4c08j5c6bb6xxiczdnngjxrz9anhw"))
               (modules '((guix build utils)))
               (snippet
                '(begin
-- 
2.39.1

[0007-gnu-xfce4-settings-Update-to-4.18.2.patch (text/x-patch, inline)]
From 71049f65f0208e89b50b7f8e058130bee05a3e16 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong <at> member.fsf.org>
Date: Tue, 14 Feb 2023 11:30:51 +0800
Subject: [PATCH 7/8] gnu: xfce4-settings: Update to 4.18.2.

* gnu/packages/xfce.scm (xfce4-settings): Update to 4.18.2.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 96ad5e9699..b3e231b724 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -679,7 +679,7 @@ (define-public xfce4-session
 (define-public xfce4-settings
   (package
     (name "xfce4-settings")
-    (version "4.18.1")
+    (version "4.18.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -687,7 +687,7 @@ (define-public xfce4-settings
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "140xclvl05y3xwlckwnryxyj6y6gr8cpksrpzlhvip6jz9l0wxfm"))
+                "08jgvhxhh95rcgpvsfqn1rv7i45zj37zyhcpnkpmgbpshw83cqa6"))
               (patches (search-patches "xfce4-settings-defaults.patch"))))
     (build-system gnu-build-system)
     (arguments
-- 
2.39.1

[0008-gnu-xfce4-power-manager-Update-to-4.18.1.patch (text/x-patch, inline)]
From 10d0dc51e8a101a6cc5a3a12e80ada7e26653506 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong <at> member.fsf.org>
Date: Tue, 14 Feb 2023 11:30:51 +0800
Subject: [PATCH 8/8] gnu: xfce4-power-manager: Update to 4.18.1.

* gnu/packages/xfce.scm (xfce4-power-manager): Update to 4.18.1.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index b3e231b724..4ce857aa14 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1237,7 +1237,7 @@ (define-public xfce
 (define-public xfce4-power-manager
   (package
     (name "xfce4-power-manager")
-    (version "4.18.0")
+    (version "4.18.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -1245,7 +1245,7 @@ (define-public xfce4-power-manager
                                   "xfce4-power-manager-" version ".tar.bz2"))
               (sha256
                (base32
-                "16n3f9zam3v8584rprckvr72gmgsv9kyqy690jkrybr5hrw4dvif"))))
+                "00zz9bhzsf2vww8mym9c093sz7va5716qb6kvdvn6ldp9h6b223b"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config intltool))
-- 
2.39.1


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

Previous Next


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