Drop upstreamed patch
This commit is contained in:
parent
c326a6797e
commit
d865a89c40
@ -1,26 +0,0 @@
|
||||
From 70f40c868d76f902ded56b349d3e33e83ac74212 Mon Sep 17 00:00:00 2001
|
||||
From: Kalev Lember <klember@redhat.com>
|
||||
Date: Sun, 20 Mar 2016 17:09:15 +0100
|
||||
Subject: [PATCH] Fix desktop file keywords in Slovenian translation
|
||||
|
||||
It's a string list and must be terminated with a semicolon.
|
||||
---
|
||||
po/sl.po | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/po/sl.po b/po/sl.po
|
||||
index 55d8e05..72e3dba 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.5.0
|
||||
|
||||
@ -9,9 +9,6 @@ URL: https://wiki.gnome.org/Projects/Orca
|
||||
#VCS: git:git://git.gnome.org/orca
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.20/%{name}-%{version}.tar.xz
|
||||
|
||||
# Backported from upstream
|
||||
Patch0: 0001-Fix-desktop-file-keywords-in-Slovenian-translation.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: pkgconfig(atk-bridge-2.0)
|
||||
@ -45,7 +42,6 @@ provider interface (AT-SPI), e.g. the GNOME desktop.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
|
||||
%build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user