public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-atk/
Date: Sun,  8 Nov 2020 03:51:13 +0000 (UTC)	[thread overview]
Message-ID: <1604807440.5e66bfc34ba75940b726cfec727b64d780660e5a.mattst88@gentoo> (raw)

commit:     5e66bfc34ba75940b726cfec727b64d780660e5a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  8 03:36:38 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Nov  8 03:50:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e66bfc3

app-accessibility/at-spi2-atk: Version bump to 2.38.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-accessibility/at-spi2-atk/Manifest             |  1 +
 .../at-spi2-atk/at-spi2-atk-2.38.0.ebuild          | 46 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-accessibility/at-spi2-atk/Manifest b/app-accessibility/at-spi2-atk/Manifest
index 6fb976fe4f7..b3ad59988ef 100644
--- a/app-accessibility/at-spi2-atk/Manifest
+++ b/app-accessibility/at-spi2-atk/Manifest
@@ -1 +1,2 @@
 DIST at-spi2-atk-2.34.2.tar.xz 96608 BLAKE2B 4a3ef71580f4eaf3ea0846c8a6909b686f7ae0c7202918f3e11de019fa7290dada5a2eb3f495ce476bb56a28787967fa87fe74d422d4144e7555541ef99911da SHA512 59e7ad5c944748ca00af8b0a9df03c9ffbc6afae6e65c25a2566a9e2a30e66724c4492076be1730c2894c636f82c795c533669572584d8d5675f68b349ad16c4
+DIST at-spi2-atk-2.38.0.tar.xz 97464 BLAKE2B c5a62bd157ac6dcbf19495eb8f92bd6346651b8df64e15acf4d25c1ab35790f154bead1e012714da36c700e58e164527755137a33812f3a1844aa34f0293ebf5 SHA512 2f40ecbc55b0fbaa57ade952a75583bc8fbfde234cce9248489e9ae06e0597d98c2f4c77d8279758dec29da97e06cde5708d30a1238d91bebd023b2320f38528

diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild b/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild
new file mode 100644
index 00000000000..bcdaee25005
--- /dev/null
+++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org meson multilib-minimal virtualx xdg
+
+DESCRIPTION="Gtk module for bridging AT-SPI to Atk"
+HOMEPAGE="https://wiki.gnome.org/Accessibility"
+
+LICENSE="LGPL-2.1+"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
+	>=dev-libs/glib-2.32:2[${MULTILIB_USEDEP}]
+	>=dev-libs/atk-2.36.0[${MULTILIB_USEDEP}]
+	>=app-accessibility/at-spi2-core-2.33.2[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+	test? ( >=dev-libs/libxml2-2.9.1 )
+"
+
+multilib_src_configure() {
+	local emesonargs=(
+		$(meson_use test tests)
+	)
+	meson_src_configure
+}
+
+multilib_src_compile() {
+	meson_src_compile
+}
+
+multilib_src_test() {
+	virtx dbus-run-session meson test -C "${BUILD_DIR}"
+}
+
+multilib_src_install() {
+	meson_src_install
+}


             reply	other threads:[~2020-11-08  3:51 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-08  3:51 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-16 18:10 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-atk/ Arthur Zamarin
2022-05-17  7:56 WANG Xuerui
2022-05-13  5:06 Matt Turner
2021-05-21  0:51 Yixun Lan
2021-03-15 18:06 Sergei Trofimovich
2021-01-07  7:45 Fabian Groffen
2020-07-29 11:23 Mart Raudsepp
2020-07-29  4:49 Sam James
2020-03-14 22:33 Mart Raudsepp
2020-02-09 15:56 Mart Raudsepp
2020-02-09 15:56 Mart Raudsepp
2020-01-11 19:40 Mart Raudsepp
2020-01-01 16:06 Mart Raudsepp
2019-12-08 11:55 Mikle Kolyada
2019-11-17 20:35 Mart Raudsepp
2019-10-21 19:51 Matt Turner
2019-10-09  8:27 Agostino Sarubbo
2019-09-19  7:15 Mart Raudsepp
2019-05-09 20:04 Aaron Bauman
2019-03-11 18:17 Mart Raudsepp
2019-02-28 17:05 Mikle Kolyada
2019-02-18 19:00 Mart Raudsepp
2019-02-18 19:00 Mart Raudsepp
2019-01-23 13:41 Mikle Kolyada
2019-01-19 20:09 Mart Raudsepp
2018-12-29 20:43 Mart Raudsepp
2018-12-29 16:00 Sergei Trofimovich
2018-12-28  3:46 Matt Turner
2018-12-15 12:50 Sergei Trofimovich
2018-12-11 23:24 Sergei Trofimovich
2018-12-09 23:51 Thomas Deutschmann
2018-12-08  9:44 Sergei Trofimovich
2018-12-08  9:36 Sergei Trofimovich
2018-12-07 21:26 Richard Freeman
2018-08-30 22:54 Mart Raudsepp
2018-02-16 20:39 Sergei Trofimovich
2018-01-18  1:49 Mikle Kolyada
2018-01-13 12:13 Sergei Trofimovich
2017-08-15 22:44 Gilles Dartiguelongue
2017-05-23 18:08 Mart Raudsepp
2016-12-06 19:48 Markus Meier
2016-11-01 17:31 Gilles Dartiguelongue
2016-06-24 20:06 Pacho Ramos
2016-05-03 19:19 Markus Meier
2015-11-16 21:56 Pacho Ramos
2015-11-16 21:56 Pacho Ramos
2015-10-03  8:09 Markus Meier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1604807440.5e66bfc34ba75940b726cfec727b64d780660e5a.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox