atk: remove long_desc.
This commit is contained in:
parent
f1154855dc
commit
181850fd0f
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'atk'.
|
||||
pkgname=atk
|
||||
version=2.10.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config glib-devel>=2.38"
|
||||
makedepends="libglib-devel>=2.38"
|
||||
|
@ -11,17 +11,6 @@ homepage="http://www.gtk.org/"
|
|||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/atk/${version%.*}/atk-${version}.tar.xz"
|
||||
checksum=636917a5036bc851d8491194645d284798ec118919a828be5e713b6ecc5b50b0
|
||||
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."
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
|
Loading…
Reference in New Issue