pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-at-spi2 Update py-at-spi2 to 2.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5a8e7c7792f
branches:  trunk
changeset: 609724:d5a8e7c7792f
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Mon Oct 08 21:24:37 2012 +0000

description:
Update py-at-spi2 to 2.6.0

* Install caret focus tracker into $bindir, rather than $pythondir/examples.
  for the rational see https://bugzilla.gnome.org/show_bug.cgi?id=682636
* Fix incorrect FSF address in file headers.
* Fix for bug #683302 - Missing argument for set_current_value method
* Include interim focus tracker as an example.
* Fix autogen.sh for non-sourcedir build.
* Add getLocalizedName for actions.

diffstat:

 devel/py-at-spi2/Makefile |  7 +++----
 devel/py-at-spi2/PLIST    |  3 ++-
 devel/py-at-spi2/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r f5f4ad73c68b -r d5a8e7c7792f devel/py-at-spi2/Makefile
--- a/devel/py-at-spi2/Makefile Mon Oct 08 21:15:24 2012 +0000
+++ b/devel/py-at-spi2/Makefile Mon Oct 08 21:24:37 2012 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2012/10/03 22:14:01 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2012/10/08 21:24:37 prlw1 Exp $
 #
 
-DISTNAME=      pyatspi-2.5.4
+DISTNAME=      pyatspi-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyatspi/at-spi2/}
-PKGREVISION=   1
 CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/pyatspi/2.5/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/pyatspi/2.6/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    prlw1%cam.ac.uk@localhost
diff -r f5f4ad73c68b -r d5a8e7c7792f devel/py-at-spi2/PLIST
--- a/devel/py-at-spi2/PLIST    Mon Oct 08 21:15:24 2012 +0000
+++ b/devel/py-at-spi2/PLIST    Mon Oct 08 21:24:37 2012 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2012/07/28 18:08:45 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.3 2012/10/08 21:24:37 prlw1 Exp $
+bin/magFocusTracker.py
 ${PYSITELIB}/pyatspi/Accessibility.py
 ${PYSITELIB}/pyatspi/Accessibility.pyc
 ${PYSITELIB}/pyatspi/Accessibility.pyo
diff -r f5f4ad73c68b -r d5a8e7c7792f devel/py-at-spi2/distinfo
--- a/devel/py-at-spi2/distinfo Mon Oct 08 21:15:24 2012 +0000
+++ b/devel/py-at-spi2/distinfo Mon Oct 08 21:24:37 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2012/07/28 18:08:45 prlw1 Exp $
+$NetBSD: distinfo,v 1.3 2012/10/08 21:24:37 prlw1 Exp $
 
-SHA1 (pyatspi-2.5.4.tar.xz) = 7cf6cab76b8990ce9669f8fb0eda13343c0c2d44
-RMD160 (pyatspi-2.5.4.tar.xz) = 2bb88c8eed26b1f26eeb1c90232e8c38cf6b8c0a
-Size (pyatspi-2.5.4.tar.xz) = 284436 bytes
+SHA1 (pyatspi-2.6.0.tar.xz) = 9fd714fe8e7bfee24eef7aeabcca8b13992ec482
+RMD160 (pyatspi-2.6.0.tar.xz) = 59d61ecf0e86a3c935c0c44073f47776fa337b85
+Size (pyatspi-2.6.0.tar.xz) = 287172 bytes



Home | Main Index | Thread Index | Old Index