diff --git a/0001-Fix-desktop-file-keywords-in-Nepali-translation.patch b/0001-Fix-desktop-file-keywords-in-Nepali-translation.patch new file mode 100644 index 0000000..4213b51 --- /dev/null +++ b/0001-Fix-desktop-file-keywords-in-Nepali-translation.patch @@ -0,0 +1,27 @@ +From f2bc6950cbe0f7771450d5d29aef474a5352841a Mon Sep 17 00:00:00 2001 +From: Kalev Lember +Date: Tue, 16 Sep 2014 13:34:24 +0200 +Subject: [PATCH] Fix desktop file keywords in Nepali translation + +It has to be a semicolon separated list that ends with a semicolon as +well. +--- + po/ne.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/po/ne.po b/po/ne.po +index 540db04..5eaff07 100644 +--- a/po/ne.po ++++ b/po/ne.po +@@ -426,7 +426,7 @@ msgstr "अंकगणितीय, वैज्ञानिक वा आर + + #: ../data/gnome-calculator.desktop.in.h:3 + msgid "calculation;arithmetic;scientific;financial;" +-msgstr "अंकगणितीय, वैज्ञानिक वा आर्थिक गणनाहरू " ++msgstr "अंकगणितीय;वैज्ञानिक;आर्थिक;गणनाहरू;" + + #: ../data/gnome-calculator.appdata.xml.in.h:1 + msgid "GNOME Calculator" +-- +2.1.0 + diff --git a/gnome-calculator.spec b/gnome-calculator.spec index 2fd93a2..2fa3ffa 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -9,6 +9,8 @@ URL: http://live.gnome.org/Gcalctool #VCS: git:git://git.gnome.org/gcalctool Source0: http://download.gnome.org/sources/%{name}/3.13/%{name}-%{version}.tar.xz +Patch0: 0001-Fix-desktop-file-keywords-in-Nepali-translation.patch + BuildRequires: glib2-devel BuildRequires: gtk3-devel BuildRequires: libsoup-devel @@ -35,6 +37,7 @@ to do its arithmetic to give a high degree of accuracy. %prep %setup -q +%patch0 -p1 %build