python-atspi: update to 2.30.0.
This commit is contained in:
parent
ce29170513
commit
313bbfef4a
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-atspi'
|
||||
pkgname=python-atspi
|
||||
version=2.26.0
|
||||
version=2.30.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="pyatspi-${version}"
|
||||
|
@ -11,28 +11,31 @@ depends="${makedepends//-devel/}"
|
|||
pycompile_module="pyatspi"
|
||||
short_desc="Python2 bindings for AT-SPI"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
homepage="http://www.gnome.org/"
|
||||
license="GPL-2"
|
||||
homepage="http://www.gnome.org/"
|
||||
distfiles="${GNOME_SITE}/pyatspi/${version%.*}/pyatspi-${version}.tar.xz"
|
||||
checksum=c696e47cf3d757dc515a2005ce22c7b580655a233ae6e47b39eefdfe4e8fb675
|
||||
checksum=a22a5f7553fec557b6532179063a55cde781126709099c7789d5e515446fe785
|
||||
|
||||
pre_configure() {
|
||||
mkdir -p atspi-${py2_ver}
|
||||
mv * atspi-${py2_ver} || true
|
||||
cp -a atspi-${py2_ver} atspi-${py3_ver}
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
for pyver in $py2_ver $py3_ver; do
|
||||
cd ${wrksrc}/atspi-${pyver}
|
||||
./configure ${configure_args} --with-python=/usr/bin/python${pyver}
|
||||
done
|
||||
}
|
||||
|
||||
do_build() {
|
||||
for pyver in $py2_ver $py3_ver; do
|
||||
cd ${wrksrc}/atspi-${pyver}
|
||||
make ${makejobs}
|
||||
done
|
||||
}
|
||||
|
||||
do_install() {
|
||||
for pyver in $py2_ver $py3_ver; do
|
||||
cd ${wrksrc}/atspi-${pyver}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue