startup-notification: remove long_desc.

This commit is contained in:
Juan RP 2014-02-16 19:16:14 +01:00
parent f57cc85f92
commit f4c8cab7fb

View file

@ -1,7 +1,7 @@
# Template build file for 'startup-notification'.
pkgname=startup-notification
version=0.12
revision=8
revision=9
build_style=gnu-configure
configure_args="--disable-static lf_cv_sane_realloc=yes lf_cv_sane_malloc=yes"
hostmakedepends="pkg-config"
@ -12,17 +12,13 @@ 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."
startup-notification-devel_package() {
depends="${sourcepkg}>=${version}"
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}