Update to 3.17.90
This commit is contained in:
parent
6d6343a855
commit
6aa6fbb11b
1
.gitignore
vendored
1
.gitignore
vendored
@ -90,3 +90,4 @@ orca-2.31.6.tar.bz2
|
||||
/orca-3.17.2.tar.xz
|
||||
/orca-3.17.3.tar.xz
|
||||
/orca-3.17.4.tar.xz
|
||||
/orca-3.17.90.tar.xz
|
||||
|
||||
@ -1,54 +0,0 @@
|
||||
From 2136d6925f57a5fa900220bfdddbc4b1387b8bf1 Mon Sep 17 00:00:00 2001
|
||||
From: David King <amigadave@amigadave.com>
|
||||
Date: Tue, 28 Jul 2015 09:56:05 +0100
|
||||
Subject: [PATCH] Fix desktop file translations
|
||||
|
||||
List keys must end with semicolons. Found with desktop-file-validate.
|
||||
---
|
||||
po/bs.po | 2 +-
|
||||
po/oc.po | 2 +-
|
||||
po/sl.po | 2 +-
|
||||
3 files changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/po/bs.po b/po/bs.po
|
||||
index 65e48b8..11911bc 100644
|
||||
--- a/po/bs.po
|
||||
+++ b/po/bs.po
|
||||
@@ -28,7 +28,7 @@ msgstr "Obezbjeđuje pristup grafičkom okruženju preko sintetizovanog govora i
|
||||
|
||||
#: ../orca.desktop.in.h:4
|
||||
msgid "screen reader;speech;braille;"
|
||||
-msgstr "čitač ekrana;govor;brailleovo pismo"
|
||||
+msgstr "čitač ekrana;govor;brailleovo pismo;"
|
||||
|
||||
#. Translators: short braille for the rolename of an invalid GUI object.
|
||||
#. We strive to keep it under three characters to preserve real estate.
|
||||
diff --git a/po/oc.po b/po/oc.po
|
||||
index 5b11418..281cf5f 100644
|
||||
--- a/po/oc.po
|
||||
+++ b/po/oc.po
|
||||
@@ -40,7 +40,7 @@ msgstr ""
|
||||
msgid "screen reader;speech;braille;"
|
||||
msgstr ""
|
||||
"lector d'ecran;oral;braille;votz;sintèsi vocala;sintesi vocala;lector "
|
||||
-"ecran;tts"
|
||||
+"ecran;tts;"
|
||||
|
||||
#. Translators: short braille for the rolename of an invalid GUI object.
|
||||
#. We strive to keep it under three characters to preserve real estate.
|
||||
diff --git a/po/sl.po b/po/sl.po
|
||||
index cd43a2c..06412e4 100644
|
||||
--- a/po/sl.po
|
||||
+++ b/po/sl.po
|
||||
@@ -41,7 +41,7 @@ msgstr ""
|
||||
|
||||
#: ../orca.desktop.in.h:4
|
||||
msgid "screen reader;speech;braille;"
|
||||
-msgstr "govor;zaslonski bralnik;Braillova pisava;brajica;povečevalnik"
|
||||
+msgstr "govor;zaslonski bralnik;Braillova pisava;brajica;povečevalnik;"
|
||||
|
||||
#. Translators: short braille for the rolename of an invalid GUI object.
|
||||
#. We strive to keep it under three characters to preserve real estate.
|
||||
--
|
||||
2.4.6
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: orca
|
||||
Version: 3.17.4
|
||||
Version: 3.17.90
|
||||
Release: 1%{?dist}
|
||||
Summary: Assistive technology for people with visual impairments
|
||||
|
||||
@ -8,8 +8,6 @@ License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Orca
|
||||
#VCS: git:git://git.gnome.org/orca
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.17/%{name}-%{version}.tar.xz
|
||||
# Taken from upstream git.
|
||||
Patch0: orca-3.17.4-desktop-file-translations.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -44,7 +42,6 @@ provider interface (AT-SPI), e.g. the GNOME desktop.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -93,6 +90,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
|
||||
- Update to 3.17.90
|
||||
|
||||
* Tue Jul 28 2015 David King <amigadave@amigadave.com> - 3.17.4-1
|
||||
- Update to 3.17.4
|
||||
- Update URL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user