deb packaging with CPack broken after r2779
Not a big issue, but since the checkin of Indonesian language in r2779 deb packaging with CPack fails due to missing mscore/share/locale/mscore_id.qm as referenced in mscore/share/locale/CMakeLists.txt at line 37.
Though it is trivial to patch mscore/share/locale/CMakeLists.txt privatly not to care about mscore_id.qm, an official fix would be nice.
Comments
You are not building MuseScore from scratch I guess. Nothing is broken.
When a new language is added you need to go to build directory and run lrelease to generate the qm file.
cd build
make lrelease
Or build from scratch, but I guess you don't want that.
In reply to You are not building by [DELETED] 5
Thank you, now I know what "make lrelease" in the target "release" of the top-level Makefile is for. The target "unix" I use to build debs lacks "make lrelease". I've uploaded an updated and working patch: http://musescore.org/node/4427#comment-12409.