diff options
author | drochner <drochner@pkgsrc.org> | 2012-02-10 17:25:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-02-10 17:25:38 +0000 |
commit | ec1214e579ccee27177a4d33c71a938dabfd26ff (patch) | |
tree | 1a63340e32ee37ea7310032e5516d00da0624673 /devel | |
parent | 583525c3d5726f8ab05e83dfa7b4b3a7e3c89476 (diff) | |
download | pkgsrc-ec1214e579ccee27177a4d33c71a938dabfd26ff.tar.gz |
add at-spi2-core-2.3.2, new release branch of gnome, from
Patrick Welche per PR pkg/45779
Diffstat (limited to 'devel')
-rw-r--r-- | devel/at-spi2-core/DESCR | 6 | ||||
-rw-r--r-- | devel/at-spi2-core/Makefile | 47 | ||||
-rw-r--r-- | devel/at-spi2-core/PLIST | 133 | ||||
-rw-r--r-- | devel/at-spi2-core/buildlink3.mk | 16 | ||||
-rw-r--r-- | devel/at-spi2-core/distinfo | 5 |
5 files changed, 207 insertions, 0 deletions
diff --git a/devel/at-spi2-core/DESCR b/devel/at-spi2-core/DESCR new file mode 100644 index 00000000000..f31f74b1a35 --- /dev/null +++ b/devel/at-spi2-core/DESCR @@ -0,0 +1,6 @@ +This package provides the core of the Assistive Technology Service +Provider Interface, in particular the registry daemon with which +AT applications such as screen readers can listen for events +broadcast by accessible programs; and also a library, libatspi, to +assist in writing AT applications. This "version 2" uses DBUS +rather than CORBA for inter-application communication. diff --git a/devel/at-spi2-core/Makefile b/devel/at-spi2-core/Makefile new file mode 100644 index 00000000000..2748fadfb98 --- /dev/null +++ b/devel/at-spi2-core/Makefile @@ -0,0 +1,47 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/02/10 17:25:38 drochner Exp $ +# + +DISTNAME= at-spi2-core-2.3.5 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-core/2.3/} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= prlw1@cam.ac.uk +HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus +COMMENT= Assistive Technology Service Provider Interface Core +LICENSE= gnu-lgpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= gmake intltool msgfmt pkg-config +USE_PKGLOCALEDIR= yes + +PKGCONFIG_OVERRIDE+= atspi-2.pc.in + +CONFIGURE_ARGS+= --localstatedir=${VARBASE} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} + +BUILD_DEFS+= VARBASE PKG_SYSCONFBASE + +EGDIR= ${PREFIX}/share/examples/at-spi2-core +PKG_SYSCONFSUBDIR= at-spi2 +busconfigdir= ${PKG_SYSCONFDIR} +eg_busconfigdir= ${EGDIR}/at-spi2 +default_sessiondir= ${PKG_SYSCONFBASE}/xdg/autostart +eg_default_sessiondir= ${EGDIR}/xdg/autostart + +INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR} + +CONF_FILES= ${eg_busconfigdir}/accessibility.conf \ + ${busconfigdir}/accessibility.conf \ + ${eg_default_sessiondir}/at-spi-dbus-bus.desktop \ + ${default_sessiondir}/at-spi-dbus-bus.desktop + +.include "../../devel/glib2/buildlink3.mk" +.include "../../sysutils/dbus/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXtst/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/at-spi2-core/PLIST b/devel/at-spi2-core/PLIST new file mode 100644 index 00000000000..0e081518976 --- /dev/null +++ b/devel/at-spi2-core/PLIST @@ -0,0 +1,133 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/02/10 17:25:38 drochner 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 +include/at-spi-2.0/atspi/atspi-collection.h +include/at-spi-2.0/atspi/atspi-component.h +include/at-spi-2.0/atspi/atspi-constants.h +include/at-spi-2.0/atspi/atspi-device-listener-private.h +include/at-spi-2.0/atspi/atspi-device-listener.h +include/at-spi-2.0/atspi/atspi-document.h +include/at-spi-2.0/atspi/atspi-editabletext.h +include/at-spi-2.0/atspi/atspi-event-listener-private.h +include/at-spi-2.0/atspi/atspi-event-listener.h +include/at-spi-2.0/atspi/atspi-gmain.c +include/at-spi-2.0/atspi/atspi-gmain.h +include/at-spi-2.0/atspi/atspi-hyperlink.h +include/at-spi-2.0/atspi/atspi-hypertext.h +include/at-spi-2.0/atspi/atspi-image.h +include/at-spi-2.0/atspi/atspi-matchrule.h +include/at-spi-2.0/atspi/atspi-misc.h +include/at-spi-2.0/atspi/atspi-object.h +include/at-spi-2.0/atspi/atspi-private.h +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.h +include/at-spi-2.0/atspi/atspi-text.h +include/at-spi-2.0/atspi/atspi-types.h +include/at-spi-2.0/atspi/atspi-value.h +include/at-spi-2.0/atspi/atspi.h +lib/libatspi.la +lib/pkgconfig/atspi-2.pc +libexec/at-spi-bus-launcher +libexec/at-spi2-registryd +share/dbus-1/services/org.a11y.Bus.service +share/dbus-1/services/org.a11y.atspi.Registry.service +share/examples/at-spi2-core/at-spi2/accessibility.conf +share/examples/at-spi2-core/xdg/autostart/at-spi-dbus-bus.desktop +share/gtk-doc/html/libatspi/AtspiAccessible.html +share/gtk-doc/html/libatspi/AtspiDeviceListener.html +share/gtk-doc/html/libatspi/AtspiEventListener.html +share/gtk-doc/html/libatspi/AtspiHyperlink.html +share/gtk-doc/html/libatspi/AtspiMatchRule.html +share/gtk-doc/html/libatspi/AtspiObject.html +share/gtk-doc/html/libatspi/AtspiRelation.html +share/gtk-doc/html/libatspi/AtspiStateSet.html +share/gtk-doc/html/libatspi/annotation-glossary.html +share/gtk-doc/html/libatspi/api-index-full.html +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.png +share/gtk-doc/html/libatspi/libatspi-AtspiApplication.html +share/gtk-doc/html/libatspi/libatspi-atspi-collection.html +share/gtk-doc/html/libatspi/libatspi-atspi-component.html +share/gtk-doc/html/libatspi/libatspi-atspi-constants.html +share/gtk-doc/html/libatspi/libatspi-atspi-document.html +share/gtk-doc/html/libatspi/libatspi-atspi-editabletext.html +share/gtk-doc/html/libatspi/libatspi-atspi-hypertext.html +share/gtk-doc/html/libatspi/libatspi-atspi-image.html +share/gtk-doc/html/libatspi/libatspi-atspi-listener-private.html +share/gtk-doc/html/libatspi/libatspi-atspi-misc-private.html +share/gtk-doc/html/libatspi/libatspi-atspi-misc.html +share/gtk-doc/html/libatspi/libatspi-atspi-registry.html +share/gtk-doc/html/libatspi/libatspi-atspi-selection.html +share/gtk-doc/html/libatspi/libatspi-atspi-table.html +share/gtk-doc/html/libatspi/libatspi-atspi-text.html +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.png +share/gtk-doc/html/libatspi/style.css +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 +share/locale/ast/LC_MESSAGES/at-spi2-core.mo +share/locale/be/LC_MESSAGES/at-spi2-core.mo +share/locale/bg/LC_MESSAGES/at-spi2-core.mo +share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo +share/locale/ca/LC_MESSAGES/at-spi2-core.mo +share/locale/ca@valencia/LC_MESSAGES/at-spi2-core.mo +share/locale/cs/LC_MESSAGES/at-spi2-core.mo +share/locale/da/LC_MESSAGES/at-spi2-core.mo +share/locale/de/LC_MESSAGES/at-spi2-core.mo +share/locale/el/LC_MESSAGES/at-spi2-core.mo +share/locale/en_CA/LC_MESSAGES/at-spi2-core.mo +share/locale/en_GB/LC_MESSAGES/at-spi2-core.mo +share/locale/eo/LC_MESSAGES/at-spi2-core.mo +share/locale/es/LC_MESSAGES/at-spi2-core.mo +share/locale/eu/LC_MESSAGES/at-spi2-core.mo +share/locale/fa/LC_MESSAGES/at-spi2-core.mo +share/locale/fi/LC_MESSAGES/at-spi2-core.mo +share/locale/fr/LC_MESSAGES/at-spi2-core.mo +share/locale/gl/LC_MESSAGES/at-spi2-core.mo +share/locale/gu/LC_MESSAGES/at-spi2-core.mo +share/locale/he/LC_MESSAGES/at-spi2-core.mo +share/locale/hi/LC_MESSAGES/at-spi2-core.mo +share/locale/hu/LC_MESSAGES/at-spi2-core.mo +share/locale/id/LC_MESSAGES/at-spi2-core.mo +share/locale/it/LC_MESSAGES/at-spi2-core.mo +share/locale/ja/LC_MESSAGES/at-spi2-core.mo +share/locale/kn/LC_MESSAGES/at-spi2-core.mo +share/locale/ko/LC_MESSAGES/at-spi2-core.mo +share/locale/lt/LC_MESSAGES/at-spi2-core.mo +share/locale/lv/LC_MESSAGES/at-spi2-core.mo +share/locale/mr/LC_MESSAGES/at-spi2-core.mo +share/locale/ms/LC_MESSAGES/at-spi2-core.mo +share/locale/nb/LC_MESSAGES/at-spi2-core.mo +share/locale/nl/LC_MESSAGES/at-spi2-core.mo +share/locale/or/LC_MESSAGES/at-spi2-core.mo +share/locale/pa/LC_MESSAGES/at-spi2-core.mo +share/locale/pl/LC_MESSAGES/at-spi2-core.mo +share/locale/pt/LC_MESSAGES/at-spi2-core.mo +share/locale/pt_BR/LC_MESSAGES/at-spi2-core.mo +share/locale/ro/LC_MESSAGES/at-spi2-core.mo +share/locale/ru/LC_MESSAGES/at-spi2-core.mo +share/locale/sl/LC_MESSAGES/at-spi2-core.mo +share/locale/sq/LC_MESSAGES/at-spi2-core.mo +share/locale/sr/LC_MESSAGES/at-spi2-core.mo +share/locale/sr@latin/LC_MESSAGES/at-spi2-core.mo +share/locale/sv/LC_MESSAGES/at-spi2-core.mo +share/locale/ta/LC_MESSAGES/at-spi2-core.mo +share/locale/te/LC_MESSAGES/at-spi2-core.mo +share/locale/tr/LC_MESSAGES/at-spi2-core.mo +share/locale/ug/LC_MESSAGES/at-spi2-core.mo +share/locale/uk/LC_MESSAGES/at-spi2-core.mo +share/locale/vi/LC_MESSAGES/at-spi2-core.mo +share/locale/zh_CN/LC_MESSAGES/at-spi2-core.mo +share/locale/zh_HK/LC_MESSAGES/at-spi2-core.mo +share/locale/zh_TW/LC_MESSAGES/at-spi2-core.mo diff --git a/devel/at-spi2-core/buildlink3.mk b/devel/at-spi2-core/buildlink3.mk new file mode 100644 index 00000000000..9b97d3ac30f --- /dev/null +++ b/devel/at-spi2-core/buildlink3.mk @@ -0,0 +1,16 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/02/10 17:25:38 drochner Exp $ + +BUILDLINK_TREE+= at-spi2-core + +.if !defined(AT_SPI2_CORE_BUILDLINK3_MK) +AT_SPI2_CORE_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.at-spi2-core+= at-spi2-core>=2.3.2 +BUILDLINK_ABI_DEPENDS.at-spi2-core+= at-spi2-core>=2.3.2 +BUILDLINK_PKGSRCDIR.at-spi2-core?= ../../devel/at-spi2-core + +.include "../../devel/glib2/buildlink3.mk" +.include "../../sysutils/dbus/buildlink3.mk" +.endif # AT_SPI2_CORE_BUILDLINK3_MK + +BUILDLINK_TREE+= -at-spi2-core diff --git a/devel/at-spi2-core/distinfo b/devel/at-spi2-core/distinfo new file mode 100644 index 00000000000..cf28542515b --- /dev/null +++ b/devel/at-spi2-core/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/02/10 17:25:38 drochner Exp $ + +SHA1 (at-spi2-core-2.3.5.tar.xz) = 16cbcfefd19204e7c093c5ce78e23dd79c2c1a4f +RMD160 (at-spi2-core-2.3.5.tar.xz) = b91a1e2e4a4fa34065deedc06db57eb1b48224ab +Size (at-spi2-core-2.3.5.tar.xz) = 444800 bytes |