GNU bug report logs -
#61494
xfce updates
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61494 in the body.
You can then email your comments to 61494 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#61494
; Package
guix-patches
.
(Mon, 13 Feb 2023 21:03:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Michael Rohleder <mike <at> rohleder.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 13 Feb 2023 21:03:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/xfce.scm (ristretto): Update to 0.13.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 7a64667139..062253d784 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1266,7 +1266,7 @@ (define-public xfce4-power-manager
(define-public ristretto
(package
(name "ristretto")
- (version "0.12.4")
+ (version "0.13.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/ristretto/"
@@ -1274,7 +1274,7 @@ (define-public ristretto
"ristretto-" version ".tar.bz2"))
(sha256
(base32
- "0c3rx02bk74fip7ishdxnbn0l9f48qbiglckzclz7v758fbmq074"))))
+ "00g3yk06h2xca73bq3dzyiha4ck8ps1vprc3il63knma3ns7crjr"))))
(build-system gnu-build-system)
(native-inputs
(list intltool desktop-file-utils
base-commit: dd724cfad45d76b9dcc5b073876c995715c92a07
--
2.39.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#61494
; Package
guix-patches
.
(Tue, 14 Feb 2023 03:43:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 61494 <at> debbugs.gnu.org (full text, mbox):
[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
Changed bug title to 'xfce updates' from '[PATCH] gnu: ristretto: Update to 0.13.0.'
Request was from
宋文武 <iyzsong <at> envs.net>
to
control <at> debbugs.gnu.org
.
(Tue, 14 Feb 2023 03:48:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#61494
; Package
guix-patches
.
(Tue, 14 Feb 2023 03:56:02 GMT)
Full text and
rfc822 format available.
Message #15 received at 61494 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
宋文武 <iyzsong <at> envs.net> writes:
> 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.
>
Also update xfce4-notifyd to 0.8.0:
[0001-gnu-xfce4-notifyd-Update-to-0.8.0.patch (text/x-patch, inline)]
From 654a2d96deb857174a787ebe981f5c4c8717b3ed 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:52:00 +0800
Subject: [PATCH] gnu: xfce4-notifyd: Update to 0.8.0.
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.8.0.
[inputs]: Add sqlite.
---
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 4ce857aa14..3ee728e710 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -66,6 +66,7 @@ (define-module (gnu packages xfce)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages pulseaudio)
#:use-module (gnu packages search)
+ #:use-module (gnu packages sqlite)
#:use-module (gnu packages textutils)
#:use-module (gnu packages version-control)
#:use-module (gnu packages web)
@@ -1354,7 +1355,7 @@ (define-public orage
(define-public xfce4-notifyd
(package
(name "xfce4-notifyd")
- (version "0.7.3")
+ (version "0.8.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1362,12 +1363,12 @@ (define-public xfce4-notifyd
name "-" version ".tar.bz2"))
(sha256
(base32
- "0hz9x42cfwd52i02a50mqvw3qwpgb3hpnlxqnnlkc8bwadfn1nah"))))
+ "1jcmcjq2kay9kmzd5j5l8kasrzqb7aidp26q4nbmxghxxa3ncyf7"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list intltool pkg-config))
(inputs
- (list libxfce4ui libnotify xfce4-panel))
+ (list libxfce4ui libnotify sqlite xfce4-panel))
(home-page "https://goodies.xfce.org/projects/applications/xfce4-notifyd")
(synopsis "Show notification bubbles on Xfce")
(description
--
2.39.1
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Wed, 15 Feb 2023 01:17:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Michael Rohleder <mike <at> rohleder.de>
:
bug acknowledged by developer.
(Wed, 15 Feb 2023 01:17:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 61494-done <at> debbugs.gnu.org (full text, mbox):
宋文武 <iyzsong <at> envs.net> writes:
> 宋文武 <iyzsong <at> envs.net> writes:
>> 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.
>>
> Also update xfce4-notifyd to 0.8.0:
Pushed to master, close now!
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Wed, 15 Feb 2023 01:17:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Michael Rohleder <mike <at> rohleder.de>
:
bug acknowledged by developer.
(Wed, 15 Feb 2023 01:17:03 GMT)
Full text and
rfc822 format available.
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Wed, 15 Feb 2023 01:17:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Michael Rohleder <mike <at> rohleder.de>
:
bug acknowledged by developer.
(Wed, 15 Feb 2023 01:17:03 GMT)
Full text and
rfc822 format available.
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Wed, 15 Feb 2023 01:17:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Michael Rohleder <mike <at> rohleder.de>
:
bug acknowledged by developer.
(Wed, 15 Feb 2023 01:17:03 GMT)
Full text and
rfc822 format available.
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Wed, 15 Feb 2023 01:17:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Michael Rohleder <mike <at> rohleder.de>
:
bug acknowledged by developer.
(Wed, 15 Feb 2023 01:17:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 15 Mar 2023 11:24:07 GMT)
Full text and
rfc822 format available.
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.