From 77f3560d50a8094542ce2681c367a9da352c1fc6 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 25 Sep 2013 11:50:23 +0100 Subject: [PATCH] Backport a patch from master to fix the build --- ...-typo-in-desktop-keyword-translation.patch | 25 +++++++++++++++++++ gnome-system-monitor.spec | 2 ++ 2 files changed, 27 insertions(+) create mode 100644 0001-fix-typo-in-desktop-keyword-translation.patch diff --git a/0001-fix-typo-in-desktop-keyword-translation.patch b/0001-fix-typo-in-desktop-keyword-translation.patch new file mode 100644 index 0000000..0dc96cd --- /dev/null +++ b/0001-fix-typo-in-desktop-keyword-translation.patch @@ -0,0 +1,25 @@ +From 94e7964ef09d1344ee02b5a900ba1d6109e7ba91 Mon Sep 17 00:00:00 2001 +From: Olav Vitters +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 + diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index 3bd277f..d82c67c 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -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