void-packages/srcpkgs/xfce4-notifyd/template
2017-02-15 10:00:55 +01:00

20 lines
786 B
Bash

# Template file for 'xfce4-notifyd'
pkgname=xfce4-notifyd
version=0.3.5
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel"
makedepends="libnotify-devel libxfce4ui-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="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
license="GPL-2"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="http://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
checksum=b9b86938bdd31b4a69650d8b76e5cb0a6a30c1aa726130bd803f6c6f1f7af7a6
post_install() {
rm -rf ${DESTDIR}/usr/lib/systemd
}