commit:     63104918f46be124630ebaa680af92a13da2b66b
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 29 09:18:54 2018 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Mon Jan 29 09:18:54 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=63104918

app-accessibility/at-spi2-core: version bumpt to 2.26.2

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

 .../at-spi2-core/at-spi2-core-2.26.2.ebuild        | 54 ++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild 
b/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild
new file mode 100644
index 00000000..5b305205
--- /dev/null
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.26.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome-meson multilib-minimal
+
+DESCRIPTION="D-Bus accessibility specifications and registration daemon"
+HOMEPAGE="https://wiki.gnome.org/Accessibility";
+
+LICENSE="LGPL-2+"
+SLOT="2"
+IUSE="X +introspection"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+
+# x11-libs/libSM is needed until upstream #719808 is solved either
+# making the dep unneeded or fixing their configure
+# Only libX11 is optional right now
+RDEPEND="
+       >=dev-libs/glib-2.36:2[${MULTILIB_USEDEP}]
+       >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
+       x11-libs/libSM[${MULTILIB_USEDEP}]
+       x11-libs/libXi[${MULTILIB_USEDEP}]
+       x11-libs/libXtst[${MULTILIB_USEDEP}]
+       introspection? ( >=dev-libs/gobject-introspection-1.32.0:= )
+       X? (
+               x11-libs/libX11[${MULTILIB_USEDEP}]
+               x11-libs/libXi[${MULTILIB_USEDEP}]
+               x11-libs/libXtst[${MULTILIB_USEDEP}]
+       )
+"
+DEPEND="${RDEPEND}
+       dev-util/gtk-doc
+       >=dev-util/intltool-0.40
+       sys-devel/gettext
+       virtual/pkgconfig[${MULTILIB_USEDEP}]
+"
+
+PATCHES=(
+       # disable teamspaces test since that requires Novell.ICEDesktop.Daemon
+       "${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch"
+)
+
+multilib_src_configure() {
+       ECONF_SOURCE=${S} \
+       gnome-meson_src_configure \
+               -Denable_docs=true \
+               -Denable-introspection=$(multilib_native_usex introspection yes 
no) \
+               -Denable-x11=$(usex X yes no)
+}
+
+multilib_src_compile() { gnome-meson_src_compile; }
+multilib_src_install() { gnome-meson_src_install; }

Reply via email to