Add rich deps to pull in svg and webp pixbuf loaders (#2112390)
Make sure to pull in the required pixbuf loaders for gdk-pixbuf2. https://bugzilla.redhat.com/show_bug.cgi?id=2112390
This commit is contained in:
parent
b267643f4e
commit
a92f603efb
@ -13,6 +13,11 @@ BuildArch: noarch
|
|||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
|
|
||||||
|
# svg pixbuf loader
|
||||||
|
Requires: (librsvg2 if gdk-pixbuf2)
|
||||||
|
# webp pixbuf loader
|
||||||
|
Requires: (webp-pixbuf-loader if gdk-pixbuf2)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The gnome-backgrounds package contains the default
|
The gnome-backgrounds package contains the default
|
||||||
desktop background, known as the Adwaita background,
|
desktop background, known as the Adwaita background,
|
||||||
@ -87,6 +92,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
|
|||||||
%changelog
|
%changelog
|
||||||
* Sat Aug 13 2022 Kalev Lember <klember@redhat.com> - 43~beta-1
|
* Sat Aug 13 2022 Kalev Lember <klember@redhat.com> - 43~beta-1
|
||||||
- Update to 43.beta
|
- Update to 43.beta
|
||||||
|
- Add rich deps to pull in svg and webp pixbuf loaders (#2112390)
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42.0-2
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user