Accepting request 491009 from GNOME:Next

- Add Requires gdk-pixbuf-loader-rsvg. bsc#1007453
    We require adwaita-icon-theme so we need something to load
    the svg icons it provides.

OBS-URL: https://build.opensuse.org/request/show/491009
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=273
This commit is contained in:
Dominique Leuenberger 2017-05-10 10:14:19 +00:00 committed by Git OBS Bridge
parent 6e88f009a8
commit c95fb2f405
2 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,13 @@ Mon Apr 24 10:47:28 UTC 2017 - dimstar@opensuse.org
bgo#780734, bgo#780735, bgo#780878, bgo#780994.
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 24 15:51:44 UTC 2017 - sreeves@suse.com
- Add Requires gdk-pixbuf-loader-rsvg. bsc#1007453
We require adwaita-icon-theme so we need something to load
the svg icons it provides.
-------------------------------------------------------------------
Mon Mar 20 09:03:23 UTC 2017 - zaitor@opensuse.org

View File

@ -105,6 +105,9 @@ Requires: %{name}-schema >= %{version}
Requires: hicolor-icon-theme
# Require Adwaita Icon Theme: It's GTKs icon set, that's guaranteed to be there
Requires: adwaita-icon-theme
# Require gdk-pixbuf-loader-rsvg - bsc#1007453. We require adwaita-icon-theme
# so we need something to load the svg icons.
Requires: gdk-pixbuf-loader-rsvg
# gtk+ can work without branding/translations. Built in defaults will be used then.
Recommends: %{name}-branding
# it's nice to have input modules for various locales installed by default