Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-accessibility/at-spi2-atk/
Date: Tue, 30 Jan 2018 10:16:38
Message-Id: 1517229242.353f91bbc456bc04ec56ac6dea3bff7c29362360.sobhan@gentoo
1 commit: 353f91bbc456bc04ec56ac6dea3bff7c29362360
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 12:34:02 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 29 12:34:02 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=353f91bb
7
8 app-accessibility/at-spi2-atk: version bump to 2.26.1
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11 Manifest-Sign-Key: 0x7DF238CF0AA182E1
12
13 .../at-spi2-atk/at-spi2-atk-2.26.1.ebuild | 42 ++++++++++++++++++++++
14 1 file changed, 42 insertions(+)
15
16 diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.1.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.1.ebuild
17 new file mode 100644
18 index 00000000..d2f70859
19 --- /dev/null
20 +++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.1.ebuild
21 @@ -0,0 +1,42 @@
22 +# Copyright 1999-2018 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +GNOME2_LA_PUNT="yes"
27 +
28 +inherit gnome-meson multilib-minimal virtualx
29 +
30 +DESCRIPTION="Gtk module for bridging AT-SPI to Atk"
31 +HOMEPAGE="https://wiki.gnome.org/Accessibility"
32 +
33 +LICENSE="LGPL-2+"
34 +SLOT="2"
35 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
36 +IUSE="test"
37 +
38 +COMMON_DEPEND="
39 + >=app-accessibility/at-spi2-core-2.17.90[${MULTILIB_USEDEP}]
40 + >=dev-libs/atk-2.25.2[${MULTILIB_USEDEP}]
41 + >=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}]
42 + >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
43 +"
44 +RDEPEND="${COMMON_DEPEND}
45 + !<gnome-extra/at-spi-1.32.0-r1
46 +"
47 +DEPEND="${COMMON_DEPEND}
48 + virtual/pkgconfig[${MULTILIB_USEDEP}]
49 + test? ( >=dev-libs/libxml2-2.9.1 )
50 +"
51 +
52 +multilib_src_configure() {
53 + ECONF_SOURCE=${S} \
54 + gnome-meson_src_configure
55 +}
56 +
57 +multilib_src_test() {
58 + #FIXME test fail
59 + virtx meson_src_test
60 +}
61 +
62 +multilib_src_compile() { gnome-meson_src_compile; }
63 +multilib_src_install() { gnome-meson_src_install; }