19 lines
842 B
Text
19 lines
842 B
Text
# Template build file for 'startup-notification'.
|
|
pkgname=startup-notification
|
|
version=0.12
|
|
revision=4
|
|
subpackages="$pkgname-devel"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
makedepends="pkg-config libX11-devel xcb-util-devel>=0.3.9 libxcb-devel"
|
|
short_desc="Library for tracking application startup"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.freedesktop.org"
|
|
license="LGPL-2.1"
|
|
distfiles="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$version.tar.gz"
|
|
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."
|