vp-build/srcpkgs/xfce4-notifyd/template

21 lines
800 B
Bash

# Template file for 'xfce4-notifyd'
pkgname=xfce4-notifyd
version=0.4.3
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel"
makedepends="libnotify-devel xfce4-panel-devel"
depends="hicolor-icon-theme desktop-file-utils"
provides="notification-daemon-${version}_${revision}"
replaces="notification-daemon>=0"
short_desc="Simple, visually-appealing notification daemon for Xfce"
homepage="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
license="GPL-2.0-or-later"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
checksum=293dda084cfca4887ae740e2725fdfc64412bc10eac7a55a924eb14482dceac0
post_install() {
rm -rf ${DESTDIR}/usr/lib/systemd
}