void-packages/srcpkgs/notification-daemon/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

32 lines
1 KiB
Text

# Template file for 'notification-daemon'
pkgname=notification-daemon
version=0.7.3
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--disable-static"
short_desc="Shows notification messages on the desktop"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=c40931557c42cd12fdb04ab531fd7d5c5766641e76babdbff6079a6d88342704
long_desc="
notification-daemon is an application that shows notifications sent by
other applications on your desktop in the form of popups. It is based
on the libnotify library."
replaces="notification-daemon>=0"
conflicts="xfce4-notifyd>=0"
Add_dependency run glibc
Add_dependency run glib
Add_dependency run atk
Add_dependency run cairo
Add_dependency run gdk-pixbuf
Add_dependency run libX11
Add_dependency run gtk+3
Add_dependency run libcanberra ">=0.28_1" # gtk+3 support
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build gtk+3-devel
Add_dependency build libcanberra-devel
Add_dependency full desktop-file-utils