atkmm: remove long_desc.
This commit is contained in:
parent
dad6bb0ea2
commit
f1154855dc
@ -1,7 +1,7 @@
|
|||||||
# Template build file for 'atkmm'.
|
# Template build file for 'atkmm'.
|
||||||
pkgname=atkmm
|
pkgname=atkmm
|
||||||
version=2.22.7
|
version=2.22.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-documentation"
|
configure_args="--disable-documentation"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
@ -13,27 +13,15 @@ homepage="http://gtkmm.sourceforge.net/"
|
|||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/atkmm/2.22/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/atkmm/2.22/$pkgname-$version.tar.xz"
|
||||||
checksum=bfbf846b409b4c5eb3a52fa32a13d86936021969406b3dcafd4dd05abd70f91b
|
checksum=bfbf846b409b4c5eb3a52fa32a13d86936021969406b3dcafd4dd05abd70f91b
|
||||||
long_desc="
|
|
||||||
The ATK library provides a set of interfaces for accessibility.
|
|
||||||
By supporting the ATK interfaces, an application or toolkit can
|
|
||||||
be used with such tools as screen readers, magnifiers,
|
|
||||||
and alternative input devices.
|
|
||||||
|
|
||||||
Atk provides a core set of interfaces which are common to all
|
|
||||||
widgets and additional interfaces that are appropriate to certain
|
|
||||||
classes of widgets and whose existence can be queried at run time.
|
|
||||||
It also provides interfaces which an application can use to provide
|
|
||||||
additional accessibility information to assistive technology tools.
|
|
||||||
|
|
||||||
This package provides the C++ bindings for the ATK library."
|
|
||||||
|
|
||||||
atkmm-devel_package() {
|
atkmm-devel_package() {
|
||||||
depends="glibmm-devel atk-devel atkmm>=${version}"
|
depends="glibmm-devel atk-devel atkmm>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
replaces="gtkmm-devel<2.22"
|
replaces="gtkmm-devel<2.22"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/atkmm-1.6
|
vmove usr/lib/atkmm-1.6
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user