pkgsrc/devel/accerciser3/Makefile

42 lines
1.3 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.13 2014/05/17 16:10:42 wiz Exp $
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
2014-03-26 22:59:00 +01:00
DISTNAME= accerciser-3.12.0
PKGREVISION= 3
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
2014-03-26 22:59:00 +01:00
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/accerciser/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= prlw1@cam.ac.uk
HOMEPAGE= http://live.gnome.org/Accerciser/
COMMENT= Interactive Python accessibility explorer for the GNOME desktop
LICENSE= modified-bsd
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
PY_PATCHPLIST= yes
REPLACE_PYTHON= plugins/ipython_view.py
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-ipython
# dependencies to keep package's configure script happy:
USE_LANGUAGES= c
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
2014-03-26 22:59:00 +01:00
PYTHON_VERSIONS_INCOMPATIBLE= 26 27
.include "../../x11/gtk3/buildlink3.mk"
.include "../../devel/at-spi2-core/buildlink3.mk"
.include "../../devel/py-gobject3/buildlink3.mk"
.include "../../devel/glib2/schemas.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"