Update to 42.0
(cherry picked from commit 0de330eed64b90d56ee9f14ad6d91d85f5d19745)
This commit is contained in:
parent
554d2624b4
commit
d2721cbe33
Binary file not shown.
BIN
orca-42.0.tar.xz
Normal file
BIN
orca-42.0.tar.xz
Normal file
Binary file not shown.
20
orca.spec
20
orca.spec
@ -1,10 +1,10 @@
|
|||||||
Name: orca
|
Name: orca
|
||||||
Version: 3.38.2
|
Version: 42.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Assistive technology for people with visual impairments
|
Summary: Assistive technology for people with visual impairments
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/Orca
|
URL: https://wiki.gnome.org/Projects/Orca
|
||||||
Source0: https://download.gnome.org/sources/orca/3.38/orca-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{version}.tar.xz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: pkgconfig(atk-bridge-2.0) pkgconfig(atspi-2) pkgconfig(liblouis) pkgconfig(pygobject-3.0)
|
BuildRequires: pkgconfig(atk-bridge-2.0) pkgconfig(atspi-2) pkgconfig(liblouis) pkgconfig(pygobject-3.0)
|
||||||
@ -17,11 +17,7 @@ Requires: libwnck3 python3-brlapi python3-louis python3-pyatspi python3-sp
|
|||||||
Orca is a screen reader that provides access to the graphical desktop via user-customizable combinations of speech and/or braille.
|
Orca is a screen reader that provides access to the graphical desktop via user-customizable combinations of speech and/or braille.
|
||||||
Orca works with applications and toolkits that support the assistive technology service provider interface (AT-SPI), e.g. the GNOME desktop.
|
Orca works with applications and toolkits that support the assistive technology service provider interface (AT-SPI), e.g. the GNOME desktop.
|
||||||
|
|
||||||
%package help
|
%package_help
|
||||||
Summary: Help documents for orca
|
|
||||||
|
|
||||||
%description help
|
|
||||||
The orca-help package conatins manual pages and documents for orca.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
@ -33,13 +29,14 @@ The orca-help package conatins manual pages and documents for orca.
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%find_lang orca --with-gnome
|
%find_lang %{name} --with-gnome
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
%check
|
%check
|
||||||
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/orca-autostart.desktop
|
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/orca-autostart.desktop
|
||||||
|
|
||||||
%files -f orca.lang
|
%files -f %{name}.lang
|
||||||
|
%license COPYING
|
||||||
%{_bindir}/orca
|
%{_bindir}/orca
|
||||||
%{python3_sitelib}/orca/
|
%{python3_sitelib}/orca/
|
||||||
%{_datadir}/icons/hicolor/*/apps/orca.png
|
%{_datadir}/icons/hicolor/*/apps/orca.png
|
||||||
@ -49,10 +46,13 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/orca-autostart.de
|
|||||||
%{_sysconfdir}/xdg/autostart/orca-autostart.desktop
|
%{_sysconfdir}/xdg/autostart/orca-autostart.desktop
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc AUTHORS NEWS README COPYING
|
%doc AUTHORS NEWS README
|
||||||
%{_mandir}/man1/orca.1*
|
%{_mandir}/man1/orca.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.0-1
|
||||||
|
- Update to 42.0
|
||||||
|
|
||||||
* Mon May 31 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.2-1
|
* Mon May 31 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.2-1
|
||||||
- Upgrade to 3.38.2
|
- Upgrade to 3.38.2
|
||||||
- Update Version, Release, Source0
|
- Update Version, Release, Source0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user