diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-14 03:04:42 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-14 03:04:42 -0500 |
| commit | d09313d7f2546bde376a20ff739a5e90cb229e25 (patch) | |
| tree | a409e87d73f1fd8dc145a1210d1a44bb1b1982c7 /app-accessibility | |
| parent | 98066fc1faacac449ddea472e456f23ad0e2a515 (diff) | |
| download | baldeagleos-repo-d09313d7f2546bde376a20ff739a5e90cb229e25.tar.gz baldeagleos-repo-d09313d7f2546bde376a20ff739a5e90cb229e25.tar.xz baldeagleos-repo-d09313d7f2546bde376a20ff739a5e90cb229e25.zip | |
Adding metadata
Diffstat (limited to 'app-accessibility')
| -rw-r--r-- | app-accessibility/orca/Manifest | 2 | ||||
| -rw-r--r-- | app-accessibility/orca/orca-50.2.ebuild (renamed from app-accessibility/orca/orca-49.5.ebuild) | 19 |
2 files changed, 16 insertions, 5 deletions
diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest index 4f8ead016384..65126527af7f 100644 --- a/app-accessibility/orca/Manifest +++ b/app-accessibility/orca/Manifest @@ -1,3 +1,3 @@ DIST orca-47.5.tar.xz 3394148 BLAKE2B 8c7c20c48fc681bec42fbf17f08a39ac2c57b6d1804fa6121bd8712a712219247991b59c0d1e125aac6f3ddd891234b641172d8374d6077d008b3fabbb71246c SHA512 01aa17ae47ba60ffdfaa00af16ee0df0e128a3d34d3d0bf75f030970289c7cd860b16c3852699ecc4269d3124a9127d34abde4c4b4ffe8b8e26a6da7ce0a9c4e -DIST orca-49.5.tar.xz 3514924 BLAKE2B 659974487f065fb4373e3c8150dfcfa314139f108b1a699422709d2e2551374931d02400e32c8fd1a19554fd3b7f190f6b5eebff2a487d092378937bdba947ed SHA512 dca938d10552c41404d8f6e2b772846749be15e01af4d7b2104d79eaa983c6909273ba10e528d6534c9425d82411fb268681ab2a0d9b8b7db3475245460e3e79 DIST orca-49.7.tar.xz 3641960 BLAKE2B 3c41572e600a3b24a11f6d4fad72159828d58f0309d61fca23b22e49f579721a9d3cc9b78e2645b92dad146bf0e68501098184a86458653e72022d2196bdd6ae SHA512 8e07841643b9431070e5562491595dcb638e751080ed53a8d090756dac4dc7ad4969bd879012a854db11558c5afe2159d20aab8fe67732d8981a1ff42b5c93e3 +DIST orca-50.2.tar.xz 3718716 BLAKE2B 3cab038389b962ea487bfe711d8f0d21a23e218436e07863103a19f27efd1f82fc97986a87d9b4bf6cac2c41bc14f65a3d37d7fdbfe00b341a1366f0001c581c SHA512 66ee5e6baae0ba37167ce08a17645d3163570575df83ed07f7a34c1ee433a3b958406f16f6accf12fbc36ffa20d99914dacfe34ee17cfe569f4c99ff31260012 diff --git a/app-accessibility/orca/orca-49.5.ebuild b/app-accessibility/orca/orca-50.2.ebuild index 19bd4b57fa23..e5fe42cc7fcd 100644 --- a/app-accessibility/orca/orca-49.5.ebuild +++ b/app-accessibility/orca/orca-50.2.ebuild @@ -2,23 +2,24 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 + PYTHON_COMPAT=( python3_{13..14} ) -inherit gnome2 meson python-single-r1 +inherit gnome2 meson python-single-r1 virtualx DESCRIPTION="Extensible screen reader that provides access to the desktop" HOMEPAGE="https://orca.gnome.org/" LICENSE="LGPL-2.1+ CC-BY-SA-3.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~sparc" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~sparc ~x86" IUSE="+braille test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" DEPEND="${PYTHON_DEPS} - >=app-accessibility/at-spi2-core-2.50:2[introspection] + >=app-accessibility/at-spi2-core-2.56.0[introspection] >=dev-libs/glib-2.28:2 media-libs/gstreamer:1.0[introspection] >=x11-libs/gtk+-3.6.2:3[introspection] @@ -64,7 +65,7 @@ src_configure() { src_test() { # test_structural_navigator needs more time - meson_src_test --timeout-multiplier=10 + virtx meson_src_test --timeout-multiplier=10 } src_install() { @@ -72,3 +73,13 @@ src_install() { python_fix_shebang "${ED}" python_optimize } + +pkg_postinst(){ + gnome2_schemas_update + xdg_icon_cache_update +} + +pkg_postrm(){ + gnome2_schemas_update + xdg_icon_cache_update +} |
