[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/network/smb4k
From:       Alexander Reinholdt <alexander.reinholdt () kdemail ! net>
Date:       2012-03-31 19:25:41
Message-ID: 20120331192541.46FF8AC89A () svn ! kde ! org
[Download RAW message or body]

SVN commit 1287773 by areinholdt:

Since we have moved to sourceforge.net, rename our mount helper
to net.sourceforge.smb4k.mounthelper.


 M  +8 -8      core/smb4kmounter_p.cpp  
 M  +2 -2      helpers/CMakeLists.txt  
 M  +2 -2      helpers/smb4kmounthelper.actions  
 M  +1 -1      helpers/smb4kmounthelper.cpp  


--- trunk/playground/network/smb4k/core/smb4kmounter_p.cpp #1287772:1287773
@@ -646,8 +646,8 @@
   mount_command << share->canonicalPath();
 #endif
 
-  action->setName( "de.berlios.smb4k.mounthelper.mount" );
-  action->setHelperID( "de.berlios.smb4k.mounthelper" );
+  action->setName( "net.sourceforge.smb4k.mounthelper.mount" );
+  action->setHelperID( "net.sourceforge.smb4k.mounthelper" );
   action->addArgument( "mount_command", mount_command );
   action->addArgument( "home_dir", QDir::homePath() );
 
@@ -671,7 +671,7 @@
 
 bool Smb4KMountJob::doKill()
 {
-  Action( "de.berlios.smb4k.mounthelper.mount" ).stop();
+  Action( "net.sourceforge.smb4k.mounthelper.mount" ).stop();
   return KJob::doKill();
 }
 
@@ -702,7 +702,7 @@
   if ( !actions.isEmpty() )
   {
     emit aboutToStart( m_shares );
-    Action::executeActions( actions, NULL, "de.berlios.smb4k.mounthelper" );
+    Action::executeActions( actions, NULL, "net.sourceforge.smb4k.mounthelper" );
   }
   else
   {
@@ -938,8 +938,8 @@
 
   unmount_command << share->canonicalPath();
 
-  action->setName( "de.berlios.smb4k.mounthelper.unmount" );
-  action->setHelperID( "de.berlios.smb4k.mounthelper" );
+  action->setName( "net.sourceforge.smb4k.mounthelper.unmount" );
+  action->setHelperID( "net.sourceforge.smb4k.mounthelper" );
   action->addArgument( "umount_command", unmount_command );
 
   // Now add everything we need.
@@ -952,7 +952,7 @@
 
 bool Smb4KUnmountJob::doKill()
 {
-  Action( "de.berlios.smb4k.mounthelper.unmount" ).stop();
+  Action( "net.sourceforge.smb4k.mounthelper.unmount" ).stop();
   return KJob::doKill();
 }
 
@@ -983,7 +983,7 @@
   if ( !actions.isEmpty() )
   {
     emit aboutToStart( m_shares );
-    Action::executeActions( actions, NULL, "de.berlios.smb4k.mounthelper" );
+    Action::executeActions( actions, NULL, "net.sourceforge.smb4k.mounthelper" );
   }
   else
   {
--- trunk/playground/network/smb4k/helpers/CMakeLists.txt #1287772:1287773
@@ -4,7 +4,7 @@
 target_link_libraries( mounthelper ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS} )
 install( TARGETS mounthelper DESTINATION ${LIBEXEC_INSTALL_DIR} )
 
-kde4_install_auth_helper_files( mounthelper de.berlios.smb4k.mounthelper root )
-kde4_install_auth_actions( de.berlios.smb4k.mounthelper smb4kmounthelper.actions )
+kde4_install_auth_helper_files( mounthelper net.sourceforge.smb4k.mounthelper root )
+kde4_install_auth_actions( net.sourceforge.smb4k.mounthelper smb4kmounthelper.actions )
 
 
--- trunk/playground/network/smb4k/helpers/smb4kmounthelper.actions #1287772:1287773
@@ -1,4 +1,4 @@
-[de.berlios.smb4k.mounthelper.mount]
+[net.sourceforge.smb4k.mounthelper.mount]
 Name=Mount action
 Name[bg]=Монтиране
 Name[da]=Monteringshandling
@@ -39,7 +39,7 @@
 Description[x-test]=xxMounts a sharexx
 Policy=yes
 
-[de.berlios.smb4k.mounthelper.unmount]
+[net.sourceforge.smb4k.mounthelper.unmount]
 Name=Unmount action
 Name[bg]=Демонтиране
 Name[da]=Afmonteringshandling
--- trunk/playground/network/smb4k/helpers/smb4kmounthelper.cpp #1287772:1287773
@@ -38,7 +38,7 @@
 // application specific includes
 #include "smb4kmounthelper.h"
 
-KDE4_AUTH_HELPER_MAIN( "de.berlios.smb4k.mounthelper", Smb4KMountHelper )
+KDE4_AUTH_HELPER_MAIN( "net.sourceforge.smb4k.mounthelper", Smb4KMountHelper )
 
 
 ActionReply Smb4KMountHelper::mount( const QVariantMap &args )
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic