rpms/kdesdk/F-9 kdesdk-4.1.1-quit.patch, NONE, 1.1 kdesdk.spec, 1.103, 1.104

Than Ngo than at fedoraproject.org
Wed Sep 24 12:19:36 UTC 2008


Author: than

Update of /cvs/extras/rpms/kdesdk/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9283

Modified Files:
	kdesdk.spec 
Added Files:
	kdesdk-4.1.1-quit.patch 
Log Message:
show quit in the menu


kdesdk-4.1.1-quit.patch:

--- NEW FILE kdesdk-4.1.1-quit.patch ---
diff -up kdesdk-4.1.1/lokalize/src/kaider.cpp.orig kdesdk-4.1.1/lokalize/src/kaider.cpp
--- kdesdk-4.1.1/lokalize/src/kaider.cpp.orig	2008-09-24 12:23:07.000000000 +0200
+++ kdesdk-4.1.1/lokalize/src/kaider.cpp	2008-09-24 12:18:31.000000000 +0200
@@ -221,11 +221,11 @@ void KAider::setupActions()
     connect (_catalog,SIGNAL(cleanChanged(bool)),action,SLOT(setDisabled(bool)));
     connect (_catalog,SIGNAL(cleanChanged(bool)),this,SLOT(setModificationSign(bool)));
     action = KStandardAction::saveAs(this, SLOT(fileSaveAs()), ac);
-    //action = KStandardAction::quit(qApp, SLOT(quit()), ac);
-    //action->setText(i18nc("@action:inmenu","Close all Lokalize windows"));
+    action = KStandardAction::quit(qApp, SLOT(quit()), ac);
+    action->setText(i18nc("@action:inmenu","Close all Lokalize windows"));
 
-    //KStandardAction::quit(kapp, SLOT(quit()), ac);
-    //KStandardAction::quit(this, SLOT(deleteLater()), ac);
+    KStandardAction::quit(kapp, SLOT(quit()), ac);
+    KStandardAction::quit(this, SLOT(deleteLater()), ac);
 
 
 //Settings


Index: kdesdk.spec
===================================================================
RCS file: /cvs/extras/rpms/kdesdk/F-9/kdesdk.spec,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- kdesdk.spec	29 Aug 2008 19:32:29 -0000	1.103
+++ kdesdk.spec	24 Sep 2008 12:19:05 -0000	1.104
@@ -1,7 +1,7 @@
 
 Name:           kdesdk
 Version:        4.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The KDE Software Development Kit (SDK)
 
 Group:          User Interface/Desktops
@@ -9,6 +9,8 @@
 License:        GPLv2
 URL:            http://www.kde.org/
 Source0:        ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.tar.bz2
+# upstream patches
+Patch100:       kdesdk-4.1.1-quit.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  kde-filesystem >= 4
@@ -87,6 +89,8 @@
 %prep
 %setup -q
 
+# upstream patches
+%patch100 -p1 -b .quit
 
 %build
 mkdir -p %{_target_platform}
@@ -216,6 +220,9 @@
 
 
 %changelog
+* Wed Sep 24 2008 Than Ngo <than at redhat.com> 4.1.1-2
+- show quit in the menu
+
 * Fri Aug 29 2008 Than Ngo <than at redhat.com> 4.1.1-1
 - 4.1.1
 




More information about the fedora-extras-commits mailing list