void-packages/srcpkgs/startup-notification/template
Juan RP 8516c9ca9c startup-notification: sanitize deps, bumprev.
--HG--
extra : convert_revision : 119ea06be1440adafb91f9bb487a3549540ed4b6
2010-01-11 03:01:05 +01:00

29 lines
1 KiB
Plaintext

# Template build file for 'startup-notification'.
pkgname=startup-notification
version=0.10
revision=2
distfiles="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="Library for tracking application startup"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=64bbeb5c28619721fc19d6920ad2b8bf6c0dc3a0e96a1b0bc26f480fbc525459
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 run glibc
Add_dependency run libSM
Add_dependency run libICE
Add_dependency run libX11
Add_dependency run xcb-util
Add_dependency run libxcb
Add_dependency build pkg-config
Add_dependency build libSM-devel
Add_dependency build libICE-devel
Add_dependency build libX11-devel
Add_dependency build xcb-util-devel
Add_dependency build libxcb-devel