From 0d9fba4609ac00c0826ac02dca115330d020d313 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mar 20 2013 22:12:47 +0000 Subject: Fix desktop file keyword translations --- diff --git a/gnome-calculator-keywords.patch b/gnome-calculator-keywords.patch new file mode 100644 index 0000000..17badae --- /dev/null +++ b/gnome-calculator-keywords.patch @@ -0,0 +1,26 @@ +From 336758c245cc31dd791ff92255e8ccfca70770e6 Mon Sep 17 00:00:00 2001 +From: Kalev Lember +Date: Wed, 20 Mar 2013 23:07:37 +0100 +Subject: [PATCH] Fix desktop file keyword translations + +https://bugzilla.gnome.org/show_bug.cgi?id=696231 +--- + po/sk.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/po/sk.po b/po/sk.po +index 65d8fd8..f21299b 100644 +--- a/po/sk.po ++++ b/po/sk.po +@@ -419,7 +419,7 @@ msgstr "Vykonáva aritmetické, vedecké alebo finančné výpočty" + + #: ../data/gnome-calculator.desktop.in.h:3 + msgid "calculation;arithmetic;scientific;financial;" +-msgstr "výpočty;aritmetické;vedecké;finančné" ++msgstr "výpočty;aritmetické;vedecké;finančné;" + + #: ../data/org.gnome.calculator.gschema.xml.in.h:1 + msgid "Accuracy value" +-- +1.8.1.4 + diff --git a/gnome-calculator.spec b/gnome-calculator.spec index ef4d8b2..619374e 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -8,6 +8,7 @@ License: GPLv2+ URL: http://live.gnome.org/Gcalctool #VCS: git:git://git.gnome.org/gcalctool Source0: http://download.gnome.org/sources/%{name}/3.7/%{name}-%{version}.tar.xz +Patch0: gnome-calculator-keywords.patch BuildRequires: glib2-devel BuildRequires: gtk3-devel @@ -34,6 +35,7 @@ to do its arithmetic to give a high degree of accuracy. %prep %setup -q +%patch0 -p1 -b .keywords %build