* [bug#61494] [PATCH] gnu: ristretto: Update to 0.13.0.
@ 2023-02-13 21:01 Michael Rohleder
2023-02-14 3:41 ` 宋文武 via Guix-patches via
0 siblings, 1 reply; 4+ messages in thread
From: Michael Rohleder @ 2023-02-13 21:01 UTC (permalink / raw)
To: 61494; +Cc: Michael Rohleder
* 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#61494] [PATCH] gnu: ristretto: Update to 0.13.0.
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
2023-02-14 3:55 ` 宋文武 via Guix-patches via
0 siblings, 1 reply; 4+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-02-14 3:41 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 61494
[-- 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#61494] [PATCH] gnu: ristretto: Update to 0.13.0.
2023-02-14 3:41 ` 宋文武 via Guix-patches via
@ 2023-02-14 3:55 ` 宋文武 via Guix-patches via
2023-02-15 1:15 ` bug#61494: xfce updates 宋文武 via Guix-patches via
0 siblings, 1 reply; 4+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-02-14 3:55 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 61494
[-- Attachment #1: Type: text/plain, Size: 683 bytes --]
宋文武 <iyzsong@envs.net> writes:
> 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.
>
Also update xfce4-notifyd to 0.8.0:
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-xfce4-notifyd-Update-to-0.8.0.patch --]
[-- Type: text/x-patch, Size: 1869 bytes --]
From 654a2d96deb857174a787ebe981f5c4c8717b3ed 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: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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#61494: xfce updates
2023-02-14 3:55 ` 宋文武 via Guix-patches via
@ 2023-02-15 1:15 ` 宋文武 via Guix-patches via
0 siblings, 0 replies; 4+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-02-15 1:15 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 61494-done
宋文武 <iyzsong@envs.net> writes:
> 宋文武 <iyzsong@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!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-02-15 1:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2023-02-14 3:55 ` 宋文武 via Guix-patches via
2023-02-15 1:15 ` bug#61494: xfce updates 宋文武 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.