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 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.
|
||||
|
||||
|
37
orca.spec
37
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 <silvan.calarco@mambasoft.it>
|
||||
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
|
||||
#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 <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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user