diff options
author | obache <obache@pkgsrc.org> | 2012-01-29 08:59:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-29 08:59:46 +0000 |
commit | 509788cb8a0700a21851f325df0f0bfc3366ef0f (patch) | |
tree | d22512383efd321055a9dbba2095920f4fe0fc76 /devel | |
parent | b2dfe5ab0dbfa035195dfa0e1ff2f4b6cabe510c (diff) | |
download | pkgsrc-509788cb8a0700a21851f325df0f0bfc3366ef0f.tar.gz |
Sync version with base at-spi package.
While here,
* LICENSE is LGPL-V2
* drop buildlink with at-spi, simple DEPENDS is sufficient.
* add missing dependencies on py-gnome2 and py-ORBit.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-at-spi/Makefile | 16 | ||||
-rw-r--r-- | devel/py-at-spi/distinfo | 8 |
2 files changed, 14 insertions, 10 deletions
diff --git a/devel/py-at-spi/Makefile b/devel/py-at-spi/Makefile index 558a6b5554e..a688c6dd323 100644 --- a/devel/py-at-spi/Makefile +++ b/devel/py-at-spi/Makefile @@ -1,20 +1,25 @@ -# $NetBSD: Makefile,v 1.22 2011/11/01 06:01:02 sbd Exp $ +# $NetBSD: Makefile,v 1.23 2012/01/29 08:59:46 obache Exp $ # -DISTNAME= at-spi-1.30.1 +DISTNAME= at-spi-1.32.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 6 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi/1.30/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi/1.32/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Assistive Technology Service Provider Interface -LICENSE= gnu-gpl-v2 +LICENSE= gnu-lgpl-v2 # or later + +DEPENDS+= at-spi>=${PKGVERSION_NOREV}:../../devel/at-spi +DEPENDS+= ${PYPKGPREFIX}-gnome2-[0-9]*:../../x11/py-gnome2 +DEPENDS+= ${PYPKGPREFIX}-ORBit-[0-9]*:../../net/py-ORBit PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= #none + NO_BUILD= yes PY_PATCHPLIST= yes PYTHON_VERSIONS_ACCEPTED= 27 26 25 @@ -27,5 +32,4 @@ do-install: ${PY_COMPILE_ALL} ${DESTDIR}${PYATSPIDIR} .include "../../lang/python/extension.mk" -.include "../../devel/at-spi/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-at-spi/distinfo b/devel/py-at-spi/distinfo index 83e450e6385..786956905e8 100644 --- a/devel/py-at-spi/distinfo +++ b/devel/py-at-spi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2010/06/05 11:05:59 wiz Exp $ +$NetBSD: distinfo,v 1.8 2012/01/29 08:59:46 obache Exp $ -SHA1 (at-spi-1.30.1.tar.bz2) = d7bf78555e8025e42325437d7809e1c98a35389e -RMD160 (at-spi-1.30.1.tar.bz2) = f317c5ad38a6f79b1917f3173e77e4746f79408b -Size (at-spi-1.30.1.tar.bz2) = 836847 bytes +SHA1 (at-spi-1.32.0.tar.bz2) = 0cc1403dde2f62f7254b32ff305984ed091cc9c7 +RMD160 (at-spi-1.32.0.tar.bz2) = 18e9453c26f8d1cdd91ba7bf2d8ac49a19b9aa7d +Size (at-spi-1.32.0.tar.bz2) = 845788 bytes |