summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2013-02-05 16:53:52 +0100
committerKalev Lember <kalevlember@gmail.com>2013-02-05 16:53:52 +0100
commit76fbf2aed9c3fbd468fe9f6f0eab39c313a67c79 (patch)
treeb92da5c787202c71224ad725c537f0b64f27f012 /gtk3.spec
parentUpdate to 3.7.8 (diff)
downloadgtk3-classic-build-gtk3-76fbf2aed9c3fbd468fe9f6f0eab39c313a67c79.tar.gz
gtk3-classic-build-gtk3-76fbf2aed9c3fbd468fe9f6f0eab39c313a67c79.tar.bz2
gtk3-classic-build-gtk3-76fbf2aed9c3fbd468fe9f6f0eab39c313a67c79.zip
Fix the build
Update the %files list to fix the build and adjust the dep versions for the 3.7.8 release.
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 7f75a01..c302cf3 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -5,8 +5,8 @@
%global glib2_version 2.35.3
%global pango_version 1.32.4
-%global gdk_pixbuf_version 2.26.0
-%global atk_version 2.5.3
+%global gdk_pixbuf_version 2.27.1
+%global atk_version 2.7.5
%global cairo_version 1.10.0
%global xrandr_version 1.2.99.4-2
@@ -225,6 +225,7 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
%if %{with_broadway}
%{_bindir}/broadwayd
+%{_mandir}/man1/broadwayd.1*
%endif
%files immodules
bgstack15