summaryrefslogtreecommitdiff
path: root/devel/accerciser
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-01-29 13:32:20 +0000
committerobache <obache@pkgsrc.org>2012-01-29 13:32:20 +0000
commit867239dea072337d0212fe135c544165722cf86b (patch)
tree688888c963251d2b052bddb319c8b5bc96ac915c /devel/accerciser
parent749bca1c6ef77238ca4153b5139b9011e8a05727 (diff)
downloadpkgsrc-867239dea072337d0212fe135c544165722cf86b.tar.gz
Update accerciser to 1.12.1.
============== 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)
Diffstat (limited to 'devel/accerciser')
-rw-r--r--devel/accerciser/Makefile16
-rw-r--r--devel/accerciser/PLIST62
-rw-r--r--devel/accerciser/distinfo8
3 files changed, 69 insertions, 17 deletions
diff --git a/devel/accerciser/Makefile b/devel/accerciser/Makefile
index 7dbf443ebc2..94b4b625922 100644
--- a/devel/accerciser/Makefile
+++ b/devel/accerciser/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2012/01/24 09:11:00 sbd Exp $
+# $NetBSD: Makefile,v 1.17 2012/01/29 13:32:20 obache Exp $
#
-DISTNAME= accerciser-1.6.1
-PKGREVISION= 10
+DISTNAME= accerciser-1.12.1
CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/accerciser/1.6/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/accerciser/1.12/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -12,6 +11,11 @@ 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
@@ -22,14 +26,10 @@ 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 "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../x11/py-gnome2-desktop/buildlink3.mk"
-.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/accerciser/PLIST b/devel/accerciser/PLIST
index 23189e6bdc7..5b599322bb0 100644
--- a/devel/accerciser/PLIST
+++ b/devel/accerciser/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:48:32 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/01/29 13:32:20 obache Exp $
bin/accerciser
${PYSITELIB}/accerciser/__init__.py
${PYSITELIB}/accerciser/__init__.pyc
@@ -141,16 +141,16 @@ share/accerciser/pixmaps/hicolor/22x22/window.png
share/accerciser/plugindata/validate/basic.py
share/accerciser/plugins/api_view.py
share/accerciser/plugins/console.py
-share/accerciser/plugins/event_monitor.glade
share/accerciser/plugins/event_monitor.py
-share/accerciser/plugins/interface_view.glade
+share/accerciser/plugins/event_monitor.ui
share/accerciser/plugins/interface_view.py
+share/accerciser/plugins/interface_view.ui
share/accerciser/plugins/ipython_view.py
share/accerciser/plugins/quick_select.py
-share/accerciser/plugins/script_recorder.glade
share/accerciser/plugins/script_recorder.py
-share/accerciser/plugins/validate.glade
+share/accerciser/plugins/script_recorder.ui
share/accerciser/plugins/validate.py
+share/accerciser/plugins/validate.ui
share/applications/accerciser.desktop
share/gconf/schemas/accerciser.schemas
share/gnome/help/accerciser/C/accerciser.xml
@@ -202,6 +202,24 @@ share/gnome/help/accerciser/fr/figures/api_browser.png
share/gnome/help/accerciser/fr/figures/event_monitor.png
share/gnome/help/accerciser/fr/figures/interface_viewer.png
share/gnome/help/accerciser/fr/figures/script_recorder.png
+share/gnome/help/accerciser/gl/accerciser.xml
+share/gnome/help/accerciser/gl/figures/accerciser.png
+share/gnome/help/accerciser/gl/figures/api_browser.png
+share/gnome/help/accerciser/gl/figures/event_monitor.png
+share/gnome/help/accerciser/gl/figures/interface_viewer.png
+share/gnome/help/accerciser/gl/figures/script_recorder.png
+share/gnome/help/accerciser/it/accerciser.xml
+share/gnome/help/accerciser/it/figures/accerciser.png
+share/gnome/help/accerciser/it/figures/api_browser.png
+share/gnome/help/accerciser/it/figures/event_monitor.png
+share/gnome/help/accerciser/it/figures/interface_viewer.png
+share/gnome/help/accerciser/it/figures/script_recorder.png
+share/gnome/help/accerciser/ja/accerciser.xml
+share/gnome/help/accerciser/ja/figures/accerciser.png
+share/gnome/help/accerciser/ja/figures/api_browser.png
+share/gnome/help/accerciser/ja/figures/event_monitor.png
+share/gnome/help/accerciser/ja/figures/interface_viewer.png
+share/gnome/help/accerciser/ja/figures/script_recorder.png
share/gnome/help/accerciser/oc/accerciser.xml
share/gnome/help/accerciser/oc/figures/accerciser.png
share/gnome/help/accerciser/oc/figures/api_browser.png
@@ -214,12 +232,30 @@ share/gnome/help/accerciser/pt_BR/figures/api_browser.png
share/gnome/help/accerciser/pt_BR/figures/event_monitor.png
share/gnome/help/accerciser/pt_BR/figures/interface_viewer.png
share/gnome/help/accerciser/pt_BR/figures/script_recorder.png
+share/gnome/help/accerciser/sl/accerciser.xml
+share/gnome/help/accerciser/sl/figures/accerciser.png
+share/gnome/help/accerciser/sl/figures/api_browser.png
+share/gnome/help/accerciser/sl/figures/event_monitor.png
+share/gnome/help/accerciser/sl/figures/interface_viewer.png
+share/gnome/help/accerciser/sl/figures/script_recorder.png
share/gnome/help/accerciser/sv/accerciser.xml
share/gnome/help/accerciser/sv/figures/accerciser.png
share/gnome/help/accerciser/sv/figures/api_browser.png
share/gnome/help/accerciser/sv/figures/event_monitor.png
share/gnome/help/accerciser/sv/figures/interface_viewer.png
share/gnome/help/accerciser/sv/figures/script_recorder.png
+share/gnome/help/accerciser/uk/accerciser.xml
+share/gnome/help/accerciser/uk/figures/accerciser.png
+share/gnome/help/accerciser/uk/figures/api_browser.png
+share/gnome/help/accerciser/uk/figures/event_monitor.png
+share/gnome/help/accerciser/uk/figures/interface_viewer.png
+share/gnome/help/accerciser/uk/figures/script_recorder.png
+share/gnome/help/accerciser/zh_CN/accerciser.xml
+share/gnome/help/accerciser/zh_CN/figures/accerciser.png
+share/gnome/help/accerciser/zh_CN/figures/api_browser.png
+share/gnome/help/accerciser/zh_CN/figures/event_monitor.png
+share/gnome/help/accerciser/zh_CN/figures/interface_viewer.png
+share/gnome/help/accerciser/zh_CN/figures/script_recorder.png
share/icons/hicolor/16x16/apps/accerciser.png
share/icons/hicolor/22x22/apps/accerciser.png
share/icons/hicolor/32x32/apps/accerciser.png
@@ -229,15 +265,19 @@ share/locale/ar/LC_MESSAGES/accerciser.mo
share/locale/bg/LC_MESSAGES/accerciser.mo
share/locale/bn/LC_MESSAGES/accerciser.mo
share/locale/bn_IN/LC_MESSAGES/accerciser.mo
+share/locale/br/LC_MESSAGES/accerciser.mo
share/locale/ca/LC_MESSAGES/accerciser.mo
+share/locale/ca@valencia/LC_MESSAGES/accerciser.mo
share/locale/cs/LC_MESSAGES/accerciser.mo
share/locale/da/LC_MESSAGES/accerciser.mo
share/locale/de/LC_MESSAGES/accerciser.mo
share/locale/dz/LC_MESSAGES/accerciser.mo
share/locale/el/LC_MESSAGES/accerciser.mo
+share/locale/en@shaw/LC_MESSAGES/accerciser.mo
share/locale/en_CA/LC_MESSAGES/accerciser.mo
share/locale/en_GB/LC_MESSAGES/accerciser.mo
share/locale/es/LC_MESSAGES/accerciser.mo
+share/locale/et/LC_MESSAGES/accerciser.mo
share/locale/eu/LC_MESSAGES/accerciser.mo
share/locale/fi/LC_MESSAGES/accerciser.mo
share/locale/fr/LC_MESSAGES/accerciser.mo
@@ -246,11 +286,14 @@ share/locale/gu/LC_MESSAGES/accerciser.mo
share/locale/he/LC_MESSAGES/accerciser.mo
share/locale/hi/LC_MESSAGES/accerciser.mo
share/locale/hu/LC_MESSAGES/accerciser.mo
+share/locale/hy/LC_MESSAGES/accerciser.mo
+share/locale/id/LC_MESSAGES/accerciser.mo
share/locale/it/LC_MESSAGES/accerciser.mo
share/locale/ja/LC_MESSAGES/accerciser.mo
share/locale/kn/LC_MESSAGES/accerciser.mo
share/locale/lt/LC_MESSAGES/accerciser.mo
share/locale/lv/LC_MESSAGES/accerciser.mo
+share/locale/mai/LC_MESSAGES/accerciser.mo
share/locale/mk/LC_MESSAGES/accerciser.mo
share/locale/ml/LC_MESSAGES/accerciser.mo
share/locale/mr/LC_MESSAGES/accerciser.mo
@@ -262,14 +305,17 @@ share/locale/pa/LC_MESSAGES/accerciser.mo
share/locale/pl/LC_MESSAGES/accerciser.mo
share/locale/pt/LC_MESSAGES/accerciser.mo
share/locale/pt_BR/LC_MESSAGES/accerciser.mo
+share/locale/ro/LC_MESSAGES/accerciser.mo
share/locale/ru/LC_MESSAGES/accerciser.mo
share/locale/si/LC_MESSAGES/accerciser.mo
+share/locale/sk/LC_MESSAGES/accerciser.mo
share/locale/sl/LC_MESSAGES/accerciser.mo
share/locale/sq/LC_MESSAGES/accerciser.mo
share/locale/sv/LC_MESSAGES/accerciser.mo
share/locale/te/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
share/locale/uk/LC_MESSAGES/accerciser.mo
share/locale/vi/LC_MESSAGES/accerciser.mo
share/locale/zh_CN/LC_MESSAGES/accerciser.mo
@@ -283,6 +329,12 @@ share/omf/accerciser/accerciser-el.omf
share/omf/accerciser/accerciser-en_GB.omf
share/omf/accerciser/accerciser-es.omf
share/omf/accerciser/accerciser-fr.omf
+share/omf/accerciser/accerciser-gl.omf
+share/omf/accerciser/accerciser-it.omf
+share/omf/accerciser/accerciser-ja.omf
share/omf/accerciser/accerciser-oc.omf
share/omf/accerciser/accerciser-pt_BR.omf
+share/omf/accerciser/accerciser-sl.omf
share/omf/accerciser/accerciser-sv.omf
+share/omf/accerciser/accerciser-uk.omf
+share/omf/accerciser/accerciser-zh_CN.omf
diff --git a/devel/accerciser/distinfo b/devel/accerciser/distinfo
index 94a3f46319e..f3a95473d42 100644
--- a/devel/accerciser/distinfo
+++ b/devel/accerciser/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/05/21 11:10:56 wiz Exp $
+$NetBSD: distinfo,v 1.4 2012/01/29 13:32:20 obache Exp $
-SHA1 (accerciser-1.6.1.tar.bz2) = 16dc8523e533b046b53bc37ff7be1b05b752e183
-RMD160 (accerciser-1.6.1.tar.bz2) = 99970747ea70569bccd28e3c508f500667377b99
-Size (accerciser-1.6.1.tar.bz2) = 1345128 bytes
+SHA1 (accerciser-1.12.1.tar.bz2) = c0d5389bda941e62aa434dcdf42264e4ca1dadf9
+RMD160 (accerciser-1.12.1.tar.bz2) = e6591b4101e048c3641ded7ac2d054ef33fe2922
+Size (accerciser-1.12.1.tar.bz2) = 1554921 bytes