all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63090] [PATCH 00/12] xfce updates
@ 2023-04-26 14:05 iyzsong--- via Guix-patches via
  2023-04-26 14:07 ` [bug#63090] [PATCH 01/12] gnu: xfconf: Update to 4.18.1 iyzsong--- via Guix-patches via
  2023-04-30 20:35 ` [bug#63090] [PATCH 00/12] xfce updates Ludovic Courtès
  0 siblings, 2 replies; 15+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-04-26 14:05 UTC (permalink / raw)
  To: 63090; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

Hello, here are some updates for Xfce packages.

Sou Bunnbu (宋文武) (12):
  gnu: xfconf: Update to 4.18.1.
  gnu: tumbler: Update to 4.18.1.
  gnu: xfce4-battery-plugin: Update to 1.1.5.
  gnu: xfce4-whiskermenu-plugin: Update to 2.7.3.
  gnu: xfce4-dict: Update to 0.8.5.
  gnu: xfce4-calculator-plugin: Update to 0.7.2.
  gnu: xfce4-fsguard-plugin: Update to 1.1.3.
  gnu: xfce4-mailwatch-plugin: Update to 1.3.1.
  gnu: xfce4-mount-plugin: Update to 1.1.6.
  gnu: xfce4-time-out-plugin: Update to 1.1.3.
  gnu: xfce4-timer-plugin: Update to 1.7.2.
  gnu: xfce4-weather-plugin: Update to 0.11.1.

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

-- 
2.39.2





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

* [bug#63090] [PATCH 01/12] gnu: xfconf: Update to 4.18.1.
  2023-04-26 14:05 [bug#63090] [PATCH 00/12] xfce updates iyzsong--- via Guix-patches via
@ 2023-04-26 14:07 ` iyzsong--- via Guix-patches via
  2023-04-26 14:07   ` [bug#63090] [PATCH 02/12] gnu: tumbler: " iyzsong--- via Guix-patches via
                     ` (10 more replies)
  2023-04-30 20:35 ` [bug#63090] [PATCH 00/12] xfce updates Ludovic Courtès
  1 sibling, 11 replies; 15+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-04-26 14:07 UTC (permalink / raw)
  To: 63090; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfconf): 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 5cc64ac735..2092c8db13 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -134,7 +134,7 @@ (define-public libxfce4util
 (define-public xfconf
   (package
     (name "xfconf")
-    (version "4.18.0")
+    (version "4.18.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -142,7 +142,7 @@ (define-public xfconf
                                   "xfconf-" version ".tar.bz2"))
               (sha256
                (base32
-                "01i9bn2v9mcfa03ndd9dyihz7yc1mnfzr550mq3sh07q1cb5131f"))))
+                "0mr20250mp4pgy82v5kvb0hp5060vy6yz9hd6icmmp6gpd8lfwfr"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
-- 
2.39.2





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

* [bug#63090] [PATCH 02/12] gnu: tumbler: Update to 4.18.1.
  2023-04-26 14:07 ` [bug#63090] [PATCH 01/12] gnu: xfconf: Update to 4.18.1 iyzsong--- via Guix-patches via
@ 2023-04-26 14:07   ` iyzsong--- via Guix-patches via
  2023-04-26 14:07   ` [bug#63090] [PATCH 03/12] gnu: xfce4-battery-plugin: Update to 1.1.5 iyzsong--- via Guix-patches via
                     ` (9 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-04-26 14:07 UTC (permalink / raw)
  To: 63090; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (tumbler): 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 2092c8db13..3fdc71c023 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -357,7 +357,7 @@ (define-public garcon
 (define-public tumbler
   (package
     (name "tumbler")
-    (version "4.18.0")
+    (version "4.18.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -365,7 +365,7 @@ (define-public tumbler
                                   "tumbler-" version ".tar.bz2"))
               (sha256
                (base32
-                "006gvwa7jqkky2qvl2yngbd4yzp63wpilhhmyg9p24pk9spz71s0"))))
+                "1833qnfw2c9wv7iw5cad5x5scj1rsqmmbwfld33zxx8akhd9hqgz"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config intltool
-- 
2.39.2





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

* [bug#63090] [PATCH 03/12] gnu: xfce4-battery-plugin: Update to 1.1.5.
  2023-04-26 14:07 ` [bug#63090] [PATCH 01/12] gnu: xfconf: Update to 4.18.1 iyzsong--- via Guix-patches via
  2023-04-26 14:07   ` [bug#63090] [PATCH 02/12] gnu: tumbler: " iyzsong--- via Guix-patches via
@ 2023-04-26 14:07   ` iyzsong--- via Guix-patches via
  2023-04-26 14:07   ` [bug#63090] [PATCH 04/12] gnu: xfce4-whiskermenu-plugin: Update to 2.7.3 iyzsong--- via Guix-patches via
                     ` (8 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-04-26 14:07 UTC (permalink / raw)
  To: 63090; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.5.
---
 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 3fdc71c023..4bfbcb2aa8 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -445,7 +445,7 @@ (define-public xfce4-panel
 (define-public xfce4-battery-plugin
   (package
     (name "xfce4-battery-plugin")
-    (version "1.1.4")
+    (version "1.1.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -453,7 +453,7 @@ (define-public xfce4-battery-plugin
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "08n2cig9r2lccwvmk6v9vjiz0xqcp6x30m5b3q702v0m6ylg4z8h"))))
+                "04z2bic6c2cgl6wy4qrhfdigb6c2hsxnqraa20k1xvi0nfzk68km"))))
     (build-system gnu-build-system)
     (native-inputs (list pkg-config intltool))
     (inputs (list glib gtk+ libxfce4util libxfce4ui xfce4-panel))
-- 
2.39.2





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

* [bug#63090] [PATCH 04/12] gnu: xfce4-whiskermenu-plugin: Update to 2.7.3.
  2023-04-26 14:07 ` [bug#63090] [PATCH 01/12] gnu: xfconf: Update to 4.18.1 iyzsong--- via Guix-patches via
  2023-04-26 14:07   ` [bug#63090] [PATCH 02/12] gnu: tumbler: " iyzsong--- via Guix-patches via
  2023-04-26 14:07   ` [bug#63090] [PATCH 03/12] gnu: xfce4-battery-plugin: Update to 1.1.5 iyzsong--- via Guix-patches via
@ 2023-04-26 14:07   ` iyzsong--- via Guix-patches via
  2023-04-26 14:07   ` [bug#63090] [PATCH 05/12] gnu: xfce4-dict: Update to 0.8.5 iyzsong--- via Guix-patches via
                     ` (7 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-04-26 14:07 UTC (permalink / raw)
  To: 63090; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.7.3.
---
 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 4bfbcb2aa8..99ab825a85 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -523,7 +523,7 @@ (define-public xfce4-pulseaudio-plugin
 (define-public xfce4-whiskermenu-plugin
   (package
     (name "xfce4-whiskermenu-plugin")
-    (version "2.7.2")
+    (version "2.7.3")
     (source
      (origin
        (method url-fetch)
@@ -531,7 +531,7 @@ (define-public xfce4-whiskermenu-plugin
                            "xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
                            "xfce4-whiskermenu-plugin-" version ".tar.bz2"))
        (sha256
-        (base32 "12zr7x5gka0c459zk3jlv8fswyxk2431lq8qif5acwx922jp318m"))))
+        (base32 "1sg6kx52c5j1l7y6z156gxk4b0ppj210i40hzbvqqf35jvn9j9ns"))))
     (build-system cmake-build-system)
     (native-inputs
      (list pkg-config intltool))
-- 
2.39.2





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

* [bug#63090] [PATCH 05/12] gnu: xfce4-dict: Update to 0.8.5.
  2023-04-26 14:07 ` [bug#63090] [PATCH 01/12] gnu: xfconf: Update to 4.18.1 iyzsong--- via Guix-patches via
                     ` (2 preceding siblings ...)
  2023-04-26 14:07   ` [bug#63090] [PATCH 04/12] gnu: xfce4-whiskermenu-plugin: Update to 2.7.3 iyzsong--- via Guix-patches via
@ 2023-04-26 14:07   ` iyzsong--- via Guix-patches via
  2023-04-26 14:07   ` [bug#63090] [PATCH 06/12] gnu: xfce4-calculator-plugin: Update to 0.7.2 iyzsong--- via Guix-patches via
                     ` (6 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-04-26 14:07 UTC (permalink / raw)
  To: 63090; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-dict): Update to 0.8.5.
---
 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 99ab825a85..328529e16f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1086,7 +1086,7 @@ (define-public xfce4-terminal
 (define-public xfce4-dict
   (package
     (name "xfce4-dict")
-    (version "0.8.4")
+    (version "0.8.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/" name "/"
@@ -1094,7 +1094,7 @@ (define-public xfce4-dict
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1qriyvii50v8a8dx7aw6nlm888mf5cjrb9nwm3r0dcs2yzxzx1fb"))))
+                "06xa7987azyx6y4mkmg58qv7gsg66szmr8ly29l9l1v1xl5sp7i9"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))
-- 
2.39.2





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

* [bug#63090] [PATCH 06/12] gnu: xfce4-calculator-plugin: Update to 0.7.2.
  2023-04-26 14:07 ` [bug#63090] [PATCH 01/12] gnu: xfconf: Update to 4.18.1 iyzsong--- via Guix-patches via
                     ` (3 preceding siblings ...)
  2023-04-26 14:07   ` [bug#63090] [PATCH 05/12] gnu: xfce4-dict: Update to 0.8.5 iyzsong--- via Guix-patches via
@ 2023-04-26 14:07   ` iyzsong--- via Guix-patches via
  2023-04-26 14:07   ` [bug#63090] [PATCH 07/12] gnu: xfce4-fsguard-plugin: Update to 1.1.3 iyzsong--- via Guix-patches via
                     ` (5 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-04-26 14:07 UTC (permalink / raw)
  To: 63090; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-calculator-plugin): Update to 0.7.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 328529e16f..755b01aa48 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1634,7 +1634,7 @@ (define-public xfce4-datetime-plugin
 (define-public xfce4-calculator-plugin
   (package
    (name "xfce4-calculator-plugin")
-   (version "0.7.1")
+   (version "0.7.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1643,7 +1643,7 @@ (define-public xfce4-calculator-plugin
                                   "/xfce4-calculator-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "10fsb9pyr2cr9dj1k3n96dq6g02g61g5y4z4jzfvskpgqc1nl0g4"))))
+                "12q2jh67w0m9vq94gf324xg9k3mji943rwgrddlc340sljz25xni"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))
-- 
2.39.2





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

* [bug#63090] [PATCH 07/12] gnu: xfce4-fsguard-plugin: Update to 1.1.3.
  2023-04-26 14:07 ` [bug#63090] [PATCH 01/12] gnu: xfconf: Update to 4.18.1 iyzsong--- via Guix-patches via
                     ` (4 preceding siblings ...)
  2023-04-26 14:07   ` [bug#63090] [PATCH 06/12] gnu: xfce4-calculator-plugin: Update to 0.7.2 iyzsong--- via Guix-patches via
@ 2023-04-26 14:07   ` iyzsong--- via Guix-patches via
  2023-04-26 14:07   ` [bug#63090] [PATCH 08/12] gnu: xfce4-mailwatch-plugin: Update to 1.3.1 iyzsong--- via Guix-patches via
                     ` (4 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-04-26 14:07 UTC (permalink / raw)
  To: 63090; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-fsguard-plugin): Update to 1.1.3.
---
 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 755b01aa48..184d69d954 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1710,7 +1710,7 @@ (define-public xfce4-diskperf-plugin
 (define-public xfce4-fsguard-plugin
   (package
    (name "xfce4-fsguard-plugin")
-   (version "1.1.2")
+   (version "1.1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1719,7 +1719,7 @@ (define-public xfce4-fsguard-plugin
                                   "/xfce4-fsguard-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "01a1an5z4kpgi68lk98q7wga7sx676fcbnrsd5cpq4d736ifdn37"))))
+                "0n62dsc25ynv8kk5va50py88fi0lgggvl0gi1r6dd4i2fns8pvw4"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))
-- 
2.39.2





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

* [bug#63090] [PATCH 08/12] gnu: xfce4-mailwatch-plugin: Update to 1.3.1.
  2023-04-26 14:07 ` [bug#63090] [PATCH 01/12] gnu: xfconf: Update to 4.18.1 iyzsong--- via Guix-patches via
                     ` (5 preceding siblings ...)
  2023-04-26 14:07   ` [bug#63090] [PATCH 07/12] gnu: xfce4-fsguard-plugin: Update to 1.1.3 iyzsong--- via Guix-patches via
@ 2023-04-26 14:07   ` iyzsong--- via Guix-patches via
  2023-04-26 14:07   ` [bug#63090] [PATCH 09/12] gnu: xfce4-mount-plugin: Update to 1.1.6 iyzsong--- via Guix-patches via
                     ` (3 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-04-26 14:07 UTC (permalink / raw)
  To: 63090; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-mailwatch-plugin): Update to 1.3.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 184d69d954..fd02ec9a5d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1767,7 +1767,7 @@ (define-public xfce4-genmon-plugin
 (define-public xfce4-mailwatch-plugin
   (package
    (name "xfce4-mailwatch-plugin")
-   (version "1.3.0")
+   (version "1.3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1776,7 +1776,7 @@ (define-public xfce4-mailwatch-plugin
                                   "/xfce4-mailwatch-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "0bmykjhd3gs1737fl3zn5gg6f3vlncak2xqz89zv5018znz1xy90"))))
+                "0sh402c7v3sa9nqz8dd2gfn7ml01xbhir680ci46i9jczvln8j85"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))
-- 
2.39.2





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

* [bug#63090] [PATCH 09/12] gnu: xfce4-mount-plugin: Update to 1.1.6.
  2023-04-26 14:07 ` [bug#63090] [PATCH 01/12] gnu: xfconf: Update to 4.18.1 iyzsong--- via Guix-patches via
                     ` (6 preceding siblings ...)
  2023-04-26 14:07   ` [bug#63090] [PATCH 08/12] gnu: xfce4-mailwatch-plugin: Update to 1.3.1 iyzsong--- via Guix-patches via
@ 2023-04-26 14:07   ` iyzsong--- via Guix-patches via
  2023-04-26 14:07   ` [bug#63090] [PATCH 10/12] gnu: xfce4-time-out-plugin: Update to 1.1.3 iyzsong--- via Guix-patches via
                     ` (2 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-04-26 14:07 UTC (permalink / raw)
  To: 63090; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-mount-plugin): Update to 1.1.6.
---
 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 fd02ec9a5d..07304b4834 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1842,7 +1842,7 @@ (define-public xfce4-mpc-plugin
 (define-public xfce4-mount-plugin
   (package
    (name "xfce4-mount-plugin")
-   (version "1.1.5")
+   (version "1.1.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1851,7 +1851,7 @@ (define-public xfce4-mount-plugin
                                   "/xfce4-mount-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "1hlfnlxwwx0hkm82mcz777f3i22x6bh6k3gzl0yjnm4yj9adjk2q"))))
+                "0ca8j2smq20zydj0gbb20fkcisgzcswpnpz5h8laxb3ghr03frlg"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))
-- 
2.39.2





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

* [bug#63090] [PATCH 10/12] gnu: xfce4-time-out-plugin: Update to 1.1.3.
  2023-04-26 14:07 ` [bug#63090] [PATCH 01/12] gnu: xfconf: Update to 4.18.1 iyzsong--- via Guix-patches via
                     ` (7 preceding siblings ...)
  2023-04-26 14:07   ` [bug#63090] [PATCH 09/12] gnu: xfce4-mount-plugin: Update to 1.1.6 iyzsong--- via Guix-patches via
@ 2023-04-26 14:07   ` iyzsong--- via Guix-patches via
  2023-04-26 14:07   ` [bug#63090] [PATCH 11/12] gnu: xfce4-timer-plugin: Update to 1.7.2 iyzsong--- via Guix-patches via
  2023-04-26 14:07   ` [bug#63090] [PATCH 12/12] gnu: xfce4-weather-plugin: Update to 0.11.1 iyzsong--- via Guix-patches via
  10 siblings, 0 replies; 15+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-04-26 14:07 UTC (permalink / raw)
  To: 63090; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.3.
---
 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 07304b4834..f2e0831e30 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2036,7 +2036,7 @@ (define-public xfce4-systemload-plugin
 (define-public xfce4-time-out-plugin
   (package
    (name "xfce4-time-out-plugin")
-   (version "1.1.2")
+   (version "1.1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -2045,7 +2045,7 @@ (define-public xfce4-time-out-plugin
                                   "/xfce4-time-out-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "1m42kmi0x3xb0lzj2nd7q2r5y5r2viqcvxfpbg1aafzzjjkfpn1x"))))
+                "1s4f4akj45bjhqhnfb8wim2snw52wrdym1yqpcccfpp9c5is672s"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))
-- 
2.39.2





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

* [bug#63090] [PATCH 11/12] gnu: xfce4-timer-plugin: Update to 1.7.2.
  2023-04-26 14:07 ` [bug#63090] [PATCH 01/12] gnu: xfconf: Update to 4.18.1 iyzsong--- via Guix-patches via
                     ` (8 preceding siblings ...)
  2023-04-26 14:07   ` [bug#63090] [PATCH 10/12] gnu: xfce4-time-out-plugin: Update to 1.1.3 iyzsong--- via Guix-patches via
@ 2023-04-26 14:07   ` iyzsong--- via Guix-patches via
  2023-04-26 14:07   ` [bug#63090] [PATCH 12/12] gnu: xfce4-weather-plugin: Update to 0.11.1 iyzsong--- via Guix-patches via
  10 siblings, 0 replies; 15+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-04-26 14:07 UTC (permalink / raw)
  To: 63090; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-timer-plugin): Update to 1.7.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 f2e0831e30..89451319e7 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2063,7 +2063,7 @@ (define-public xfce4-time-out-plugin
 (define-public xfce4-timer-plugin
   (package
    (name "xfce4-timer-plugin")
-   (version "1.7.1")
+   (version "1.7.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -2072,7 +2072,7 @@ (define-public xfce4-timer-plugin
                                   "/xfce4-timer-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "1qr4m3n2l3rvsizsr3h7fyfajszfalqm7rhvjx2yjj8r3f8x4ljb"))))
+                "0zcbqpsyzzmbyv8cgd5wriqaigfpdcia6h1md0bfh1cmsg1biczy"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))
-- 
2.39.2





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

* [bug#63090] [PATCH 12/12] gnu: xfce4-weather-plugin: Update to 0.11.1.
  2023-04-26 14:07 ` [bug#63090] [PATCH 01/12] gnu: xfconf: Update to 4.18.1 iyzsong--- via Guix-patches via
                     ` (9 preceding siblings ...)
  2023-04-26 14:07   ` [bug#63090] [PATCH 11/12] gnu: xfce4-timer-plugin: Update to 1.7.2 iyzsong--- via Guix-patches via
@ 2023-04-26 14:07   ` iyzsong--- via Guix-patches via
  10 siblings, 0 replies; 15+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-04-26 14:07 UTC (permalink / raw)
  To: 63090; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.11.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 89451319e7..8f61c7a245 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2146,7 +2146,7 @@ (define-public xfce4-wavelan-plugin
 (define-public xfce4-weather-plugin
   (package
    (name "xfce4-weather-plugin")
-   (version "0.11.0")
+   (version "0.11.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -2155,7 +2155,7 @@ (define-public xfce4-weather-plugin
                                   "/xfce4-weather-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "1z2k24d599mxf5gqa35i3xmc3gk2yvqs80hxxpyw06yma6ljw973"))))
+                "0fajhibacccfw0rl8741iz7qkqls4ynn9760j78rbp6wl3wlcld4"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))
-- 
2.39.2





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

* [bug#63090] [PATCH 00/12] xfce updates
  2023-04-26 14:05 [bug#63090] [PATCH 00/12] xfce updates iyzsong--- via Guix-patches via
  2023-04-26 14:07 ` [bug#63090] [PATCH 01/12] gnu: xfconf: Update to 4.18.1 iyzsong--- via Guix-patches via
@ 2023-04-30 20:35 ` Ludovic Courtès
  2023-05-01  4:18   ` bug#63090: " 宋文武 via Guix-patches via
  1 sibling, 1 reply; 15+ messages in thread
From: Ludovic Courtès @ 2023-04-30 20:35 UTC (permalink / raw)
  To: iyzsong; +Cc: 宋文武, 63090

Hi,

iyzsong@envs.net skribis:

>   gnu: xfconf: Update to 4.18.1.
>   gnu: tumbler: Update to 4.18.1.
>   gnu: xfce4-battery-plugin: Update to 1.1.5.
>   gnu: xfce4-whiskermenu-plugin: Update to 2.7.3.
>   gnu: xfce4-dict: Update to 0.8.5.
>   gnu: xfce4-calculator-plugin: Update to 0.7.2.
>   gnu: xfce4-fsguard-plugin: Update to 1.1.3.
>   gnu: xfce4-mailwatch-plugin: Update to 1.3.1.
>   gnu: xfce4-mount-plugin: Update to 1.1.6.
>   gnu: xfce4-time-out-plugin: Update to 1.1.3.
>   gnu: xfce4-timer-plugin: Update to 1.7.2.
>   gnu: xfce4-weather-plugin: Update to 0.11.1.

qa.guix hasn’t caught up since the ‘core-updates’ merge, it seems.
Could you please double-check that everything’s fine once rebased on
current ‘master’?  If it is, I guess you can go ahead.

Thanks,
Ludo’.




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

* bug#63090: [PATCH 00/12] xfce updates
  2023-04-30 20:35 ` [bug#63090] [PATCH 00/12] xfce updates Ludovic Courtès
@ 2023-05-01  4:18   ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 15+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-05-01  4:18 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 63090-done

Ludovic Courtès <ludo@gnu.org> writes:

> Hi,
>
> iyzsong@envs.net skribis:
>
>>   gnu: xfconf: Update to 4.18.1.
>>   gnu: tumbler: Update to 4.18.1.
>>   gnu: xfce4-battery-plugin: Update to 1.1.5.
>>   gnu: xfce4-whiskermenu-plugin: Update to 2.7.3.
>>   gnu: xfce4-dict: Update to 0.8.5.
>>   gnu: xfce4-calculator-plugin: Update to 0.7.2.
>>   gnu: xfce4-fsguard-plugin: Update to 1.1.3.
>>   gnu: xfce4-mailwatch-plugin: Update to 1.3.1.
>>   gnu: xfce4-mount-plugin: Update to 1.1.6.
>>   gnu: xfce4-time-out-plugin: Update to 1.1.3.
>>   gnu: xfce4-timer-plugin: Update to 1.7.2.
>>   gnu: xfce4-weather-plugin: Update to 0.11.1.
>
> qa.guix hasn’t caught up since the ‘core-updates’ merge, it seems.
> Could you please double-check that everything’s fine once rebased on
> current ‘master’?  If it is, I guess you can go ahead.

Sure, I have build all xfce packages, only catfish failed to build.  Not
tested with every plugin, but my normal usage (with the xfce meta
package) seems fine.

Pushed now, thank you!




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

end of thread, other threads:[~2023-05-01  4:19 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-26 14:05 [bug#63090] [PATCH 00/12] xfce updates iyzsong--- via Guix-patches via
2023-04-26 14:07 ` [bug#63090] [PATCH 01/12] gnu: xfconf: Update to 4.18.1 iyzsong--- via Guix-patches via
2023-04-26 14:07   ` [bug#63090] [PATCH 02/12] gnu: tumbler: " iyzsong--- via Guix-patches via
2023-04-26 14:07   ` [bug#63090] [PATCH 03/12] gnu: xfce4-battery-plugin: Update to 1.1.5 iyzsong--- via Guix-patches via
2023-04-26 14:07   ` [bug#63090] [PATCH 04/12] gnu: xfce4-whiskermenu-plugin: Update to 2.7.3 iyzsong--- via Guix-patches via
2023-04-26 14:07   ` [bug#63090] [PATCH 05/12] gnu: xfce4-dict: Update to 0.8.5 iyzsong--- via Guix-patches via
2023-04-26 14:07   ` [bug#63090] [PATCH 06/12] gnu: xfce4-calculator-plugin: Update to 0.7.2 iyzsong--- via Guix-patches via
2023-04-26 14:07   ` [bug#63090] [PATCH 07/12] gnu: xfce4-fsguard-plugin: Update to 1.1.3 iyzsong--- via Guix-patches via
2023-04-26 14:07   ` [bug#63090] [PATCH 08/12] gnu: xfce4-mailwatch-plugin: Update to 1.3.1 iyzsong--- via Guix-patches via
2023-04-26 14:07   ` [bug#63090] [PATCH 09/12] gnu: xfce4-mount-plugin: Update to 1.1.6 iyzsong--- via Guix-patches via
2023-04-26 14:07   ` [bug#63090] [PATCH 10/12] gnu: xfce4-time-out-plugin: Update to 1.1.3 iyzsong--- via Guix-patches via
2023-04-26 14:07   ` [bug#63090] [PATCH 11/12] gnu: xfce4-timer-plugin: Update to 1.7.2 iyzsong--- via Guix-patches via
2023-04-26 14:07   ` [bug#63090] [PATCH 12/12] gnu: xfce4-weather-plugin: Update to 0.11.1 iyzsong--- via Guix-patches via
2023-04-30 20:35 ` [bug#63090] [PATCH 00/12] xfce updates Ludovic Courtès
2023-05-01  4:18   ` bug#63090: " 宋文武 via Guix-patches via

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.