Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xfce4-notifyd: update to 0.9.3
@ 2024-02-07 17:44 o-alquimista
  2024-02-07 17:48 ` o-alquimista
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: o-alquimista @ 2024-02-07 17:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1451 bytes --]

There is a new pull request by o-alquimista against master on the void-packages repository

https://github.com/o-alquimista/void-packages xfce4-notifyd
https://github.com/void-linux/void-packages/pull/48585

xfce4-notifyd: update to 0.9.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

The log file was previously stored as a text file, but now it uses an sqlite database. The transition was friction-less and I didn't need to delete the old logfile - it was automatically moved to the `.old` extension.

Two things must be done after the upgrade:
- Restart `xfce4-notifyd`
- Reload the notification panel widget

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (amd64-glibc)

A patch file from https://github.com/void-linux/void-packages/pull/48585.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xfce4-notifyd-48585.patch --]
[-- Type: text/x-diff, Size: 1594 bytes --]

From ce803d72b551ed3c9eed5245628a47879f20fd7e Mon Sep 17 00:00:00 2001
From: Douglas Silva <doug.hs@proton.me>
Date: Wed, 7 Feb 2024 14:36:24 -0300
Subject: [PATCH] xfce4-notifyd: update to 0.9.3

---
 srcpkgs/xfce4-notifyd/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-notifyd/template b/srcpkgs/xfce4-notifyd/template
index 13cd032f65cc1..dfe0aacd45f8f 100644
--- a/srcpkgs/xfce4-notifyd/template
+++ b/srcpkgs/xfce4-notifyd/template
@@ -1,11 +1,11 @@
 # Template file for 'xfce4-notifyd'
 pkgname=xfce4-notifyd
-version=0.6.4
+version=0.9.3
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale --enable-dbus-start-daemon"
 hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel"
-makedepends="libnotify-devel xfce4-panel-devel"
+makedepends="libnotify-devel xfce4-panel-devel sqlite-devel"
 depends="hicolor-icon-theme desktop-file-utils"
 short_desc="Simple, visually-appealing notification daemon for Xfce"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
 changelog="https://gitlab.xfce.org/apps/xfce4-notifyd/-/raw/master/NEWS"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=0ece78f091f895374aad81a3bdc00701080b4ed07f7322fb680c4234319120f6
+checksum=79ee4701e2f8715a700de2431aa33682933cab18d76938bb18e2820302bbe030
 provides="notification-daemon-${version}_${revision}"
 replaces="notification-daemon>=0"
 

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

* Re: xfce4-notifyd: update to 0.9.3
  2024-02-07 17:44 [PR PATCH] xfce4-notifyd: update to 0.9.3 o-alquimista
@ 2024-02-07 17:48 ` o-alquimista
  2024-05-08  1:40 ` github-actions
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: o-alquimista @ 2024-02-07 17:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 248 bytes --]

New comment by o-alquimista on void-packages repository

https://github.com/void-linux/void-packages/pull/48585#issuecomment-1932570799

Comment:
I just noticed there's a pending PR for 0.9.2: https://github.com/void-linux/void-packages/pull/46504

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

* Re: xfce4-notifyd: update to 0.9.3
  2024-02-07 17:44 [PR PATCH] xfce4-notifyd: update to 0.9.3 o-alquimista
  2024-02-07 17:48 ` o-alquimista
@ 2024-05-08  1:40 ` github-actions
  2024-05-08  4:24 ` [PR PATCH] [Closed]: " o-alquimista
  2024-05-08  4:24 ` o-alquimista
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2024-05-08  1:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/48585#issuecomment-2099576264

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: xfce4-notifyd: update to 0.9.3
  2024-02-07 17:44 [PR PATCH] xfce4-notifyd: update to 0.9.3 o-alquimista
  2024-02-07 17:48 ` o-alquimista
  2024-05-08  1:40 ` github-actions
@ 2024-05-08  4:24 ` o-alquimista
  2024-05-08  4:24 ` o-alquimista
  3 siblings, 0 replies; 5+ messages in thread
From: o-alquimista @ 2024-05-08  4:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]

There's a closed pull request on the void-packages repository

xfce4-notifyd: update to 0.9.3
https://github.com/void-linux/void-packages/pull/48585

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

The log file was previously stored as a text file, but now it uses an sqlite database. The transition was friction-less and I didn't need to delete the old logfile - it was automatically archived with the `.old` extension.

Two things must be done after the upgrade:
- Restart `xfce4-notifyd`
- Reload the notification panel widget

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (amd64-glibc)

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

* Re: xfce4-notifyd: update to 0.9.3
  2024-02-07 17:44 [PR PATCH] xfce4-notifyd: update to 0.9.3 o-alquimista
                   ` (2 preceding siblings ...)
  2024-05-08  4:24 ` [PR PATCH] [Closed]: " o-alquimista
@ 2024-05-08  4:24 ` o-alquimista
  3 siblings, 0 replies; 5+ messages in thread
From: o-alquimista @ 2024-05-08  4:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

New comment by o-alquimista on void-packages repository

https://github.com/void-linux/void-packages/pull/48585#issuecomment-2099714272

Comment:
Package was updated to 0.9.4. Closing.

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

end of thread, other threads:[~2024-05-08  4:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-07 17:44 [PR PATCH] xfce4-notifyd: update to 0.9.3 o-alquimista
2024-02-07 17:48 ` o-alquimista
2024-05-08  1:40 ` github-actions
2024-05-08  4:24 ` [PR PATCH] [Closed]: " o-alquimista
2024-05-08  4:24 ` o-alquimista

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).