void-packages/srcpkgs/startup-notification/template

22 lines
816 B
Plaintext

# Template build file for 'startup-notification'.
pkgname=startup-notification
version=0.12
distfiles="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$version.tar.gz"
build_style=gnu-configure
revision=1
short_desc="Library for tracking application startup"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a
long_desc="
This package contains libstartup-notification which implements a
startup notification protocol. Using this protocol a desktop
environment can track the launch of an application and provide
feedback such as a busy cursor, among other features."
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build libX11-devel
Add_dependency build xcb-util-devel
Add_dependency build libxcb-devel