Hello community, here is the log from the commit of package kdebase3 for openSUSE:Factory checked in at 2012-10-22 22:06:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdebase3 (Old) and /work/SRC/openSUSE:Factory/.kdebase3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdebase3", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/kdebase3/kdebase3.changes 2012-10-04 19:55:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdebase3.new/kdebase3.changes 2012-10-22 22:06:23.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Oct 22 05:23:34 UTC 2012 - [email protected] + +- remove sysinfo entry from kickoff menu because sysinfo has been + removed already (as it requires hal) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kickoff-install-software.diff ++++++ --- /var/tmp/diff_new_pack.Ek4xfv/_old 2012-10-22 22:06:27.000000000 +0200 +++ /var/tmp/diff_new_pack.Ek4xfv/_new 2012-10-22 22:06:27.000000000 +0200 @@ -7,9 +7,9 @@ + p = KService::serviceByStorageId("/usr/share/applications/package-manager.desktop"); + m_systemView->insertMenuItem(p, nId++, index++); + - m_systemView->insertItem( "info", i18n( "System Information" ), - "sysinfo:/", "sysinfo:/", nId++, index++ ); + m_systemView->insertSeparator( nId++, i18n("System Folders"), index++ ); + m_systemView->insertItem( "folder_home", i18n( "Home Folder" ), --- kicker/kicker/ui/itemview.cpp 2007/08/08 15:14:50 1.141 +++ kicker/kicker/ui/itemview.cpp 2007/08/08 15:59:35 @@ -139,7 +139,9 @@ ++++++ kickoff.diff ++++++ --- /var/tmp/diff_new_pack.Ek4xfv/_old 2012-10-22 22:06:27.000000000 +0200 +++ /var/tmp/diff_new_pack.Ek4xfv/_new 2012-10-22 22:06:27.000000000 +0200 @@ -1588,7 +1588,7 @@ +} --- kicker/ui/k_new_mnu.cpp (Revision 0) +++ kicker/ui/k_new_mnu.cpp (Revision 849791) -@@ -0,0 +1,3779 @@ +@@ -0,0 +1,3776 @@ +/***************************************************************** + + Copyright (c) 1996-2000 the kicker authors. See file AUTHORS. @@ -2936,9 +2936,6 @@ + KService::Ptr p = KService::serviceByStorageId("/usr/share/applications/YaST.desktop"); + m_systemView->insertMenuItem(p, nId++, index++); + -+ m_systemView->insertItem( "info", i18n( "System Information" ), -+ "sysinfo:/", "sysinfo:/", nId++, index++ ); -+ + m_systemView->insertSeparator( nId++, i18n("System Folders"), index++ ); + + m_systemView->insertItem( "folder_home", i18n( "Home Folder" ), -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
