Skip to content

Commit

Permalink
app-accessibility/at-spi2-atk-2.30.0: fixes, add longdesc
Browse files Browse the repository at this point in the history
Inherit from xdg to ensure env_reset to be on the safe side.
Don't disable p2p with tests, it's not a test knob, but a
atk-bridge feature.
Add longdescription to metadata.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <[email protected]>
  • Loading branch information
leio committed Feb 18, 2019
1 parent 0ee749d commit 5b167cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 1 addition & 4 deletions app-accessibility/at-spi2-atk/at-spi2-atk-2.30.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

inherit gnome.org meson multilib-minimal virtualx
inherit gnome.org meson multilib-minimal virtualx xdg

DESCRIPTION="Gtk module for bridging AT-SPI to Atk"
HOMEPAGE="https://wiki.gnome.org/Accessibility"
Expand All @@ -25,9 +25,6 @@ DEPEND="${RDEPEND}
"

multilib_src_configure() {
local emesonargs=(
-Ddisable_p2p=$(usex test false true)
)
meson_src_configure
}

Expand Down
5 changes: 5 additions & 0 deletions app-accessibility/at-spi2-atk/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@
<email>[email protected]</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
<longdescription lang="en">at-spi2-atk is the library used to bridge ATK to AT-SPI, allowing applications
exposing information via ATK to interface with clients that use AT-SPI. This
module provides the necessary inter-process communication to allow
accessibility-oriented software to operate.
</longdescription>
</pkgmetadata>

0 comments on commit 5b167cb

Please sign in to comment.