Fix the build
This commit is contained in:
parent
6d0f6e5596
commit
e82d408940
26
0001-Fix-desktop-file-keywords-Breton-translation.patch
Normal file
26
0001-Fix-desktop-file-keywords-Breton-translation.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From 0166813fc2ff51f1be66734943f8b279c19395ed Mon Sep 17 00:00:00 2001
|
||||
From: Kalev Lember <kalevlember@gmail.com>
|
||||
Date: Tue, 14 Oct 2014 09:05:43 +0200
|
||||
Subject: [PATCH] Fix desktop file keywords Breton translation
|
||||
|
||||
It's a string list and must be terminated with a semicolon.
|
||||
---
|
||||
po/br.po | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/po/br.po b/po/br.po
|
||||
index bf1f30c..f2ebd2e 100644
|
||||
--- a/po/br.po
|
||||
+++ b/po/br.po
|
||||
@@ -41,7 +41,7 @@ msgstr "Gwiriañ mentoù an teuliadoù ha plas hegerz war ar gantennad"
|
||||
|
||||
#: ../data/org.gnome.baobab.desktop.in.in.h:3
|
||||
msgid "storage;space;cleanup;"
|
||||
-msgstr "kadaviñ;egor;naetaat"
|
||||
+msgstr "kadaviñ;egor;naetaat;"
|
||||
|
||||
#: ../data/org.gnome.baobab.gschema.xml.in.in.h:1
|
||||
msgid "Excluded partitions URIs"
|
||||
--
|
||||
2.1.0
|
||||
|
@ -10,6 +10,8 @@ License: GPLv2+ and GFDL
|
||||
URL: https://live.gnome.org/Baobab
|
||||
Source0: http://download.gnome.org/sources/baobab/3.14/%{name}-%{version}.tar.xz
|
||||
|
||||
Patch0: 0001-Fix-desktop-file-keywords-Breton-translation.patch
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk3-devel >= %{gtk3_version}
|
||||
@ -33,6 +35,7 @@ any change made to your home folder as far as any mounted/unmounted device.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user