I downloaded megaglest-data-3.6.0.3.tar.xz When I run cmake then run make and install, it installs all the proper folders of data, configuration.xml, glest.ini, glestkeys.ini, and megaglest.bmp (which appears to be unnecessary in the datat directory) into the specified data directory. However, it fails to install editor.ico, g3dviewer.ico, glest.ico, megaglest.ico, and servers.ini which should be installed in the data directory. The archive also contains megaglest.desktop, megaglest.png, and megaglest.xpm which, along with megaglest.bmp, seem to be unnecessary in the data directory and superfluous in the archive since they are also included, more appropriately, in megaglest-source-3.6.0.3.tar.xz. Could the install script at least be updated so as to automatically install editor.ico, g3dviewer.ico, glest.ico, megaglest.ico, and servers.ini?
Also, the html documentation in the docs folder is installed in the games data directory by default, but would it not be more appropriate for that documentation to be installed in /usr/share/doc/megaglest-data-3.6.0.3/html/ by default?
Edit: I made a small patch to update the CMakeLists.txt to include the servers.ini file and omit the unneeded megaglest.bmp file, but I don't see a way to add attachments.