From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-core/
Date: Wed, 15 Jan 2025 15:22:37 +0000 (UTC) [thread overview]
Message-ID: <1736954535.7f1de7c05ccba317f0c7dd77d0df845f99b78188.pacho@gentoo> (raw)
commit: 7f1de7c05ccba317f0c7dd77d0df845f99b78188
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Mon Sep 23 13:32:47 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 15:22:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1de7c0
app-accessibility/at-spi2-core: Bump to 2.54.0
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38738
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
app-accessibility/at-spi2-core/Manifest | 1 +
.../at-spi2-core/at-spi2-core-2.54.0.ebuild | 75 ++++++++++++++++++++++
2 files changed, 76 insertions(+)
diff --git a/app-accessibility/at-spi2-core/Manifest b/app-accessibility/at-spi2-core/Manifest
index 16dd34fa6712..f6608980fb7a 100644
--- a/app-accessibility/at-spi2-core/Manifest
+++ b/app-accessibility/at-spi2-core/Manifest
@@ -1,3 +1,4 @@
DIST at-spi2-core-2.50.1.tar.xz 567836 BLAKE2B 88916f322efa547be2249388a5f7b698ff7fb9464bc98fa929524616d0d25237328c10678df800b9ce325a3050804e9b0044a43024d06b71381dfc32917700a3 SHA512 d0b342a1ff2a3dd91aa87663412289d1616906c14a37e81b8514882d44981092356dc8a5d5c66b6d980d2cdf22128fff74651a4af6cad73cb62fd3154c5bbeae
DIST at-spi2-core-2.50.2.tar.xz 569124 BLAKE2B 7a69dbeb68b674d5b4e458dc10ba0e266583216f6a45f1924dee28e848bc124802f5181b0b1cc969eae2dfbb13df56b0c87bb1f347f6e323f6474d02a3543664 SHA512 a1c9ca77d34801b421c13f66d72e6101b23896dd210efbd7931ac0778e30c51a20759796a8c121946f57c1683626fd3ef34f88e5ad6495c20f6ac79fd0a96aa4
DIST at-spi2-core-2.52.0.tar.xz 574684 BLAKE2B 642cf8a63700ed5d5e20eb356f60c5d5e771d34bb0a373e95c71898ea2318c41484faec736ec44b1162fac22a075ca5f7b4698b105972ea060d107f9afc7f5b9 SHA512 0482cae97cf5e2295ab56f6ae83db9e1047813a1c3c2b6cd6012f95dfabec1f7a93d0045a1a7c3fabb7a389f71dc43f797b2ad9242e97ddf565cf63948ae146b
+DIST at-spi2-core-2.54.0.tar.xz 575368 BLAKE2B 08aad025e3d9a7c42a7f18bdd0ec72a84713a8346ff7bea5a2926184d0d1722395bf28158693baaef421142c9788bf0677a42f9f523ebb4cd3fd43565f82694c SHA512 ac697055f9e31b264da55dc1b7c92c85905bc6c32dcd6ac7a699f9cc0dec933f7bb1323098e7c2f6bdce91bc7195bd8b4625e39216d9671c85df25a0071f0a3e
diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.54.0.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.54.0.ebuild
new file mode 100644
index 000000000000..e922f5abc70d
--- /dev/null
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.54.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson-multilib systemd virtualx xdg
+
+DESCRIPTION="D-Bus accessibility specifications and registration daemon"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/at-spi2-core"
+
+LICENSE="LGPL-2.1+"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="X dbus-broker gtk-doc +introspection systemd"
+REQUIRED_USE="
+ dbus-broker? ( systemd )
+ gtk-doc? ( X )
+"
+
+DEPEND="
+ >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
+ >=dev-libs/glib-2.67.4:2[${MULTILIB_USEDEP}]
+ >=dev-libs/libxml2-2.9.1:2[${MULTILIB_USEDEP}]
+ introspection? ( >=dev-libs/gobject-introspection-1.54.0:= )
+ systemd? ( sys-apps/systemd[${MULTILIB_USEDEP}] )
+ X? (
+ x11-libs/libX11[${MULTILIB_USEDEP}]
+ x11-libs/libXtst[${MULTILIB_USEDEP}]
+ x11-libs/libXi[${MULTILIB_USEDEP}]
+ )
+
+ !<dev-libs/atk-2.46.0
+ !<app-accessibility/at-spi2-atk-2.46.0
+"
+RDEPEND="${DEPEND}
+ dbus-broker? ( sys-apps/dbus-broker )
+"
+BDEPEND="
+ dev-util/glib-utils
+ gtk-doc? (
+ dev-python/sphinx
+ dev-util/gdbus-codegen
+ >=dev-util/gi-docgen-2021.1
+ )
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+multilib_src_configure() {
+ local emesonargs=(
+ -Ddefault_bus=$(usex dbus-broker dbus-broker dbus-daemon)
+ $(meson_use systemd use_systemd)
+ -Dgtk2_atk_adaptor=true
+ -Dsystemd_user_dir="$(systemd_get_userunitdir)"
+ $(meson_native_use_bool gtk-doc docs)
+ $(meson_native_use_feature introspection)
+ $(meson_feature X x11)
+ -Datk_only=false
+ )
+ meson_src_configure
+}
+
+multilib_src_test() {
+ virtx dbus-run-session meson test -C "${BUILD_DIR}" || die
+}
+
+multilib_src_install_all() {
+ einstalldocs
+
+ if use gtk-doc; then
+ mkdir -p "${ED}"/usr/share/gtk-doc/{libatspi,atk} || die
+ mv "${ED}"/usr/share/doc/libatspi "${ED}"/usr/share/gtk-doc/libatspi/html || die
+ mv "${ED}"/usr/share/doc/atk "${ED}"/usr/share/gtk-doc/atk/html || die
+ fi
+}
next reply other threads:[~2025-01-15 15:22 UTC|newest]
Thread overview: 105+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-15 15:22 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-15 15:22 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-core/ Pacho Ramos
2025-01-15 15:22 Pacho Ramos
2024-07-16 11:44 Pacho Ramos
2024-07-16 11:44 Pacho Ramos
2024-04-07 8:38 Arthur Zamarin
2024-04-06 21:07 Arthur Zamarin
2024-03-16 22:47 Mart Raudsepp
2024-02-10 14:21 Arthur Zamarin
2024-02-10 14:21 Arthur Zamarin
2024-02-10 14:16 Arthur Zamarin
2024-02-10 14:16 Arthur Zamarin
2024-02-03 15:57 Mart Raudsepp
2024-02-03 11:50 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-01-08 7:03 Sam James
2024-01-06 15:32 Mart Raudsepp
2023-09-16 13:55 Matt Turner
2023-09-04 15:48 Matt Turner
2023-08-16 15:46 Arthur Zamarin
2023-08-12 19:40 Arthur Zamarin
2023-07-02 17:31 Sam James
2023-07-02 11:18 Sam James
2023-07-02 8:33 Sam James
2023-07-02 8:33 Sam James
2023-07-02 8:04 Sam James
2023-05-13 0:18 Matt Turner
2023-05-11 14:17 Matt Turner
2023-05-05 6:45 Arthur Zamarin
2023-05-05 6:34 Arthur Zamarin
2023-05-02 19:49 Arthur Zamarin
2023-05-02 19:48 Arthur Zamarin
2023-05-02 18:24 Arthur Zamarin
2023-05-02 17:58 Arthur Zamarin
2023-05-02 17:33 Arthur Zamarin
2023-05-02 17:29 Arthur Zamarin
2023-03-25 3:27 Matt Turner
2022-11-16 18:10 Arthur Zamarin
2022-10-29 22:33 Matt Turner
2022-06-07 23:17 Sam James
2022-05-17 7:56 WANG Xuerui
2022-04-22 4:17 Matt Turner
2022-03-20 22:15 Matt Turner
2022-03-18 14:43 Arthur Zamarin
2022-03-15 20:54 Matt Turner
2021-12-18 23:39 Matt Turner
2021-08-20 23:51 Sam James
2021-08-20 23:51 Sam James
2021-08-20 1:50 Sam James
2021-08-19 2:10 Sam James
2021-08-17 1:42 Sam James
2021-07-24 17:08 Sam James
2021-07-12 16:20 Matt Turner
2021-07-11 2:31 Sam James
2021-07-06 21:30 Sergei Trofimovich
2021-07-06 18:06 Matt Turner
2021-07-06 18:06 Matt Turner
2021-05-21 0:51 Yixun Lan
2021-05-01 19:47 Matt Turner
2021-04-13 4:40 Matt Turner
2021-03-15 18:06 Sergei Trofimovich
2021-01-07 7:45 Fabian Groffen
2020-11-14 9:19 Mikle Kolyada
2020-11-08 3:51 Matt Turner
2020-11-06 6:57 Sam James
2020-07-29 11:23 Mart Raudsepp
2020-07-29 4:49 Sam James
2020-03-25 2:20 Matt Turner
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-29 23:27 Mart Raudsepp
2019-03-11 18:17 Mart Raudsepp
2019-03-03 11:16 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-11 23:24 Sergei Trofimovich
2018-12-09 23:51 Thomas Deutschmann
2018-12-09 11:06 Sergei Trofimovich
2018-12-08 9:44 Sergei Trofimovich
2018-12-08 9:36 Sergei Trofimovich
2018-12-07 21:26 Richard Freeman
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-03-21 1:29 Mart Raudsepp
2017-03-21 1:29 Mart Raudsepp
2016-12-06 19:49 Markus Meier
2016-11-01 17:31 Gilles Dartiguelongue
2016-06-24 20:06 Pacho Ramos
2016-05-03 19:18 Markus Meier
2015-10-03 8:07 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=1736954535.7f1de7c05ccba317f0c7dd77d0df845f99b78188.pacho@gentoo \
--to=pacho@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