mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
atk: updated {build,run}_depends and checksum.
--HG-- extra : convert_revision : c6378dc3a2ac7572eda046b85fa063eaedb9e3af
This commit is contained in:
parent
150fd8340b
commit
daef272db2
1 changed files with 4 additions and 2 deletions
|
@ -4,11 +4,10 @@ version=1.24.0
|
||||||
distfiles="
|
distfiles="
|
||||||
http://ftp.gnome.org/pub/GNOME/sources/atk/1.24/$pkgname-$version@.tar.bz2"
|
http://ftp.gnome.org/pub/GNOME/sources/atk/1.24/$pkgname-$version@.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
|
||||||
pkgconfig_override="atk.pc"
|
pkgconfig_override="atk.pc"
|
||||||
short_desc="Set of interfaces for accessibility"
|
short_desc="Set of interfaces for accessibility"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=63ce673732286f001f908316f06b8eb08c256943
|
checksum=03a0b66efb6d69754ca18c133ca4d489dd8675bf366c03f58cc7b39f55a45d56
|
||||||
long_desc="
|
long_desc="
|
||||||
The ATK library provides a set of interfaces for accessibility.
|
The ATK library provides a set of interfaces for accessibility.
|
||||||
By supporting the ATK interfaces, an application or toolkit can
|
By supporting the ATK interfaces, an application or toolkit can
|
||||||
|
@ -20,3 +19,6 @@ long_desc="
|
||||||
classes of widgets and whose existence can be queried at run time.
|
classes of widgets and whose existence can be queried at run time.
|
||||||
It also provides interfaces which an application can use to provide
|
It also provides interfaces which an application can use to provide
|
||||||
additional accessibility information to assistive technology tools."
|
additional accessibility information to assistive technology tools."
|
||||||
|
|
||||||
|
build_depends="glib-2.18.0"
|
||||||
|
run_depends="$build_depends"
|
||||||
|
|
Loading…
Add table
Reference in a new issue