GNU bug report logs - #61494
xfce updates

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Mon, 13 Feb 2023 21:03:02 UTC

Severity: normal

Tags: patch

Merged with 61487, 61488, 61491, 61492

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: 宋文武 <iyzsong <at> envs.net>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 61494 <at> debbugs.gnu.org
Subject: [bug#61494] [PATCH] gnu: ristretto: Update to 0.13.0.
Date: Tue, 14 Feb 2023 11:55:30 +0800
[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


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.