rpms/kdepim-runtime/devel kdepim-runtime-4.5-beta1-accountwizard_dt.patch, NONE, 1.1 kdepim-runtime.spec, 1.33, 1.34

Rex Dieter rdieter at fedoraproject.org
Fri Jul 2 17:45:31 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/kdepim-runtime/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14033

Modified Files:
	kdepim-runtime.spec 
Added Files:
	kdepim-runtime-4.5-beta1-accountwizard_dt.patch 
Log Message:
fix desktop-file-validate error


kdepim-runtime-4.5-beta1-accountwizard_dt.patch:
 accountwizard.desktop |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kdepim-runtime-4.5-beta1-accountwizard_dt.patch ---
diff -up kdepim-runtime-4.5-beta1/accountwizard/accountwizard.desktop.dt kdepim-runtime-4.5-beta1/accountwizard/accountwizard.desktop
--- kdepim-runtime-4.5-beta1/accountwizard/accountwizard.desktop.dt	2010-07-01 09:47:47.000000000 -0500
+++ kdepim-runtime-4.5-beta1/accountwizard/accountwizard.desktop	2010-07-02 12:47:52.507930082 -0500
@@ -17,7 +17,7 @@ Name[zh_CN]=账户向导
 Name[zh_TW]=帳號精靈
 Exec=accountwizard --package %f
 Type=Application
-NoDisplay=true;
+NoDisplay=true
 Comment=Launch the account wizard to configure PIM accounts.
 Comment[ca]=Llança l'assistent de comptes per configurar comptes de PIM.
 Comment[ca at valencia]=Llança l'assistent de comptes per configurar comptes de PIM.


Index: kdepim-runtime.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdepim-runtime/devel/kdepim-runtime.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- kdepim-runtime.spec	2 Jul 2010 15:50:58 -0000	1.33
+++ kdepim-runtime.spec	2 Jul 2010 17:45:31 -0000	1.34
@@ -14,6 +14,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 
 # show the Akonadi KCM in System Settings (#565420)
 Patch0: kdepim-runtime-4.4.0-show-akonadi-kcm.patch
+# upstreamable patches
+Patch50: kdepim-runtime-4.5-beta1-accountwizard_dt.patch
 
 Requires: %{name}-libs%{?_isa} = %{version}-%{release}
 
@@ -54,6 +56,7 @@ Install %{name}-devel if you want to wri
 %setup -q -n kdepim-runtime-%{version}%{?pre:-%{pre}}
 
 %patch0 -p1 -b .show-akonadi-kcm
+%patch50 -p1 -b .accountwizard_dt
 
 
 %build



More information about the scm-commits mailing list