24 lines
985 B
Bash
24 lines
985 B
Bash
# Template file for 'xfce4-notifyd'
|
|
pkgname=xfce4-notifyd
|
|
version=0.9.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-dbus-start-daemon"
|
|
hostmakedepends="pkg-config glib-devel dbus-glib-devel gettext"
|
|
makedepends="libnotify-devel xfce4-panel-devel sqlite-devel wayland-devel
|
|
libcanberra-devel gtk-layer-shell-devel"
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
|
short_desc="Simple, visually-appealing notification daemon for Xfce"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=ae6c128c055c44bd07202f73ae69ad833c5e4754f3530696965136e4d9ea7818
|
|
provides="notification-daemon-${version}_${revision}"
|
|
replaces="notification-daemon>=0"
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/lib/systemd
|
|
}
|