[gtk3] Depend on adwaita-icon-theme to ensure standard icons are available

Kalev Lember kalev at fedoraproject.org
Tue Apr 29 14:44:34 UTC 2014


commit 24ea11af1741cab6b76217cefe2fee9ef8e74779
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Apr 29 16:42:22 2014 +0200

    Depend on adwaita-icon-theme to ensure standard icons are available

 gtk3.spec |    7 ++++++-
 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 at gmail.com> - 3.13.1-2
+- Depend on adwaita-icon-theme to ensure standard icons are available
+
 * Tue Apr 29 2014 Kalev Lember <kalevlember at gmail.com> - 3.13.1-1
 - Update to 3.13.1
 


More information about the scm-commits mailing list