* update xfce4-notifyd to 0.9.6-5

This commit is contained in:
Alexander Baldeck 2025-03-12 12:03:26 +01:00
parent 09310e5497
commit c8c4e0e028
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = xfce4-notifyd
pkgdesc = Notification daemon for the Xfce desktop
pkgver = 0.9.6
pkgrel = 4
pkgrel = 5
url = https://docs.xfce.org/apps/notifyd/start
arch = x86_64
arch = powerpc64le
@ -20,6 +20,7 @@ pkgbase = xfce4-notifyd
depends = xfconf
depends = sqlite
depends = libcanberra
depends = gtk-layer-shell
depends = hicolor-icon-theme
provides = notification-daemon
source = git+https://gitlab.xfce.org/apps/xfce4-notifyd.git#tag=xfce4-notifyd-0.9.6

View File

@ -5,14 +5,14 @@
pkgname=xfce4-notifyd
pkgver=0.9.6
pkgrel=4
pkgrel=5
pkgdesc="Notification daemon for the Xfce desktop"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://docs.xfce.org/apps/notifyd/start"
license=('GPL-2.0-or-later')
groups=('xfce4-goodies')
depends=('libxfce4ui' 'libxfce4util' 'libnotify' 'xfconf' 'sqlite' 'libcanberra'
'hicolor-icon-theme')
'gtk-layer-shell' 'hicolor-icon-theme')
makedepends=('git' 'glib2-devel' 'xfce4-panel' 'xfce4-dev-tools')
provides=('notification-daemon')
source=("git+https://gitlab.xfce.org/apps/xfce4-notifyd.git#tag=$pkgname-$pkgver")