|
|
Author: harald
Update of /cvs/dist/rpms/gnome-bluetooth/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17943
Modified Files:
gnome-bluetooth.spec
Log Message:
Fix relative path for the icons in desktop files which no longer works with the
icon cache.
Index: gnome-bluetooth.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-bluetooth/devel/gnome-bluetooth.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- gnome-bluetooth.spec 28 Sep 2005 12:35:11 -0000 1.23
+++ gnome-bluetooth.spec 7 Oct 2005 14:50:50 -0000 1.24
@@ -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 @@
%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 @@
%{_includedir}/gnome-bluetooth/
%changelog
+* Fri Oct 07 2005 Harald Hoyer <harald@xxxxxxxxxx> - 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@xxxxxxxxxx> - 0.6.0-1
- new version 0.6.0
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|