17 lines
651 B
Bash
17 lines
651 B
Bash
# Template file for 'notification-daemon'
|
|
pkgname=notification-daemon
|
|
version=3.14.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="pkg-config intltool glib-devel"
|
|
makedepends="libglib-devel gtk+3-devel libcanberra-devel"
|
|
depends="desktop-file-utils"
|
|
replaces="notification-daemon>=0"
|
|
short_desc="Shows notification messages on the desktop"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.galago-project.org/specs/notification/"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
checksum=3cd9af77708fb1ab95ed6c8c66095c5c99a19e84eadc6ba607ef07973e262b80
|