update to 40.0 [release 40.0-1mamba;Thu May 27 2021]
This commit is contained in:
parent
2b00fa24e1
commit
1975308e86
@ -1,4 +1,3 @@
|
|||||||
# orca
|
# 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.
|
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.
|
||||||
|
|
||||||
|
39
orca.spec
39
orca.spec
@ -1,44 +1,38 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1)
|
||||||
Name: orca
|
Name: orca
|
||||||
Version: 3.38.2
|
Version: 40.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A free, open source scriptable screen reader
|
Summary: A free, open source scriptable screen reader
|
||||||
Group: Graphical Desktop/Applications/Accessibility
|
Group: Graphical Desktop/Applications/Accessibility
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://live.gnome.org/Orca
|
URL: https://wiki.gnome.org/action/show/Projects/Orca?action=show
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/orca/%{majver}/orca-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/orca/%{majver}/orca-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
|
||||||
BuildRequires: libglib-devel
|
|
||||||
BuildRequires: libpython36-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python-atspi
|
#BuildRequires: python-atspi
|
||||||
BuildRequires: python-gnome-devel
|
#BuildRequires: python-gnome-devel
|
||||||
BuildRequires: libat-spi2-core-devel
|
BuildRequires: libat-spi2-core-devel
|
||||||
BuildRequires:pygobject-py3
|
BuildRequires: pygobject-py3
|
||||||
Requires: python-gnome
|
#Requires: python-gnome
|
||||||
Requires: pygtk
|
#Requires: pygtk
|
||||||
Requires: python-atspi
|
#Requires: python-atspi
|
||||||
Requires: gnome-speech
|
Requires: gnome-speech
|
||||||
Requires: at-spi2-core
|
Requires: at-spi2-core
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%setup -q
|
||||||
|
|
||||||
%build
|
%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 \
|
%configure \
|
||||||
PYTHON=%{__python36}
|
PYTHON=%{__python3}
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -55,19 +49,22 @@ Orca is a free, open source scriptable screen reader. Using various combinations
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/xdg/autostart/orca-autostart.desktop
|
%{_sysconfdir}/xdg/autostart/orca-autostart.desktop
|
||||||
%{_bindir}/orca
|
%{_bindir}/orca
|
||||||
%{python36_sitelib}/orca/
|
|
||||||
#%{_datadir}/applications/orca.desktop
|
|
||||||
%{_datadir}/icons/hicolor/*/apps/orca.png
|
%{_datadir}/icons/hicolor/*/apps/orca.png
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/orca.svg
|
%{_datadir}/icons/hicolor/scalable/apps/orca.svg
|
||||||
%{_datadir}/icons/hicolor/symbolic/apps/orca-symbolic.svg
|
%{_datadir}/icons/hicolor/symbolic/apps/orca-symbolic.svg
|
||||||
%{_datadir}/orca/ui/orca-*.ui
|
%{_datadir}/orca/ui/orca-*.ui
|
||||||
%dir %{_datadir}/help/*/orca
|
%dir %{_datadir}/help/*/orca
|
||||||
%{_datadir}/help/*/orca/*
|
%{_datadir}/help/*/orca/*
|
||||||
|
%dir %{python3_sitelib}/orca/
|
||||||
|
%{python3_sitelib}/orca/*
|
||||||
%{_mandir}/man1/orca.1*
|
%{_mandir}/man1/orca.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
# ChangeLog NEWS README TODO
|
# ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 40.0-1mamba
|
||||||
|
- update to 40.0
|
||||||
|
|
||||||
* Wed Dec 23 2020 Automatic Build System <autodist@mambasoft.it> 3.38.2-1mamba
|
* Wed Dec 23 2020 Automatic Build System <autodist@mambasoft.it> 3.38.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user