all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "宋文武 via Guix-patches via" <guix-patches@gnu.org>
To: Michael Rohleder <mike@rohleder.de>
Cc: 61494@debbugs.gnu.org
Subject: [bug#61494] [PATCH] gnu: ristretto: Update to 0.13.0.
Date: Tue, 14 Feb 2023 11:41:53 +0800	[thread overview]
Message-ID: <87a61g7w1q.fsf@envs.net> (raw)
In-Reply-To: <20230213210126.14903-1-mike@rohleder.de> (Michael Rohleder's message of "Mon, 13 Feb 2023 22:01:26 +0100")

[-- Attachment #1: Type: text/plain, Size: 747 bytes --]

Michael Rohleder <mike@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.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0006-gnu-xfce4-session-Update-to-4.18.1.patch --]
[-- Type: text/x-patch, Size: 1256 bytes --]

From 32343a569e909c8b53f4a71d4b789fe24d166f7c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong@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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0007-gnu-xfce4-settings-Update-to-4.18.2.patch --]
[-- Type: text/x-patch, Size: 1285 bytes --]

From 71049f65f0208e89b50b7f8e058130bee05a3e16 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong@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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #4: 0008-gnu-xfce4-power-manager-Update-to-4.18.1.patch --]
[-- Type: text/x-patch, Size: 1285 bytes --]

From 10d0dc51e8a101a6cc5a3a12e80ada7e26653506 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong@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


  reply	other threads:[~2023-02-14  3:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-13 21:01 [bug#61494] [PATCH] gnu: ristretto: Update to 0.13.0 Michael Rohleder
2023-02-14  3:41 ` 宋文武 via Guix-patches via [this message]
2023-02-14  3:55   ` 宋文武 via Guix-patches via
2023-02-15  1:15     ` bug#61494: xfce updates 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a61g7w1q.fsf@envs.net \
    --to=guix-patches@gnu.org \
    --cc=61494@debbugs.gnu.org \
    --cc=iyzsong@envs.net \
    --cc=mike@rohleder.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.