commit:     353f91bbc456bc04ec56ac6dea3bff7c29362360
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 29 12:34:02 2018 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Mon Jan 29 12:34:02 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=353f91bb

app-accessibility/at-spi2-atk: version bump to 2.26.1

Package-Manager: Portage-2.3.20, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 .../at-spi2-atk/at-spi2-atk-2.26.1.ebuild          | 42 ++++++++++++++++++++++
 1 file changed, 42 insertions(+)

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
new file mode 100644
index 00000000..d2f70859
--- /dev/null
+++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.26.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome-meson multilib-minimal virtualx
+
+DESCRIPTION="Gtk module for bridging AT-SPI to Atk"
+HOMEPAGE="https://wiki.gnome.org/Accessibility";
+
+LICENSE="LGPL-2+"
+SLOT="2"
+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"
+IUSE="test"
+
+COMMON_DEPEND="
+       >=app-accessibility/at-spi2-core-2.17.90[${MULTILIB_USEDEP}]
+       >=dev-libs/atk-2.25.2[${MULTILIB_USEDEP}]
+       >=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}]
+       >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
+"
+RDEPEND="${COMMON_DEPEND}
+       !<gnome-extra/at-spi-1.32.0-r1
+"
+DEPEND="${COMMON_DEPEND}
+       virtual/pkgconfig[${MULTILIB_USEDEP}]
+       test? ( >=dev-libs/libxml2-2.9.1 )
+"
+
+multilib_src_configure() {
+       ECONF_SOURCE=${S} \
+       gnome-meson_src_configure
+}
+
+multilib_src_test() {
+       #FIXME test fail
+       virtx meson_src_test
+}
+
+multilib_src_compile() { gnome-meson_src_compile; }
+multilib_src_install() { gnome-meson_src_install; }

Reply via email to