Backport a patch from master to fix the build
This commit is contained in:
parent
6897aa9900
commit
77f3560d50
25
0001-fix-typo-in-desktop-keyword-translation.patch
Normal file
25
0001-fix-typo-in-desktop-keyword-translation.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From 94e7964ef09d1344ee02b5a900ba1d6109e7ba91 Mon Sep 17 00:00:00 2001
|
||||
From: Olav Vitters <olav@vitters.nl>
|
||||
Date: Tue, 24 Sep 2013 19:49:57 +0200
|
||||
Subject: [PATCH] fix typo in desktop keyword translation
|
||||
|
||||
---
|
||||
po/et.po | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/po/et.po b/po/et.po
|
||||
index e36ca13..8e1ecfd 100644
|
||||
--- a/po/et.po
|
||||
+++ b/po/et.po
|
||||
@@ -33,7 +33,7 @@ msgid "View current processes and monitor system state"
|
||||
msgstr "Süsteemi oleku ja protsesside jälgimine"
|
||||
|
||||
msgid "Monitor;System;Process;CPU;Memory;Network;History;Usage;"
|
||||
-msgstr "Monitor;Süsteem;Protsess;Protsessor;CPU;Mälu;Võrk;Ajalugu;Kasutus"
|
||||
+msgstr "Monitor;Süsteem;Protsess;Protsessor;CPU;Mälu;Võrk;Ajalugu;Kasutus;"
|
||||
|
||||
msgid "GNOME System Monitor"
|
||||
msgstr "GNOME süsteemijälgija"
|
||||
--
|
||||
1.8.3.1
|
||||
|
@ -15,6 +15,7 @@ Group: Applications/System
|
||||
URL: http://www.gnome.org/
|
||||
#VCS: git:git://git.gnome.org/gnome-system-monitor
|
||||
Source: http://download.gnome.org/sources/gnome-system-monitor/3.10/%{name}-%{version}.tar.xz
|
||||
Patch1: 0001-fix-typo-in-desktop-keyword-translation.patch
|
||||
|
||||
BuildRequires: libgtop2-devel >= %{libgtop2_version}
|
||||
BuildRequires: libwnck3-devel >= %{libwnck_version}
|
||||
@ -38,6 +39,7 @@ such as CPU and memory.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .typo
|
||||
|
||||
%build
|
||||
%configure --enable-systemd
|
||||
|
Loading…
Reference in New Issue
Block a user