rpms/kdebase4/F-8 kdebase-3.94.0-dolphin-desktop.diff, NONE, 1.1 kdebase4.spec, 1.5, 1.6

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Thu Oct 25 03:03:32 UTC 2007


Author: kkofler

Update of /cvs/pkgs/rpms/kdebase4/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13829/F-8

Modified Files:
	kdebase4.spec 
Added Files:
	kdebase-3.94.0-dolphin-desktop.diff 
Log Message:
patch dolphin.desktop to get Dolphin to start from the menu

kdebase-3.94.0-dolphin-desktop.diff:

--- NEW FILE kdebase-3.94.0-dolphin-desktop.diff ---
diff -ur kdebase-3.94.0/apps/dolphin/src/dolphin.desktop kdebase-3.94.0-dolphin-desktop/apps/dolphin/src/dolphin.desktop
--- kdebase-3.94.0/apps/dolphin/src/dolphin.desktop	2007-10-03 13:02:13.000000000 +0200
+++ kdebase-3.94.0-dolphin-desktop/apps/dolphin/src/dolphin.desktop	2007-10-25 04:59:01.000000000 +0200
@@ -8,7 +8,7 @@
 Name[sr at latin]=Delfin
 Name[uk]=Дельфін
 Name[x-test]=xxDolphinxx
-Exec=dolphin %i %m -caption "%c"
+Exec=dolphin %i -caption "%c"
 Icon=system-file-manager
 Type=Application
 X-DocPath=dolphin/dolphin.html


Index: kdebase4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebase4/F-8/kdebase4.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kdebase4.spec	24 Oct 2007 15:26:30 -0000	1.5
+++ kdebase4.spec	25 Oct 2007 03:02:57 -0000	1.6
@@ -1,7 +1,7 @@
 
 Summary:       K Desktop Environment 4 - Core Files
 Version:       3.94.0
-Release:       1%{?dist}
+Release:       2%{?dist}
 
 %if 0%{?fedora} > 9
 Name:          kdebase
@@ -18,6 +18,7 @@
 Group:         User Interface/Desktops
 URL:           http://www.kde.org/
 Source0:       ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kdebase-%{version}.tar.bz2
+Patch0:        kdebase-3.94.0-dolphin-desktop.diff
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: kde-filesystem
@@ -100,6 +101,7 @@
 
 %prep
 %setup -q -n kdebase-%{version}
+%patch0 -p1
 
 
 %build
@@ -250,6 +252,9 @@
 
 
 %changelog
+* Thu Oct 25 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.94.0-2
+- patch dolphin.desktop to get Dolphin to start from the menu
+
 * Fri Oct 19 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.94.0-1
 - update to 3.94.0
 




More information about the fedora-extras-commits mailing list