99158a67a0
--HG-- extra : convert_revision : 645a47b0f93ced5118d0af56630215d7261fc763
28 lines
1 KiB
Text
28 lines
1 KiB
Text
# Template build file for 'startup-notification'.
|
|
pkgname=startup-notification
|
|
version=0.10
|
|
revision=3
|
|
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
|