pyatspi: update to 2.10.0.
This commit is contained in:
parent
b480cfb503
commit
34a4588cd0
1 changed files with 7 additions and 8 deletions
|
@ -1,23 +1,22 @@
|
|||
# Template file for 'pyatspi'
|
||||
pkgname=pyatspi
|
||||
version=2.3.92
|
||||
version=2.10.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="at-spi2-core-devel pygobject-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="at-spi2-core-devel>=2.10 pygobject-devel>=3.10"
|
||||
short_desc="Python bindings for AT-SPI"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.3/$pkgname-$version.tar.xz"
|
||||
checksum=d3df7d62b384d0274387422744df4fc7079a1945dbe81a5eef32318285196ac1
|
||||
long_desc="
|
||||
This packages the Python language bindings for AT-SPI."
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=42f89ddb9a236448503573e4cd1ddb174e233e005316de9acdb957eb1aa9ad84
|
||||
|
||||
pyatspi_package() {
|
||||
noarch="yes"
|
||||
pycompile_module="pyatspi"
|
||||
depends="at-spi2-core pygobject"
|
||||
depends="at-spi2-core>=2.10 pygobject>=3.10"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue