File project.diff of Package gtk2
--- gtk2.spec.orig
+++ gtk2.spec
@@ -72,7 +72,8 @@ Patch26: gtk2-bgo607508-button-ev
# PATCH-FIX-OPENSUSE gtk-path-local.patch Search in /usr/local/%{_lib} by default. bnc369696 bgo534474
Patch53: gtk-path-local.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Requires: %{name}-lang = %{version}
+# Toned down to "Recommends" from "Requires" for Tiles@Home
+Recommends: %{name}-lang = %{version}
Requires: hicolor-icon-theme
# gtk2 can exist without branding. Built in defaults will be used then.
Recommends: %{name}-branding
@@ -187,9 +188,12 @@ export CFLAGS=`echo $CFLAGS | sed -e 's/
# http://sources.redhat.com/bugzilla/show_bug.cgi?id=2388
sed -i /HAVE__NL_TIME_FIRST_WEEKDAY/d config.h.in
%endif
+# For Tiles@Home, disable CUPS and dependency tracking
+# (the latter to speed up openSUSE Build Service builds)
%configure \
- --enable-man \
- --with-xinput=xfree
+ --disable-dependency-tracking \
+ --disable-cups \
+ --enable-man
make %{?jobs:-j%jobs}
%install