[rkward-cvs] SF.net SVN: rkward:[4278] trunk/rkward/macports

m-eik at users.sourceforge.net m-eik at users.sourceforge.net
Sun Aug 19 10:35:07 UTC 2012


Revision: 4278
          http://rkward.svn.sourceforge.net/rkward/?rev=4278&view=rev
Author:   m-eik
Date:     2012-08-19 10:35:07 +0000 (Sun, 19 Aug 2012)
Log Message:
-----------
MacPorts: workaround for MIME type bug added to README.MacOSX, and lifted the portfile to the current svn version

Modified Paths:
--------------
    trunk/rkward/macports/README.MacOSX
    trunk/rkward/macports/kde/rkward/Portfile

Modified: trunk/rkward/macports/README.MacOSX
===================================================================
--- trunk/rkward/macports/README.MacOSX	2012-08-14 09:35:59 UTC (rev 4277)
+++ trunk/rkward/macports/README.MacOSX	2012-08-19 10:35:07 UTC (rev 4278)
@@ -23,6 +23,10 @@
   sudo launchctl load -w /opt/rkward/Library/LaunchDaemons/org.freedesktop.dbus-system.plist
   launchctl load -w /opt/rkward/Library/LaunchAgents/org.freedesktop.dbus-session.plist
 
+Mandatory: Currently, you need to update the MIME type database manually before you can run any KDE applications successfully. To do this, run the following command *once* in the terminal:
+
+  sudo update-mime-database -V /opt/rkward/share/mime
+
 Optional: As explained, the bundle installs mostly to /opt/rkward. If you want to launch all newly installed applications directly (e.g., R), you probably want to add this to the PATH environment variable, by adding it to ~/.profile:
 
   echo "export PATH=/opt/rkward/bin:/opt/rkward/sbin:\$PATH" >> ~/.profile

Modified: trunk/rkward/macports/kde/rkward/Portfile
===================================================================
--- trunk/rkward/macports/kde/rkward/Portfile	2012-08-14 09:35:59 UTC (rev 4277)
+++ trunk/rkward/macports/kde/rkward/Portfile	2012-08-19 10:35:07 UTC (rev 4278)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 fetch.type          svn
 svn.url             http://rkward.svn.sourceforge.net/svnroot/rkward/trunk
-svn.revision        4250
+svn.revision        4277
 worksrcdir          ${workpath}/trunk/rkward
 
 name                rkward-devel

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the rkward-tracker mailing list