From 5fed15a212cebc0a423e9ff0cb8b482034aded36 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 1 May 2009 17:31:31 +0000 Subject: [PATCH] - Touch the icon theme directory, should fix the icon not appearing properly on new installs --- gnome-bluetooth.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 8f48b45..31f4778 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,6 +1,6 @@ Name: gnome-bluetooth Version: 2.27.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Bluetooth graphical utilities Group: Applications/Communications @@ -114,6 +114,7 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule \ %{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas \ >& /dev/null || : +touch %{_datadir}/icons/hicolor if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor fi @@ -149,6 +150,7 @@ fi %postun scrollkeeper-update -q update-desktop-database -q +touch %{_datadir}/icons/hicolor if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor fi @@ -182,6 +184,10 @@ fi %{_datadir}/gtk-doc/html/gnome-bluetooth/ %changelog +* Fri May 01 2009 Bastien Nocera 2.27.4-3 +- Touch the icon theme directory, should fix the icon not appearing + properly on new installs + * Thu Apr 16 2009 - Bastien Nocera - 2.27.4-2 - Require the PA Bluetooth plugins