summaryrefslogtreecommitdiff
path: root/devel/at-spi2-core
diff options
context:
space:
mode:
authorwiz <wiz>2014-08-06 10:52:45 +0000
committerwiz <wiz>2014-08-06 10:52:45 +0000
commitc921c89b26fa3545ea5cce4a1ca9c31e966739f7 (patch)
tree6228b09ca73652741023cd47ca755b0d1b1cb5c7 /devel/at-spi2-core
parente9143c5ff7a15832b963efe14c75c717f0122a46 (diff)
downloadpkgsrc-c921c89b26fa3545ea5cce4a1ca9c31e966739f7.tar.gz
Update to 2.12.0:
What's new in at-spi2-core 2.11.92: * Fix a crash with MediaElch and Onboard (bgo#726243). * Various i18n updates. What's new in at-spi2-core 2.11.91: * Improve compatibility with at-spi2-registryd <= 3.10. What's new in at-spi2-core 2.11.90: * bus-launcher: Do not use g_setenv when initializing the bus (bgo#724070). * Fix a critical when processing deferred messages (bgo#724292). * Add AtspitableCell, tracking the new atk interface What's new in at-spi2-core 2.11.5: * Add atspi_event_listener_register_full, and cache data requested by it for the duration of the event callback (BGO#708695). * Fix a crash when atspi_accessible_get_process_id is called for an application that is no longer present. What's new in at-spi2-core 2.11.3: * Fix atspi_text_get_bounded_ranges * document: add support to current page and page count (BGO#719508). What's new in at-spi2-core 2.11.2: * Add new roles and states to track atk (BGO#710464, BGO#712608, BGO#712609). What's new in at-spi2-core 2.11.1: * Fix a gsource leak that adversely impacted performance (BGO#709625). * Hopefully fix a rare crash when starting at-spi2-registryd (BGO#710689). * Fix atspi_component_contains (BGO#710730). * Fix some compiler warnings and build issues.
Diffstat (limited to 'devel/at-spi2-core')
-rw-r--r--devel/at-spi2-core/Makefile5
-rw-r--r--devel/at-spi2-core/PLIST6
-rw-r--r--devel/at-spi2-core/distinfo8
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/at-spi2-core/Makefile b/devel/at-spi2-core/Makefile
index cc7cf969f05..e2e74927bcc 100644
--- a/devel/at-spi2-core/Makefile
+++ b/devel/at-spi2-core/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2014/06/24 07:26:20 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2014/08/06 10:52:45 wiz Exp $
-DISTNAME= at-spi2-core-2.10.2
-PKGREVISION= 1
+DISTNAME= at-spi2-core-2.12.0
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
diff --git a/devel/at-spi2-core/PLIST b/devel/at-spi2-core/PLIST
index 0621eceabdf..d23d74a5f1b 100644
--- a/devel/at-spi2-core/PLIST
+++ b/devel/at-spi2-core/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2013/12/08 13:40:20 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.7 2014/08/06 10:52:45 wiz Exp $
include/at-spi-2.0/atspi/atspi-accessible.h
include/at-spi-2.0/atspi/atspi-action.h
include/at-spi-2.0/atspi/atspi-application.h
@@ -25,6 +25,7 @@ include/at-spi-2.0/atspi/atspi-registry.h
include/at-spi-2.0/atspi/atspi-relation.h
include/at-spi-2.0/atspi/atspi-selection.h
include/at-spi-2.0/atspi/atspi-stateset.h
+include/at-spi-2.0/atspi/atspi-table-cell.h
include/at-spi-2.0/atspi/atspi-table.h
include/at-spi-2.0/atspi/atspi-text.h
include/at-spi-2.0/atspi/atspi-types.h
@@ -54,6 +55,7 @@ share/gtk-doc/html/libatspi/ch01.html
share/gtk-doc/html/libatspi/home.png
share/gtk-doc/html/libatspi/index.html
share/gtk-doc/html/libatspi/index.sgml
+share/gtk-doc/html/libatspi/left-insensitive.png
share/gtk-doc/html/libatspi/left.png
share/gtk-doc/html/libatspi/libatspi-AtspiApplication.html
share/gtk-doc/html/libatspi/libatspi-atspi-action.html
@@ -75,8 +77,10 @@ share/gtk-doc/html/libatspi/libatspi-atspi-types.html
share/gtk-doc/html/libatspi/libatspi-atspi-value.html
share/gtk-doc/html/libatspi/libatspi.devhelp2
share/gtk-doc/html/libatspi/object-tree.html
+share/gtk-doc/html/libatspi/right-insensitive.png
share/gtk-doc/html/libatspi/right.png
share/gtk-doc/html/libatspi/style.css
+share/gtk-doc/html/libatspi/up-insensitive.png
share/gtk-doc/html/libatspi/up.png
share/locale/an/LC_MESSAGES/at-spi2-core.mo
share/locale/as/LC_MESSAGES/at-spi2-core.mo
diff --git a/devel/at-spi2-core/distinfo b/devel/at-spi2-core/distinfo
index 4ba86391751..6a07c639265 100644
--- a/devel/at-spi2-core/distinfo
+++ b/devel/at-spi2-core/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2013/12/08 13:40:20 prlw1 Exp $
+$NetBSD: distinfo,v 1.12 2014/08/06 10:52:45 wiz Exp $
-SHA1 (at-spi2-core-2.10.2.tar.xz) = 5a9edce2542d352cdcc4b402c1f8e28330e56c9b
-RMD160 (at-spi2-core-2.10.2.tar.xz) = 86ebace671375def667be4884fcc7a0ba7e80f65
-Size (at-spi2-core-2.10.2.tar.xz) = 446272 bytes
+SHA1 (at-spi2-core-2.12.0.tar.xz) = 86f282a9cc63370a7e2ee652fa577a7a29195497
+RMD160 (at-spi2-core-2.12.0.tar.xz) = 33444c2f8902990b20225bf7588b09ae80ed9e7d
+Size (at-spi2-core-2.12.0.tar.xz) = 454668 bytes