This README is intended to clarify the use of the "patch",
the batch file is used as svn diff does not capture all
the changes made. (An improved svn diff has been pushed
back to the 1.6 release)

Intructions
-----------
1/
Check out a pristine copy of trunk to a temp directory. It only needs to contain
mythtv and mythplugins if you want.

2/
Copy the reorganise-theme directory into the temp dir containg the trunk svn wc.

3/
Expected directory structure:
temp
  -> reorganise-theme
  -> trunk

4/
Execute the shell script from the reorganise-themes dir
  "./patch-themes"
 
5/
Select the plugin to be updated
 
6/
Review the working copy and commit if happy with it. :)


Testing
-------
This "patch" has been tested against the svn r15381

1/
A pristine source tree (mythtv and mythplugins) was built and installed,
the file listing of $${PREFIX}/share was generated.

2/
All installed files were then purged.

3/
A patched source tree (mythtv and mythplugins) was built and installed,
the file listing of $${PREFIX}/share was generated
and compared to the pristine listing.

4/
If the file listings were identical then the patch was considered OK.
