fix build

This commit is contained in:
Matthias Clasen 2013-03-06 22:41:16 -05:00
parent 0e3b1346ff
commit 93bf551a99
2 changed files with 16 additions and 0 deletions

12
baobab-keywords.patch Normal file
View File

@ -0,0 +1,12 @@
diff -up baobab-3.7.91/po/de.po.keywords baobab-3.7.91/po/de.po
--- baobab-3.7.91/po/de.po.keywords 2013-03-06 22:38:37.266904374 -0500
+++ baobab-3.7.91/po/de.po 2013-03-06 22:38:45.443904082 -0500
@@ -47,7 +47,7 @@ msgstr "Ordnergrößen und freien Festpl
# http://developer.gnome.org/integration-guide/3.6/desktop-files.html.de
#: ../data/baobab.desktop.in.in.h:3
msgid "storage;space;cleanup;"
-msgstr "Speicherplatz;Belegung;Kapazität;Frei;Aufräumen"
+msgstr "Speicherplatz;Belegung;Kapazität;Frei;Aufräumen;"
#: ../data/org.gnome.baobab.gschema.xml.in.h:1
msgid "Excluded partitions URIs"

View File

@ -8,6 +8,9 @@ License: GPLv2+ and GFDL
URL: https://live.gnome.org/Baobab URL: https://live.gnome.org/Baobab
Source0: http://download.gnome.org/sources/baobab/3.7/%{name}-%{version}.tar.xz Source0: http://download.gnome.org/sources/baobab/3.7/%{name}-%{version}.tar.xz
# https://bugzilla.gnome.org/show_bug.cgi?id=695340
Patch0: baobab-keywords.patch
BuildRequires: chrpath BuildRequires: chrpath
BuildRequires: gobject-introspection-devel BuildRequires: gobject-introspection-devel
BuildRequires: gtk3-devel BuildRequires: gtk3-devel
@ -29,6 +32,7 @@ any change made to your home folder as far as any mounted/unmounted device.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .keywords
%build %build