rpms/gnome-terminal/devel gnome-terminal.spec,1.85,1.86

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Thu Dec 6 14:53:35 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/gnome-terminal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12614

Modified Files:
	gnome-terminal.spec 
Log Message:
fix desktop file issue



Index: gnome-terminal.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-terminal/devel/gnome-terminal.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- gnome-terminal.spec	6 Dec 2007 14:30:27 -0000	1.85
+++ gnome-terminal.spec	6 Dec 2007 14:53:03 -0000	1.86
@@ -65,12 +65,15 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
+sed -i -e "s/Icon=gnome-terminal.png/Icon=gnome-terminal/" \
+  $RPM_BUILD_ROOT%{_datadir}/applications/gnome-terminal.desktop 
+
 desktop-file-install --vendor gnome --delete-original	\
   --dir $RPM_BUILD_ROOT%{_datadir}/applications		\
   --add-only-show-in GNOME				\
   --remove-category=Application				\
   --add-category=System					\
-  $RPM_BUILD_ROOT%{_datadir}/applications/*
+  $RPM_BUILD_ROOT%{_datadir}/applications/gnome-terminal.desktop
 
 # grr, --disable-scrollkeeper is not good enough
 rm -rf $RPM_BUILD_ROOT/var/scrollkeeper




More information about the fedora-extras-commits mailing list