Fix relative path for the icons in desktop files which no longer works with
the icon cache.
This commit is contained in:
parent
aa842aaea9
commit
b09b18d3e4
@ -1,7 +1,7 @@
|
||||
Summary: GNOME Bluetooth Subsystem
|
||||
Name: gnome-bluetooth
|
||||
Version: 0.6.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
URL: http://usefulinc.com/software/gnome-bluetooth
|
||||
@ -50,8 +50,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%setup -q
|
||||
%patch1 -p1 -b .pydir
|
||||
|
||||
#perl -pi -e 's|^Icon=.*|Icon=%{_datadir}/pixmaps/blueradio.png|g' \
|
||||
# */*.desktop.in
|
||||
perl -pi -e 's|^Icon=.*|Icon=%{_datadir}/pixmaps/blueradio.png|g' \
|
||||
*/*.desktop.in
|
||||
#perl -pi -e 's#-DGTK_DISABLE_DEPRECATED##g' $(find libegg -name Makefile.in)
|
||||
#sed -i.bool -e 's#gtk.TRUE#True#g;s#gtk.FALSE#False#g' python/*.py
|
||||
|
||||
@ -110,6 +110,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/gnome-bluetooth/
|
||||
|
||||
%changelog
|
||||
* Fri Oct 07 2005 Harald Hoyer <harald@redhat.com> - 0.6.0-2
|
||||
- Fix relative path for the icons in desktop files which no longer works
|
||||
with the icon cache.
|
||||
|
||||
* Wed Sep 28 2005 Harald Hoyer <harald@redhat.com> - 0.6.0-1
|
||||
- new version 0.6.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user