[packages/libappindicator] - fixed libappindicator-gtk2-devel dependency - non-parallel build because of mono binding
qboosh
qboosh at pld-linux.org
Wed Jan 1 12:29:56 CET 2014
commit ef6ee48e1fa9f3a41f9ff9b2293940419628a12a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Jan 1 12:30:21 2014 +0100
- fixed libappindicator-gtk2-devel dependency
- non-parallel build because of mono binding
libappindicator.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libappindicator.spec b/libappindicator.spec
index 5caa8ff..7682b9f 100644
--- a/libappindicator.spec
+++ b/libappindicator.spec
@@ -81,7 +81,7 @@ Ten pakiet zawiera bibliotekę libappindicator opartą na GTK+ 2.x.
Summary: Development files for libappindicator (GTK+ 2.x version)
Summary(pl.UTF-8): Pliki programistyczne biblioteki libappindicator (wersja dla GTK+ 2.x)
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}-gtk2 = %{version}-%{release}
Requires: glib2-devel >= 1:2.26
Requires: gtk+2-devel >= 2:2.18
Requires: libdbusmenu-devel >= 0.5.90
@@ -271,7 +271,8 @@ cd build-gtk$gtkver
%{!?with_static_libs:--disable-static} \
--with-gtk=$gtkver \
--with-html-dir=%{_gtkdocdir}
-%{__make}
+# -j1 because of racy mono build
+%{__make} -j1
cd ..
done
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libappindicator.git/commitdiff/ef6ee48e1fa9f3a41f9ff9b2293940419628a12a
More information about the pld-cvs-commit
mailing list