summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk3.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/gtk3.spec b/gtk3.spec
index cc9ace4..67eb699 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -17,7 +17,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
Version: 3.13.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -55,6 +55,8 @@ BuildRequires: libwayland-cursor-devel
BuildRequires: libxkbcommon-devel
%endif
+# standard icons
+Requires: adwaita-icon-theme
# required for icon theme apis to work
Requires: hicolor-icon-theme
@@ -298,6 +300,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Tue Apr 29 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-2
+- Depend on adwaita-icon-theme to ensure standard icons are available
+
* Tue Apr 29 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
- Update to 3.13.1
bgstack15