pkgsrc/devel/accerciser/Makefile
wiz 3218008293 Update to 1.6.0:
=============
Version 1.6.0
=============

What's New
==========
- Fixed selection interface in interface viewer plugin (bug #574783).
- Added an informative window title (bug #574103).
- Fixed empty padding issue in prefs dialog (bug #574101).
- Ported script recorder to gtksourceview2 (bug #574100).
- Don't allow the set_range to change the value of our accessible (bug #572201).

New And Updated Translations
============================
- Lucas Lommer (cs)
- Ask Hjorth Larsen (da)
- Hendrik Richter (de)
- Marios Zindilis (el)
- David Lodge (en_GB)
- Ilkka Tuohela (fi)
- Claude Paroz (fr)
- Suso Baleato (gl)
- Milo Casagrande (it)
- Takeshi AIHANA (ja)
- Vytautas Rėkus (lt)
- Ani Peter (ml)
- wadim dziedzic (pl)
- Rui Batista (pt)
- Yuri Kozlov (ru)
- Baris Cicek (tr)

==============
Version 1.5.91
==============

What's New
==========
- Provide a $srcdir (bug #570332).
- Don't use _() in i18n.py.

New And Updated Translations
============================
- Iñaki Larrañaga Murgoitio (eu)
- Gabor Kelemen (hu)
- Manoj Kumar Giri (or)
- Tomasz Dominikowski (pl)
- Duarte Loreto (pt)
- Laurent Dhima (sq)
- Theppitak Karoonboonyanan (th)
- Clytie Siddall (vi)

=============
Version 1.5.9
=============

What's New
==========

- Updated translations.
- Fixed bug #563284.  Deleting editable text using the interface viewer plugin
  will now function as expected.
- Fixed bug #520296.  Added context for "Bookmarks" for translation.
- Fixed bug #569341.  Use C_() instead of Q_() for translation.
- Updated PO files for msgctx.

New And Updated Translations
============================
- Daniel Nylander (sv)
- Gil Forcada (ca)
- Joan Duran (ca)
- Alexander Shopov (bg)
- Chao-Hsiung Liao (zh_HK, zh_TW)
- Jorge Gonzalez (es)
- Kjartan Maraas (nb)

=============
Version 1.5.5
=============

What's New
==========

- Updated translations.
- Fixed bug #547778. Trunk fails to build.

New And Updated Translations
============================
- Marios Zindilis (el)

=============
Version 1.5.4
=============

What's New
==========

- Updated translations.
- Fixed bug #564776.  Accessible names that contain an ampersand (&) or a
  less-than (<) character will now be shown in the interface viewer plugin.

New And Updated Translations
============================
- Gabor Kelemen (hu)
- Funda Wang (zh_CN)
- Daniel Nylander (sv)

=============
Version 1.5.2
=============

What's New
==========

- Updated translations.
- Added proper context to the term 'View' for i18n (bug #520296).
  Thanks Wouter Bolsterlee!
- No longer highlight the entire desktop when a node is updated to
  the desktop.
- Disable event monitoring if the event being listened for
  disappears.
- Catch exceptions when getting states during state changes.
- Do not highlight an accessible on the desktop if the duration it
  is selected is 0.
- Fixed bug #555416.  Set process name to 'accerciser'.
- Fixed bug #555108.  Changed "left plugin display area" to "right
  plugin display area".  Thanks Lucas Lommer!
- Fixed bug #561598.  Display each target of a relation instead of
  displaying the first target repeatedly.

New And Updated Translations
============================
- Petr Kovar (cs)
- Jorge González (es)
- Kjartan Maraas (nb)
2009-03-22 14:09:42 +00:00

33 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.2 2009/03/22 14:09:42 wiz Exp $
#
DISTNAME= accerciser-1.6.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/accerciser/1.6/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Interactive Python accessibility explorer for the GNOME desktop
PKG_DESTDIR_SUPPORT= user-destdir
USE_DIRS+= gnome2-1.5
USE_TOOLS+= intltool pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
PYTHON_VERSIONS_ACCEPTED= 25 24
PY_PATCHPLIST= yes
REPLACE_PYTHON= plugins/ipython_view.py
REPLACE_PYTHON+= src/accerciser.in
.include "../../devel/GConf/schemas.mk"
BUILDLINK_API_DEPENDS.py-at-spi+= ${PYPKGPREFIX}-at-spi>=1.23.3
.include "../../devel/py-at-spi/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../x11/py-gnome2-desktop/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"