9ca2e1b775
============== version 1.12.1 ============== New And Updated Translations ============================ - Matej Urbančič (sl) - Vincent Untz (sl) - Takayuki KUSANO (jp) - Andika Triwidada (id) - Roman Mátyus (sl) - Aron Xu (cn) - Fran Diéguez - Gheyret Kenji (ug) - Jiro MATSUZAWA (jp) - Javier Jardón (Update README file) - Jorge González (es) - noch (am) - Ivar Smolin (et) - Thomas Thurman (en@shaw) - Claude Paroz (fr) ============== Version 1.12.0 ============== New And Updated Translations ============================ - Thomas Thurman (en@shaw) - Jorge González (es) - Ivar Smolin (et) - Claude Paroz (fr) - Fran Diéguez (gl) - Arman Vardanyan (hy) - Andika Triwidada (id) - Takeshi AIHANA (ja) - Roman Mátyus (sk) - Matej Urbančič (sl) - Gheyret Kenji (ug) - YunQiang Su (zh_CN) ============== Version 1.11.1 ============== What's New ========== A fix for AT-SPI2 issues (bug #617484). Thanks Mike Gorse! New And Updated Translations ============================ ============= Version 1.9.3 ============= What's New ========== Not much, there is a new Simplified Chinese translation of the help docs! New And Updated Translations ============================ - Gheyret Kenji (ug) ============= Version 1.8.0 ============= What's New ========== * Fixed crash when selecting item under pointer. Workaround for pygtk/gdk bug. (bug #593732). New And Updated Translations ============================ - Khaled Hosny (ar) - Joan Duran (ca) - Lucas Lommer (cs) - Ask Hjorth Larsen (da) - Mario Blättermann (de) - Philip Withnall (en_GB) - Jorge González (es) - Mattias Põldaru (et) - Iñaki Larrañaga Murgoitio (eu) - Ilkka Tuohela (fi) - Claude Paroz (fr) - Antón Méixome (gl) - Mark Krapivner (he) - Gabor Kelemen (hu) - Milo Casagrande (it) - Gintautas Miliauskas (lt) - Sangeeta Kumari (mai) - Kjartan Maraas (nb) - Tomasz Dominikowski (pl) - Rui Batista (pt) - Og Maciel (pt_BR) - Adi Roiban (ro) - Matej Urbančič (sl) - Daniel Nylander (sv) - Theppitak Karoonboonyanan (th) - Baris Cicek (tr) - Maxim Dziumanenko (uk) - Ray Wang (zh_CN) - Chao-Hsiung Liao (zh_HK) - Chao-Hsiung Liao (zh_TW) ============== Version 1.7.91 ============== What's New ========== - Use correct Name and X-FullName in .desktop file (bug #592732). New And Updated Translations ============================ - Alexander Shopov (bg) - Milo Casagrande (it) ============== Version 1.7.90 ============== New And Updated Translations ============================ - Hendrik Richter (de) - Mattias Põldaru (et) - Yaron Shahrabani (he) ============= Version 1.7.4 ============= What's New ========== - Removed all libglade-related symbols. New And Updated Translations ============================ - Eitan Isaacson (he) - Daniel Nylander (sv) - Maxim Dziumanenko (uk) ============= Version 1.7.2 ============= What's New ========== - Added accessible name changed listeners to update the view accordingly (bug #582434). - Fixed editable text bug (bug #574223). - Migrated to GtkBuilder from Glade. New And Updated Translations ============================ None, could you believe it??? ============= Version 1.7.1 ============= What's New ========== - Removed bonobo and ORBit references, in prep for GNOME 3.0 and D-Bus AT-SPI (bug #580421). - Fixed IPython history behavior (bug #578608), thanks Lasagna Davide! New And Updated Translations ============================ - Joan Duran (ca@valencia) - Jorge González (es) - Maxim Dziumanenko (uk)
35 lines
1.2 KiB
Makefile
35 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.17 2012/01/29 13:32:20 obache Exp $
|
|
#
|
|
|
|
DISTNAME= accerciser-1.12.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/accerciser/1.12/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Interactive Python accessibility explorer for the GNOME desktop
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-gnome2-desktop-[0-9]*:../../x11/py-gnome2-desktop
|
|
DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2
|
|
DEPENDS+= ${PYPKGPREFIX}-at-spi>=1.23.4:../../devel/py-at-spi
|
|
DEPENDS+= ${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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
|
|
|
|
.include "../../devel/GConf/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 "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|