summaryrefslogtreecommitdiff
path: root/devel/accerciser3
diff options
context:
space:
mode:
authorprlw1 <prlw1>2014-03-26 21:59:00 +0000
committerprlw1 <prlw1>2014-03-26 21:59:00 +0000
commit944c6d26b39be1a50038cba9404b4516a382298f (patch)
tree6d0ef24c58716e541a2691f64de1fdd1212ce952 /devel/accerciser3
parentcf92669d993903ff60a3804a72268605c24236a4 (diff)
downloadpkgsrc-944c6d26b39be1a50038cba9404b4516a382298f.tar.gz
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 (limited to 'devel/accerciser3')
-rw-r--r--devel/accerciser3/Makefile15
-rw-r--r--devel/accerciser3/PLIST4
-rw-r--r--devel/accerciser3/distinfo8
3 files changed, 13 insertions, 14 deletions
diff --git a/devel/accerciser3/Makefile b/devel/accerciser3/Makefile
index b2f76dcd3f0..e186700bf95 100644
--- a/devel/accerciser3/Makefile
+++ b/devel/accerciser3/Makefile
@@ -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
@@ -21,14 +20,12 @@ REPLACE_PYTHON+= src/accerciser.in
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 --git a/devel/accerciser3/PLIST b/devel/accerciser3/PLIST
index bf034c0b365..8f3522bf07e 100644
--- a/devel/accerciser3/PLIST
+++ b/devel/accerciser3/PLIST
@@ -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/ipython_plugin.page
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/LC_MESSAGES/accerciser.mo
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 --git a/devel/accerciser3/distinfo b/devel/accerciser3/distinfo
index bf3c0cb1532..4cdc807c3a6 100644
--- a/devel/accerciser3/distinfo
+++ b/devel/accerciser3/distinfo
@@ -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