Fix keyword translations in desktop file
https://bugzilla.gnome.org/show_bug.cgi?id=693237
This commit is contained in:
parent
b22f6414eb
commit
b9447bd192
54
devhelp-3.7.5-desktop.patch
Normal file
54
devhelp-3.7.5-desktop.patch
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
From 2fed7a39c0ea7cd94b97400fb6b3aad8f808c31d Mon Sep 17 00:00:00 2001
|
||||||
|
From: Kalev Lember <kalevlember@gmail.com>
|
||||||
|
Date: Wed, 6 Feb 2013 00:54:18 +0100
|
||||||
|
Subject: [PATCH] Fix desktop file keyword translations
|
||||||
|
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=693237
|
||||||
|
---
|
||||||
|
po/el.po | 2 +-
|
||||||
|
po/nl.po | 2 +-
|
||||||
|
po/ug.po | 2 +-
|
||||||
|
3 files changed, 3 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/po/el.po b/po/el.po
|
||||||
|
index a8d892d..6a383be 100644
|
||||||
|
--- a/po/el.po
|
||||||
|
+++ b/po/el.po
|
||||||
|
@@ -44,7 +44,7 @@ msgstr "Περιηγητής τεκμηρίωσης"
|
||||||
|
|
||||||
|
#: ../data/devhelp.desktop.in.in.h:4
|
||||||
|
msgid "documentation;information;manual;developer;api;"
|
||||||
|
-msgstr "τεκμηρίωση·πληροφορίες·εγχειρίδιο·ανάπτυξη·api·"
|
||||||
|
+msgstr "τεκμηρίωση;πληροφορίες;εγχειρίδιο;ανάπτυξη;api;"
|
||||||
|
|
||||||
|
#: ../data/devhelp.schemas.in.h:1
|
||||||
|
msgid "Main window maximized state"
|
||||||
|
diff --git a/po/nl.po b/po/nl.po
|
||||||
|
index c26fec0..ccdb4b1 100644
|
||||||
|
--- a/po/nl.po
|
||||||
|
+++ b/po/nl.po
|
||||||
|
@@ -37,7 +37,7 @@ msgstr "Documentatie-browser"
|
||||||
|
|
||||||
|
#: ../data/devhelp.desktop.in.in.h:4
|
||||||
|
msgid "documentation;information;manual;developer;api;"
|
||||||
|
-msgstr "documentatie;informatie;handleiding;ontwikkeling;api"
|
||||||
|
+msgstr "documentatie;informatie;handleiding;ontwikkeling;api;"
|
||||||
|
|
||||||
|
#: ../data/devhelp.schemas.in.h:1
|
||||||
|
msgid "Main window maximized state"
|
||||||
|
diff --git a/po/ug.po b/po/ug.po
|
||||||
|
index d66cc04..0449370 100644
|
||||||
|
--- a/po/ug.po
|
||||||
|
+++ b/po/ug.po
|
||||||
|
@@ -33,7 +33,7 @@ msgstr "پۈتۈك كۆرگۈ"
|
||||||
|
|
||||||
|
#: ../data/devhelp.desktop.in.in.h:4
|
||||||
|
msgid "documentation;information;manual;developer;api;"
|
||||||
|
-msgstr "documentation;information;manual;developer;api;قوللانما؛ئۇچۇر؛چۈشەندۈرۈشى؛ئىجادىيەتچى؛پروگرامما ئېغىزى؛"
|
||||||
|
+msgstr "documentation;information;manual;developer;api;قوللانما;ئۇچۇر;چۈشەندۈرۈشى;ئىجادىيەتچى;پروگرامما ئېغىزى;"
|
||||||
|
|
||||||
|
#: ../data/org.gnome.devhelp.gschema.xml.h:1
|
||||||
|
msgid "Main window maximized state"
|
||||||
|
--
|
||||||
|
1.8.1.2
|
||||||
|
|
@ -10,6 +10,8 @@ Summary: API documention browser
|
|||||||
URL: http://developer.imendio.com/projects/devhelp
|
URL: http://developer.imendio.com/projects/devhelp
|
||||||
#VCS: git:git://git.gnome.org/devhelp
|
#VCS: git:git://git.gnome.org/devhelp
|
||||||
Source: http://download.gnome.org/sources/devhelp/3.7/devhelp-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/devhelp/3.7/devhelp-%{version}.tar.xz
|
||||||
|
# https://bugzilla.gnome.org/show_bug.cgi?id=693237
|
||||||
|
Patch0: devhelp-3.7.5-desktop.patch
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
@ -41,6 +43,7 @@ into other applications such as IDEs.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n devhelp-%{version}
|
%setup -q -n devhelp-%{version}
|
||||||
|
%patch0 -p1 -b .desktop
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
|
Loading…
Reference in New Issue
Block a user