21 lines
804 B
Bash
21 lines
804 B
Bash
# Template file for 'xfce4-notifyd'
|
|
pkgname=xfce4-notifyd
|
|
version=0.4.4
|
|
revision=3
|
|
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"
|
|
short_desc="Simple, visually-appealing notification daemon for Xfce"
|
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
|
|
distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
|
checksum=090571acf94c423003426cb779fb23e8545c68bab6485563b589c7def8a21b55
|
|
provides="notification-daemon-${version}_${revision}"
|
|
replaces="notification-daemon>=0"
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/lib/systemd
|
|
}
|