rebuilt with --enable-wayland-backend (needed by gst-plugins-bad 1.8.0) [release 3.20.3-2mamba;Tue Apr 19 2016]
This commit is contained in:
parent
905125fe0b
commit
0093298e51
100
libgtk.spec
100
libgtk.spec
@ -1,14 +1,14 @@
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
%define libver 3.0
|
||||
%define binver 3.0.0
|
||||
%define atk_version 2.5.3
|
||||
%define glib_version 2.33.1
|
||||
%define pango_version 1.30.0
|
||||
%define cairo_version 1.10.0
|
||||
%define gdk_pixbuf_version 2.26.0
|
||||
#%define atk_version 2.5.3
|
||||
#%define glib_version 2.33.1
|
||||
#%define pango_version 1.30.0
|
||||
#%define cairo_version 1.10.0
|
||||
#%define gdk_pixbuf_version 2.26.0
|
||||
|
||||
Name: libgtk
|
||||
Version: 3.18.9
|
||||
Version: 3.20.3
|
||||
Release: 2mamba
|
||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs
|
||||
Group: System/Libraries
|
||||
@ -26,27 +26,10 @@ Patch1: libgtk3-fix-gtk-show-uri-crash.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libatk-devel >= %atk_version
|
||||
BuildRequires: libcairo-devel >= %cairo_version
|
||||
BuildRequires: libcups-devel
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel >= %gdk_pixbuf_version
|
||||
BuildRequires: libglib-devel >= %glib_version
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpango-devel >= %pango_version
|
||||
BuildRequires: libpixman-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpthread-stubs-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXcomposite-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
BuildRequires: libXdamage-devel
|
||||
@ -57,6 +40,35 @@ BuildRequires: libXi-devel
|
||||
BuildRequires: libXinerama-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libat-spi2-atk-devel
|
||||
BuildRequires: libat-spi2-core-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcolord-devel
|
||||
BuildRequires: libcups-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libepoxy-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libjson-glib-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: librest-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libthai-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libwayland-devel
|
||||
BuildRequires: libwayland-egl-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libcolord-devel >= 1.2.12-1mamba
|
||||
@ -64,11 +76,11 @@ BuildRequires: libcolord-devel >= 1.2.12-1mamba
|
||||
BuildRequires: bash
|
||||
BuildRequires: binutils
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: glib-dconf >= %glib_version
|
||||
BuildRequires: glib-dconf
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: glib-gettextize >= %glib_version
|
||||
BuildRequires: glib-gettextize
|
||||
BuildRequires: libtasn1-devel
|
||||
BuildRequires: python-glib >= %glib_version
|
||||
BuildRequires: python-glib
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: colord-devel
|
||||
BuildRequires: libkeyutils-devel
|
||||
@ -81,8 +93,9 @@ BuildRequires: libjpeg-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libat-spi2-atk-devel
|
||||
BuildRequires: pkgconfig
|
||||
Requires(post):libglib >= %glib_version
|
||||
Requires(post):libgdk-pixbuf >= %gdk_pixbuf_version
|
||||
BuildRequires: wayland-protocols
|
||||
Requires(post):libglib
|
||||
Requires(post):libgdk-pixbuf
|
||||
Requires: shared-mime-info
|
||||
Provides: gtk3 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: gtk3+ = %{?epoch:%epoch:}%{version}-%{release}
|
||||
@ -161,12 +174,14 @@ gtk+ API documentation.
|
||||
%prep
|
||||
%setup -q -n gtk+-%{version}
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
#%patch0 -p1
|
||||
#%patch1 -p1 -b .gtk-show-uri-gdk-screen
|
||||
|
||||
#sed -i "s|#!/usr/bin/env python|#!%{__python}|" gtk/gtk-builder-convert-%{libver}
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
#:<< ___EOF
|
||||
#autoreconf -f
|
||||
%configure \
|
||||
@ -178,7 +193,8 @@ gtk+ API documentation.
|
||||
--enable-xfixes \
|
||||
--enable-xcomposite \
|
||||
--enable-xdamage \
|
||||
--enable-x11-backend
|
||||
--enable-x11-backend \
|
||||
--enable-wayland-backend
|
||||
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
|
||||
@ -239,6 +255,7 @@ exit 0
|
||||
#sysconfdir}/X11/xinit/xinput.d/im-cedilla.conf
|
||||
%{_bindir}/gtk-query-immodules-%{libver}
|
||||
%{_bindir}/gtk-update-icon-cache
|
||||
%{_bindir}/gtk-query-settings
|
||||
%{_libdir}/libgailutil-*.so.*
|
||||
%{_libdir}/libgdk-*.so.*
|
||||
%{_libdir}/libgtk-*.so.*
|
||||
@ -274,6 +291,7 @@ exit 0
|
||||
%{_mandir}/man1/broadwayd.1*
|
||||
%{_mandir}/man1/gtk-query-immodules-%{libver}.1*
|
||||
%{_mandir}/man1/gtk-launch.1*
|
||||
%{_mandir}/man1/gtk-query-settings.1*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel -f gtk30-properties.lang
|
||||
@ -295,6 +313,8 @@ exit 0
|
||||
%{_includedir}/gtk-%{libver}/gtk/a11y/*.h
|
||||
%dir %{_includedir}/gtk-%{libver}/gdk
|
||||
%{_includedir}/gtk-%{libver}/gdk/*.h
|
||||
%dir %{_includedir}/gtk-%{libver}/gdk/wayland
|
||||
%{_includedir}/gtk-%{libver}/gdk/wayland/*.h
|
||||
%dir %{_includedir}/gtk-%{libver}/gtk
|
||||
%{_includedir}/gtk-%{libver}/gtk/*.h
|
||||
%dir %{_includedir}/gtk-%{libver}/gtk/deprecated
|
||||
@ -313,6 +333,7 @@ exit 0
|
||||
%{_libdir}/libgtk-*.la
|
||||
%{_libdir}/libgtk-*.so
|
||||
%{_datadir}/aclocal/gtk-%{libver}.m4
|
||||
%{_datadir}/gettext/its/gtkbuilder.*
|
||||
%{_datadir}/gir-1.0/Gdk-%{libver}.gir
|
||||
%{_datadir}/gir-1.0/GdkX11-%{libver}.gir
|
||||
%{_datadir}/gir-1.0/Gtk-%{libver}.gir
|
||||
@ -329,6 +350,8 @@ exit 0
|
||||
%{_libdir}/pkgconfig/gtk+-%{libver}.pc
|
||||
%{_libdir}/pkgconfig/gtk+-unix-print-%{libver}.pc
|
||||
%{_libdir}/pkgconfig/gtk+-x11-%{libver}.pc
|
||||
%{_libdir}/pkgconfig/gdk-wayland-%{libver}.pc
|
||||
%{_libdir}/pkgconfig/gtk+-wayland-%{libver}.pc
|
||||
%{_mandir}/man1/gtk-builder-tool.1*
|
||||
%{_mandir}/man1/gtk-encode-symbolic-svg.1*
|
||||
%{_mandir}/man1/gtk3-icon-browser.1*
|
||||
@ -347,6 +370,21 @@ exit 0
|
||||
%{_datadir}/gtk-doc/html/gtk3/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 19 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.20.3-2mamba
|
||||
- rebuilt with --enable-wayland-backend (needed by gst-plugins-bad 1.8.0)
|
||||
|
||||
* Wed Apr 13 2016 Automatic Build System <autodist@mambasoft.it> 3.20.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 31 2016 Automatic Build System <autodist@mambasoft.it> 3.20.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 26 2016 Automatic Build System <autodist@mambasoft.it> 3.20.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 24 2016 Automatic Build System <autodist@mambasoft.it> 3.20.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 11 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.18.9-2mamba
|
||||
- rebuilt by autoport with build requirements: libcolord-devel>=1.2.12-1mamba
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user