Build with tracker support enabled (#1908874)
This commit is contained in:
parent
e801574cf4
commit
6d91792505
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: gtk3
|
Name: gtk3
|
||||||
Version: 3.24.30
|
Version: 3.24.30
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: GTK+ graphical user interface library
|
Summary: GTK+ graphical user interface library
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -35,6 +35,7 @@ BuildRequires: pkgconfig(cairo-gobject) >= %{cairo_version}
|
|||||||
BuildRequires: pkgconfig(pango) >= %{pango_version}
|
BuildRequires: pkgconfig(pango) >= %{pango_version}
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf_version}
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf_version}
|
||||||
BuildRequires: pkgconfig(cloudproviders)
|
BuildRequires: pkgconfig(cloudproviders)
|
||||||
|
BuildRequires: pkgconfig(tracker-sparql-3.0)
|
||||||
BuildRequires: pkgconfig(xi)
|
BuildRequires: pkgconfig(xi)
|
||||||
BuildRequires: pkgconfig(xrandr) >= %{xrandr_version}
|
BuildRequires: pkgconfig(xrandr) >= %{xrandr_version}
|
||||||
BuildRequires: pkgconfig(xrender)
|
BuildRequires: pkgconfig(xrender)
|
||||||
@ -166,6 +167,7 @@ export CFLAGS='-fno-strict-aliasing %optflags'
|
|||||||
--enable-broadway-backend \
|
--enable-broadway-backend \
|
||||||
%endif
|
%endif
|
||||||
--enable-cloudproviders \
|
--enable-cloudproviders \
|
||||||
|
--enable-tracker3 \
|
||||||
--enable-colord \
|
--enable-colord \
|
||||||
--enable-installed-tests \
|
--enable-installed-tests \
|
||||||
--with-included-immodules=wayland
|
--with-included-immodules=wayland
|
||||||
@ -305,6 +307,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
|
|||||||
%{_datadir}/installed-tests/
|
%{_datadir}/installed-tests/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 27 2021 Kalev Lember <klember@redhat.com> - 3.24.30-4
|
||||||
|
- Build with tracker support enabled (#1908874)
|
||||||
|
|
||||||
* Mon Sep 20 2021 Kalev Lember <klember@redhat.com> - 3.24.30-3
|
* Mon Sep 20 2021 Kalev Lember <klember@redhat.com> - 3.24.30-3
|
||||||
- Stop creating empty theming-engines directory as it's no longer used
|
- Stop creating empty theming-engines directory as it's no longer used
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user