GNU bug report logs -
#62580
[PATCH 00/11] xfce updates
Previous Next
Reported by: iyzsong <at> envs.net
Date: Sat, 1 Apr 2023 05:14:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62580 in the body.
You can then email your comments to 62580 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#62580
; Package
guix-patches
.
(Sat, 01 Apr 2023 05:14:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 01 Apr 2023 05:14:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
Hello, those patches update some xfce packages to their latest stable versions.
I Also pushed them to the xfce-team branch.
Sou Bunnbu (宋文武) (11):
gnu: libxfce4ui: Update to 4.18.3.
gnu: garcon: Update to 4.18.1.
gnu: xfce4-panel: Update to 4.18.3.
gnu: xfce4-clipman-plugin: Update to 1.6.3.
gnu: xfce4-pulseaudio-plugin: Update to 0.4.6.
gnu: xfce4-session: Update to 4.18.2.
gnu: thunar-archive-plugin: Update to 0.5.1.
gnu: parole: Update to 4.18.0.
gnu: xfce4-notifyd: Update to 0.8.2.
gnu: xfburn: Update to 0.7.0.
gnu: xfce4-screensaver: Update to 4.18.1.
gnu/packages/xfce.scm | 61 ++++++++++++++++++++++++++-----------------
1 file changed, 37 insertions(+), 24 deletions(-)
base-commit: 47ea688fd27d0ce0c8ea5481f1f94d0ebc3e37eb
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62580
; Package
guix-patches
.
(Sat, 01 Apr 2023 05:16:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 62580 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (libxfce4ui): Update to 4.18.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 5223c3a38c..614ccb1ab2 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -185,7 +185,7 @@ (define-public xfconf
(define-public libxfce4ui
(package
(name "libxfce4ui")
- (version "4.18.2")
+ (version "4.18.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -193,7 +193,7 @@ (define-public libxfce4ui
name "-" version ".tar.bz2"))
(sha256
(base32
- "01wlwigrq5icf6bz3waqxjd066hm0z397crxnlz0ri764w22sq5d"))))
+ "1g8a067xbazgh0qc25nc7k1zc6aqmznhh4vy5wnn3aykxrpa98xg"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62580
; Package
guix-patches
.
(Sat, 01 Apr 2023 05:16:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 62580 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (garcon): 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 614ccb1ab2..f3eb6b7dd1 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -330,7 +330,7 @@ (define-public exo
(define-public garcon
(package
(name "garcon")
- (version "4.18.0")
+ (version "4.18.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -338,7 +338,7 @@ (define-public garcon
"garcon-" version ".tar.bz2"))
(sha256
(base32
- "050sy6l4xzqibz4kqxymkc37rqpg37vsf48wnw18b2vaas3k8qsl"))))
+ "02y2nkxwx5mp1w6x2ydi3hpgymk7159zvyzk70afp5dcdlm96ypy"))))
(build-system gnu-build-system)
(native-inputs
(list `(,glib "bin") gobject-introspection intltool pkg-config))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62580
; Package
guix-patches
.
(Sat, 01 Apr 2023 05:16:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 62580 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-panel): Update to 4.18.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 f3eb6b7dd1..7b2bd063f2 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -396,7 +396,7 @@ (define-public tumbler
(define-public xfce4-panel
(package
(name "xfce4-panel")
- (version "4.18.2")
+ (version "4.18.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -404,7 +404,7 @@ (define-public xfce4-panel
name "-" version ".tar.bz2"))
(sha256
(base32
- "1hbxwlw806qj7z1169ahwgkl1fm789z22r6dszddx2wzv8w9qv3w"))
+ "06sy6vjydx1p8rx8z94ya6szvmvyarijl5x0pm5ij4cqbihviq2a"))
(patches (search-patches "xfce4-panel-plugins.patch"))))
(build-system gnu-build-system)
(arguments
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62580
; Package
guix-patches
.
(Sat, 01 Apr 2023 05:16:03 GMT)
Full text and
rfc822 format available.
Message #17 received at 62580 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.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 7b2bd063f2..6231d55828 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -469,7 +469,7 @@ (define-public xfce4-battery-plugin
(define-public xfce4-clipman-plugin
(package
(name "xfce4-clipman-plugin")
- (version "1.6.2")
+ (version "1.6.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -477,7 +477,7 @@ (define-public xfce4-clipman-plugin
"xfce4-clipman-plugin-" version ".tar.bz2"))
(sha256
(base32
- "1f4rjdvyplfkrdqg9179chzxx18k3lx29674j28piccgyvk5z2mb"))))
+ "044s9hwl9pnygmfc5lk3ndf4ibjq829zpv4qxsf9bz0pcabiy771"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62580
; Package
guix-patches
.
(Sat, 01 Apr 2023 05:17:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 62580 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-session): 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 ff74429043..f78c1874cc 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -628,7 +628,7 @@ (define-public xfce4-appfinder
(define-public xfce4-session
(package
(name "xfce4-session")
- (version "4.18.1")
+ (version "4.18.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -636,7 +636,7 @@ (define-public xfce4-session
"xfce4-session-" version ".tar.bz2"))
(sha256
(base32
- "1ky54pc0zi2q3qkpmccr3qa4c08j5c6bb6xxiczdnngjxrz9anhw"))
+ "12pbppyhg0jdwswwk59fffh2n5ckpfvwc999zkg1l2f2skl7zzq1"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62580
; Package
guix-patches
.
(Sat, 01 Apr 2023 05:17:02 GMT)
Full text and
rfc822 format available.
Message #23 received at 62580 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): Update to 0.4.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 6231d55828..ff74429043 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -496,7 +496,7 @@ (define-public xfce4-clipman-plugin
(define-public xfce4-pulseaudio-plugin
(package
(name "xfce4-pulseaudio-plugin")
- (version "0.4.5")
+ (version "0.4.6")
(source
(origin
(method url-fetch)
@@ -505,7 +505,7 @@ (define-public xfce4-pulseaudio-plugin
(version-major+minor version) "/"
"xfce4-pulseaudio-plugin-" version ".tar.bz2"))
(sha256
- (base32 "05f12fzn8q1y7jkzanxy82pzl00km66gngb5j6d5k8kbx9ykj9a4"))))
+ (base32 "05k02ilvffddgbp6in9wpjvg6vzlcxxw09nmj29hzba44klc04bf"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config dbus-glib dbus))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62580
; Package
guix-patches
.
(Sat, 01 Apr 2023 05:17:02 GMT)
Full text and
rfc822 format available.
Message #26 received at 62580 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (thunar-archive-plugin): Update to 0.5.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 f78c1874cc..5939753296 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -791,7 +791,7 @@ (define-public thunar-volman
(define-public thunar-archive-plugin
(package
(name "thunar-archive-plugin")
- (version "0.5.0")
+ (version "0.5.1")
(source
(origin
(method url-fetch)
@@ -799,7 +799,7 @@ (define-public thunar-archive-plugin
name "/" (version-major+minor version)
"/" name "-" version ".tar.bz2"))
(sha256
- (base32 "1ykg6qj65l5wywpbiiabidjxzvrhv6q4v63jxb6mlai8b2iqijlf"))))
+ (base32 "1vcbbmh2vw43231c7vbkwc35pmhj7ixb65fvssrwfxydsfqkl6x8"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config intltool))
(inputs (list exo thunar gtk+))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62580
; Package
guix-patches
.
(Sat, 01 Apr 2023 05:17:02 GMT)
Full text and
rfc822 format available.
Message #29 received at 62580 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (parole): Update to 4.18.0.
[inputs]: Add taglib.
---
gnu/packages/xfce.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 5939753296..feb1054534 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1005,7 +1005,7 @@ (define-public gigolo
(define-public parole
(package
(name "parole")
- (version "4.16.0")
+ (version "4.18.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1013,7 +1013,7 @@ (define-public parole
name "-" version ".tar.bz2"))
(sha256
(base32
- "1rx7apylqb7mf1dl0sswj1630fca3ddk4x1gcdmlv5ykrkc5lc0d"))))
+ "0w9p9zf87pnpl44bay8srrsczscxpmbsriwzqzv31gis9ny2zrdv"))))
(build-system gnu-build-system)
(arguments
(list
@@ -1040,7 +1040,8 @@ (define-public parole
gst-plugins-good
libnotify
libxfce4ui
- libxfce4util))
+ libxfce4util
+ taglib))
(home-page "https://www.xfce.org/")
(synopsis "Media player based on the GStreamer framework")
(description "Parole is a modern simple media player based on the
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62580
; Package
guix-patches
.
(Sat, 01 Apr 2023 05:17:03 GMT)
Full text and
rfc822 format available.
Message #32 received at 62580 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.8.2.
[arguments]: Patch 'configure' to use 'which' instead of 'pkg-config' for
finding paths for gdbus-codegen, glib-compile-resources and glib-genmarshal.
[native-inputs]: Add glib:bin and which.
---
gnu/packages/xfce.scm | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index feb1054534..557f475c53 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1339,7 +1339,7 @@ (define-public orage
(define-public xfce4-notifyd
(package
(name "xfce4-notifyd")
- (version "0.8.0")
+ (version "0.8.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1347,10 +1347,22 @@ (define-public xfce4-notifyd
name "-" version ".tar.bz2"))
(sha256
(base32
- "1jcmcjq2kay9kmzd5j5l8kasrzqb7aidp26q4nbmxghxxa3ncyf7"))))
+ "115fy87lcn9scwx52kjs0g250q2d3r10sahl6l8l38fs13dqm8p3"))))
(build-system glib-or-gtk-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'configure 'patch-configure
+ (lambda _
+ (substitute* "configure"
+ (("\\$PKG_CONFIG --variable=gdbus_codegen gio-2.0")
+ "which gdbus-codegen")
+ (("\\$PKG_CONFIG --variable=glib_compile_resources gio-2.0")
+ "which glib-compile-resources")
+ (("\\$PKG_CONFIG --variable=glib_genmarshal glib-2.0")
+ "which glib-genmarshal")))))))
(native-inputs
- (list intltool pkg-config))
+ (list intltool pkg-config (list glib "bin") which))
(inputs
(list libxfce4ui libnotify sqlite xfce4-panel))
(home-page "https://goodies.xfce.org/projects/applications/xfce4-notifyd")
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62580
; Package
guix-patches
.
(Sat, 01 Apr 2023 05:17:03 GMT)
Full text and
rfc822 format available.
Message #35 received at 62580 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfburn): Update to 0.7.0.
---
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 557f475c53..1fe9976d52 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1379,7 +1379,7 @@ (define-public xfce4-notifyd
(define-public xfburn
(package
(name "xfburn")
- (version "0.6.2")
+ (version "0.7.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/xfburn/"
@@ -1387,7 +1387,7 @@ (define-public xfburn
"xfburn-" version ".tar.bz2"))
(sha256
(base32
- "09q3s2rkpf0ljzq6bv4hl9byvaggjq7lchfw5zaircwv5q9nwhc3"))))
+ "0i8zpgp4mj78pn2023pdhzb7552r3b52phzp2gjr6jq4kakhx5ms"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62580
; Package
guix-patches
.
(Sat, 01 Apr 2023 05:17:04 GMT)
Full text and
rfc822 format available.
Message #38 received at 62580 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xfce.scm (xfce4-screensaver): 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 1fe9976d52..5cc64ac735 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1482,7 +1482,7 @@ (define-public xfce4-screenshooter
(define-public xfce4-screensaver
(package
(name "xfce4-screensaver")
- (version "4.16.0")
+ (version "4.18.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1492,7 +1492,7 @@ (define-public xfce4-screensaver
version ".tar.bz2"))
(sha256
(base32
- "13962rkc7nn3yigv1km8w0z7g41kj2bxmrrwx2f6gnv27qz18kbd"))))
+ "0p2an3g5jlhmr60if319cfgkqacziym52csj7dfwq64assmyhcdp"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#62580
; Package
guix-patches
.
(Sat, 01 Apr 2023 05:22:02 GMT)
Full text and
rfc822 format available.
Message #41 received at submit <at> debbugs.gnu.org (full text, mbox):
> Hello, those patches update some xfce packages to their latest stable versions.
> I Also pushed them to the xfce-team branch.
>
> Sou Bunnbu (宋文武) (11):
> gnu: libxfce4ui: Update to 4.18.3.
> gnu: garcon: Update to 4.18.1.
> gnu: xfce4-panel: Update to 4.18.3.
> gnu: xfce4-clipman-plugin: Update to 1.6.3.
> gnu: xfce4-pulseaudio-plugin: Update to 0.4.6.
> gnu: xfce4-session: Update to 4.18.2.
> gnu: thunar-archive-plugin: Update to 0.5.1.
> gnu: parole: Update to 4.18.0.
> gnu: xfce4-notifyd: Update to 0.8.2.
> gnu: xfburn: Update to 0.7.0.
> gnu: xfce4-screensaver: Update to 4.18.1.
>
> gnu/packages/xfce.scm | 61 ++++++++++++++++++++++++++-----------------
> 1 file changed, 37 insertions(+), 24 deletions(-)
Forget to CC Zhu Zihao...
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Sun, 09 Apr 2023 06:55:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net
:
bug acknowledged by developer.
(Sun, 09 Apr 2023 06:55:01 GMT)
Full text and
rfc822 format available.
Message #46 received at 62580-done <at> debbugs.gnu.org (full text, mbox):
Pushed to master!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 07 May 2023 11:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 122 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.