# Template file for 'notification-daemon' pkgname=notification-daemon version=0.7.6 revision=1 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="pkg-config intltool" makedepends="libglib-devel gtk+3-devel libcanberra-devel" short_desc="Shows notification messages on the desktop" maintainer="Juan RP " homepage="http://www.galago-project.org/specs/notification/" license="GPL-2" distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.xz" checksum=64d0ce6fb12c94c3b73b701502c804c408cb5a94580bcae5ac37607639f7a0b3 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." notification-daemon_package() { replaces="notification-daemon>=0" depends="desktop-file-utils" pkg_install() { vmove usr } }