Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/
Date: Thu, 17 Jan 2019 13:59:19
Message-Id: 1547733499.302bea62a1c42f84cb7e8f2d1ab9cd1a23e026d0.leio@gentoo
1 commit: 302bea62a1c42f84cb7e8f2d1ab9cd1a23e026d0
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 17 13:51:14 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 17 13:58:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302bea62
7
8 app-accessibility/orca: bump to 3.26.0
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 app-accessibility/orca/Manifest | 1 +
14 app-accessibility/orca/orca-3.26.0.ebuild | 72 +++++++++++++++++++++++++++++++
15 2 files changed, 73 insertions(+)
16
17 diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest
18 index 403bf5cfaaf..b68caa34ece 100644
19 --- a/app-accessibility/orca/Manifest
20 +++ b/app-accessibility/orca/Manifest
21 @@ -1 +1,2 @@
22 DIST orca-3.24.0.tar.xz 2391740 BLAKE2B 1f294bc8e1c593690c511f0d7d660230c420b33de59c8b1e78ee8d7b16f973b9fff9ce4d656de7202ffd5789ae3604d030c442e8c35eecfd5c5dca058031e996 SHA512 9aa65b534f69bb4a1b800e715776416843ac3756ec1267feca3c66476e34e54f6744f70c0f8ac8868a009d38b6cc165267268491a9ad29ebbd3601dba09d424c
23 +DIST orca-3.26.0.tar.xz 2407368 BLAKE2B e04a891a2f2478b5b5f556a423c073f8c64de78d1f744d41d292cd783edc2ba0e57824ba3afb1f1b58f62503a204003d97e1fb652df307f34ae6838bce44389c SHA512 ca3a60b36d9528cf424e01d7a1aad75a8e14e46a6c93330b8e439bd44832dbc44897657b8da3c583501ce8c835f589209f1b3969ab110766cb1dc099defd2445
24
25 diff --git a/app-accessibility/orca/orca-3.26.0.ebuild b/app-accessibility/orca/orca-3.26.0.ebuild
26 new file mode 100644
27 index 00000000000..88ecd17c1e5
28 --- /dev/null
29 +++ b/app-accessibility/orca/orca-3.26.0.ebuild
30 @@ -0,0 +1,72 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +GNOME2_LA_PUNT="yes"
36 +PYTHON_COMPAT=( python3_{4,5,6} )
37 +PYTHON_REQ_USE="threads"
38 +
39 +inherit gnome2 python-r1
40 +
41 +DESCRIPTION="Extensible screen reader that provides access to the desktop"
42 +HOMEPAGE="https://wiki.gnome.org/Projects/Orca"
43 +
44 +LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
47 +
48 +IUSE="+braille"
49 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
50 +
51 +COMMON_DEPEND="${PYTHON_DEPS}
52 + >=app-accessibility/at-spi2-atk-2.26:2
53 + >=app-accessibility/at-spi2-core-2.26:2[introspection]
54 + >=dev-libs/atk-2.26
55 + >=dev-libs/glib-2.28:2
56 + dev-python/gst-python:1.0[${PYTHON_USEDEP}]
57 + >=dev-python/pygobject-3.18:3[${PYTHON_USEDEP}]
58 + media-libs/gstreamer:1.0[introspection]
59 + >=x11-libs/gtk+-3.6.2:3[introspection]
60 + braille? (
61 + >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
62 + dev-libs/liblouis[python,${PYTHON_USEDEP}] )
63 +"
64 +RDEPEND="${COMMON_DEPEND}
65 + >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
66 + dev-libs/atk[introspection]
67 + >=dev-python/pyatspi-2.26[${PYTHON_USEDEP}]
68 + dev-python/setproctitle[${PYTHON_USEDEP}]
69 + x11-libs/libwnck:3[introspection]
70 + x11-libs/pango[introspection]
71 +"
72 +DEPEND="${COMMON_DEPEND}
73 + >=dev-util/intltool-0.50
74 + dev-util/itstool
75 + virtual/pkgconfig
76 +"
77 +# app-text/yelp-tools
78 +
79 +src_prepare() {
80 + gnome2_src_prepare
81 + python_copy_sources
82 +}
83 +
84 +src_configure() {
85 + python_foreach_impl run_in_build_dir gnome2_src_configure \
86 + $(use_with braille liblouis)
87 +}
88 +
89 +src_compile() {
90 + python_foreach_impl run_in_build_dir gnome2_src_compile
91 +}
92 +
93 +src_install() {
94 + installing() {
95 + gnome2_src_install
96 + # Massage shebang to make python_doscript happy
97 + sed -e 's:#!'"${PYTHON}:#!/usr/bin/python:" \
98 + -i src/orca/orca || die
99 + python_doscript src/orca/orca
100 + }
101 + python_foreach_impl run_in_build_dir installing
102 +}