diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2014-04-27 11:25:20 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2014-04-27 11:25:20 +0000 |
commit | 14ad5e401a56885ddac8c13a0a1bd7519fc5b399 (patch) | |
tree | 3480f0be8edc1932cfda52fc1838fe7ed2b93160 /app-accessibility/accerciser | |
parent | Version bump for Gnome 3.12. (diff) | |
download | gentoo-2-14ad5e401a56885ddac8c13a0a1bd7519fc5b399.tar.gz gentoo-2-14ad5e401a56885ddac8c13a0a1bd7519fc5b399.tar.bz2 gentoo-2-14ad5e401a56885ddac8c13a0a1bd7519fc5b399.zip |
Version bump for Gnome 3.12.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-accessibility/accerciser')
-rw-r--r-- | app-accessibility/accerciser/ChangeLog | 10 | ||||
-rw-r--r-- | app-accessibility/accerciser/accerciser-3.12.0.ebuild | 67 | ||||
-rw-r--r-- | app-accessibility/accerciser/metadata.xml | 5 |
3 files changed, 77 insertions, 5 deletions
diff --git a/app-accessibility/accerciser/ChangeLog b/app-accessibility/accerciser/ChangeLog index fbe8cb712770..3cf8355fe7e5 100644 --- a/app-accessibility/accerciser/ChangeLog +++ b/app-accessibility/accerciser/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-accessibility/accerciser -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/accerciser/ChangeLog,v 1.37 2013/12/08 17:30:59 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/accerciser/ChangeLog,v 1.38 2014/04/27 11:25:19 eva Exp $ + +*accerciser-3.12.0 (27 Apr 2014) + + 27 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org> + +accerciser-3.12.0.ebuild, metadata.xml: + Version bump for Gnome 3.12. 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> accerciser-3.8.2.ebuild: x86 stable, bug #478252 diff --git a/app-accessibility/accerciser/accerciser-3.12.0.ebuild b/app-accessibility/accerciser/accerciser-3.12.0.ebuild new file mode 100644 index 000000000000..e7a50ac06964 --- /dev/null +++ b/app-accessibility/accerciser/accerciser-3.12.0.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/accerciser/accerciser-3.12.0.ebuild,v 1.1 2014/04/27 11:25:20 eva Exp $ + +EAPI="5" +GCONF_DEBUG="no" +PYTHON_COMPAT=( python{3_2,3_3} ) +PYTHON_REQ_USE="xml" + +inherit gnome2 python-r1 + +DESCRIPTION="Interactive Python accessibility explorer" +HOMEPAGE="http://live.gnome.org/Accerciser" + +LICENSE="BSD CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=app-accessibility/at-spi2-core-2.5.2:2 + >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}] + >=x11-libs/gtk+-3.1.13:3[introspection] + + dev-libs/atk[introspection] + >=dev-libs/glib-2.28:2 + dev-libs/gobject-introspection + >=dev-python/ipython-0.11[${PYTHON_USEDEP}] + >=dev-python/pyatspi-2.1.5[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + x11-libs/gdk-pixbuf[introspection] + x11-libs/libwnck:3[introspection] + x11-libs/pango[introspection] + ${PYTHON_DEPS} +" +DEPEND="${RDEPEND} + app-text/yelp-tools + >=dev-util/intltool-0.35 + sys-devel/gettext + virtual/pkgconfig +" + +src_prepare() { + gnome2_src_prepare + + # Leave shebang alone + sed 's:@PYTHON@:/usr/bin/python:' -i src/accerciser.in || die + + python_copy_sources +} + +src_configure() { + python_foreach_impl run_in_build_dir gnome2_src_configure \ + ITSTOOL=$(type -P true) +} + +src_compile() { + python_foreach_impl run_in_build_dir gnome2_src_compile +} + +src_install() { + installing() { + gnome2_src_install + python_doscript src/accerciser + } + python_foreach_impl run_in_build_dir installing +} diff --git a/app-accessibility/accerciser/metadata.xml b/app-accessibility/accerciser/metadata.xml index bd9b37909490..de03c27559db 100644 --- a/app-accessibility/accerciser/metadata.xml +++ b/app-accessibility/accerciser/metadata.xml @@ -1,11 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>gnome-accessibility</herd> -<longdescription lang="en"> + <herd>gnome-accessibility</herd> + <longdescription lang="en"> Accerciser is an interactive Python accessibility explorer for the GNOME desktop. It uses AT-SPI to inspect and control widgets, allowing you to check if an application is providing correct information to assistive technologies and automated test frameworks. Accerciser has a simple plugin framework which you can use to create custom views of accessibility information. In essence, Accerciser is a next generation at-poke tool. </longdescription> </pkgmetadata> - |