pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/accerciser3 Update accerciser3 to 3.12 (so it no...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1dcef0b1277a
branches: trunk
changeset: 632392:1dcef0b1277a
user: prlw1 <prlw1%pkgsrc.org@localhost>
date: Wed Mar 26 21:59:00 2014 +0000
description:
Update accerciser3 to 3.12 (so it now works)
What's New
==========
Two GNOME Goals accomplished:
- Joanmarie Diggs did the Python 3 Porting Goal (Thank you!)
- Modernize your autotools configuration
Other changes:
- Force accerciser to use Wnck 3.0 version
- Stop including the spec file for rpm packages
- Fix for bug 691136 - Replace deprecated GObject methods with their GLib equival
- Fix for bug 691145 - The Interface Viewer's States tree is too small
- Fix for bug 691147 - The Interface Viewer displays markup
- Fix for bug 691141 - Interface Viewer does not populate in Python 3
- Fix for bug 687885 - Add keywords to the desktop file
- Fix for bug 692543 - Remove markup from translatable strings
- Fix for bug 694120 - Accerciser crash at launch because python3 gettext
- Added some categories in the .desktop file for accerciser
- Fixed view manager's popup menu and translations
- Updates on accerciser.doap
- Fix for bug 695141 - Add high contrast icon
- help: fix a typo
- Remove INSTALL from git repo
- Fix for bug 709349 - Make the highlight window a POPUP window
- Fix for bug 709122 - Do not wrap __class__ object from plugins' methods
- ipython: Update to match the latest IPython API
- ipython: seek to 0 after truncating stdout
- ipython: Adding auto-indentation
- Fix for bug 723403 - Save window's properties at 'delete-event' time
- Validate plugin: Make use of metaclasses compatible on python 2.x & 3.x
- Interface Viewer plugin
- Display of states should be wider
- Avoid the misalignement of elements when resizing
- Fix for bug 660971 - Fixing iv plugin's caret offset value
- Fix spinner on Value's section
- Macaroon
- Make Macaroon work in Python 3
- Update get_text call according to latest API
- When recording, put right ATSPI roles in the output sequence
- Quick select: fix inspect accessible under mouse
- IPython View: Add backwards compatibility with old stable releases of IPython
- User docs: Fixed a few boken/redirected links
- Many new and updated translations
diffstat:
devel/accerciser3/Makefile | 15 ++++++---------
devel/accerciser3/PLIST | 4 +++-
devel/accerciser3/distinfo | 8 ++++----
3 files changed, 13 insertions(+), 14 deletions(-)
diffs (72 lines):
diff -r 0ccb5859e11a -r 1dcef0b1277a devel/accerciser3/Makefile
--- a/devel/accerciser3/Makefile Wed Mar 26 16:48:35 2014 +0000
+++ b/devel/accerciser3/Makefile Wed Mar 26 21:59:00 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2014/01/25 08:47:17 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/03/26 21:59:00 prlw1 Exp $
-DISTNAME= accerciser-3.6.0
-PKGREVISION= 6
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/accerciser/3.6/}
+DISTNAME= accerciser-3.12.0
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/accerciser/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= prlw1%cam.ac.uk@localhost
@@ -21,14 +20,12 @@
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
DEPENDS+= ${PYPKGPREFIX}-at-spi2-[0-9]*:../../devel/py-at-spi2
DEPENDS+= libwnck3-[0-9]*:../../devel/libwnck3
+DEPENDS+= ${PYPKGPREFIX}-ipython>=1.2.1:../../devel/py-ipython1
# dependencies to keep package's configure script happy:
USE_LANGUAGES= c
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.6.0
-
-# does not install into proper __pycache__ dir as of 3.6.0
-PY_PEP3147= no
+PYTHON_VERSIONS_INCOMPATIBLE= 26 27
.include "../../x11/gtk3/buildlink3.mk"
.include "../../devel/at-spi2-core/buildlink3.mk"
diff -r 0ccb5859e11a -r 1dcef0b1277a devel/accerciser3/PLIST
--- a/devel/accerciser3/PLIST Wed Mar 26 16:48:35 2014 +0000
+++ b/devel/accerciser3/PLIST Wed Mar 26 21:59:00 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2012/10/26 10:56:58 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/03/26 21:59:00 prlw1 Exp $
bin/accerciser
${PYSITELIB}/accerciser/__init__.py
${PYSITELIB}/accerciser/__init__.pyc
@@ -634,6 +634,7 @@
share/help/zh_CN/accerciser/preferences.page
share/help/zh_CN/accerciser/quick_select_plugin.page
share/help/zh_CN/accerciser/validator_plugin.page
+share/icons/HighContrast/scalable/apps/accerciser.svg
share/icons/hicolor/16x16/apps/accerciser.png
share/icons/hicolor/22x22/apps/accerciser.png
share/icons/hicolor/32x32/apps/accerciser.png
@@ -699,6 +700,7 @@
share/locale/sr@latin/LC_MESSAGES/accerciser.mo
share/locale/sv/LC_MESSAGES/accerciser.mo
share/locale/te/LC_MESSAGES/accerciser.mo
+share/locale/tg/LC_MESSAGES/accerciser.mo
share/locale/th/LC_MESSAGES/accerciser.mo
share/locale/tr/LC_MESSAGES/accerciser.mo
share/locale/ug/LC_MESSAGES/accerciser.mo
diff -r 0ccb5859e11a -r 1dcef0b1277a devel/accerciser3/distinfo
--- a/devel/accerciser3/distinfo Wed Mar 26 16:48:35 2014 +0000
+++ b/devel/accerciser3/distinfo Wed Mar 26 21:59:00 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2012/10/26 10:56:59 prlw1 Exp $
+$NetBSD: distinfo,v 1.2 2014/03/26 21:59:00 prlw1 Exp $
-SHA1 (accerciser-3.6.0.tar.xz) = 8b7e0ab4ad611f927badce776c0e5a34a0fbb054
-RMD160 (accerciser-3.6.0.tar.xz) = 854c35eff6275ec9fe832adc0137fc8f740c1e6a
-Size (accerciser-3.6.0.tar.xz) = 3072672 bytes
+SHA1 (accerciser-3.12.0.tar.xz) = ddcff80b95d77f5f0ac1c62e81209a5177b4f44a
+RMD160 (accerciser-3.12.0.tar.xz) = 4200be2e553b40ca3cf2bcc765a6b98ae6ef8290
+Size (accerciser-3.12.0.tar.xz) = 3212432 bytes
Home |
Main Index |
Thread Index |
Old Index