From 1975308e86425156d2abe3cd2d8436232752b275 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:18:55 +0100 Subject: [PATCH] update to 40.0 [release 40.0-1mamba;Thu May 27 2021] --- README.md | 1 - orca.spec | 39 ++++++++++++++++++--------------------- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 59aa776..711a6d8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ # orca Orca is a free, open source scriptable screen reader. Using various combinations of speech, braille, and magnification, Orca helps provide access to applications and toolkits that support the AT-SPI (e.g., the GNOME desktop). The development of Orca has been led by the Accessibility Program Office of Sun Microsystems, Inc. with contributions from many community members. - diff --git a/orca.spec b/orca.spec index 2434b09..abc2650 100644 --- a/orca.spec +++ b/orca.spec @@ -1,44 +1,38 @@ -%define majver %(echo %version | cut -d. -f1-2) +%define majver %(echo %version | cut -d. -f1) Name: orca -Version: 3.38.2 +Version: 40.0 Release: 1mamba Summary: A free, open source scriptable screen reader Group: Graphical Desktop/Applications/Accessibility Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://live.gnome.org/Orca -Source: http://ftp.gnome.org/pub/GNOME/sources/orca/%{majver}/orca-%{version}.tar.xz +URL: https://wiki.gnome.org/action/show/Projects/Orca?action=show +Source: https://download.gnome.org/sources/orca/%{majver}/orca-%{version}.tar.xz License: LGPL ## AUTOBUILDREQ-BEGIN -BuildRequires: glibc-devel -BuildRequires: libglib-devel -BuildRequires: libpython36-devel ## AUTOBUILDREQ-END -BuildRequires: python-atspi -BuildRequires: python-gnome-devel +#BuildRequires: python-atspi +#BuildRequires: python-gnome-devel BuildRequires: libat-spi2-core-devel -BuildRequires:pygobject-py3 -Requires: python-gnome -Requires: pygtk -Requires: python-atspi +BuildRequires: pygobject-py3 +#Requires: python-gnome +#Requires: pygtk +#Requires: python-atspi Requires: gnome-speech Requires: at-spi2-core -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Orca is a free, open source scriptable screen reader. Using various combinations of speech, braille, and magnification, Orca helps provide access to applications and toolkits that support the AT-SPI (e.g., the GNOME desktop). The development of Orca has been led by the Accessibility Program Office of Sun Microsystems, Inc. with contributions from many community members. -%prep +#% debug_package +%prep %setup -q %build -# FIXME: -#checking for PyORBit module GNOME_Magnifier... no -#configure: WARNING: Could not find python ORBit module GNOME_Magnifier - you need gnome-mag-1.0 >= 0.12.5 installed to use magnification %configure \ - PYTHON=%{__python36} + PYTHON=%{__python3} %make @@ -55,19 +49,22 @@ Orca is a free, open source scriptable screen reader. Using various combinations %defattr(-,root,root) %{_sysconfdir}/xdg/autostart/orca-autostart.desktop %{_bindir}/orca -%{python36_sitelib}/orca/ -#%{_datadir}/applications/orca.desktop %{_datadir}/icons/hicolor/*/apps/orca.png %{_datadir}/icons/hicolor/scalable/apps/orca.svg %{_datadir}/icons/hicolor/symbolic/apps/orca-symbolic.svg %{_datadir}/orca/ui/orca-*.ui %dir %{_datadir}/help/*/orca %{_datadir}/help/*/orca/* +%dir %{python3_sitelib}/orca/ +%{python3_sitelib}/orca/* %{_mandir}/man1/orca.1* %doc AUTHORS COPYING # ChangeLog NEWS README TODO %changelog +* Thu May 27 2021 Silvan Calarco 40.0-1mamba +- update to 40.0 + * Wed Dec 23 2020 Automatic Build System 3.38.2-1mamba - automatic version update by autodist