forio / julia-studio

An IDE for the Julia Language
forio.com/products/julia-studio
GNU General Public License v3.0
223 stars 48 forks source link

Files that should not be installed #220

Open nalimilan opened 10 years ago

nalimilan commented 10 years ago

I've just given a tried at building a julia-studio RPM package for Fedora, and while it seems to work well, I've noted a lot of files are installed which are called q* or qtcreator*. This is a no-go when building a distribution package. Are they really used by Julia Studio?

   /usr/bin/qmlpuppet
   /usr/bin/qtcreator_process_stub
   /usr/bin/qtpromaker
   /usr/bin/sdktool

   /usr/share/icons/hicolor/128x128/apps/QtProject-qtcreator.png
   /usr/share/icons/hicolor/16x16/apps/QtProject-qtcreator.png
   /usr/share/icons/hicolor/24x24/apps/QtProject-qtcreator.png
   /usr/share/icons/hicolor/256x256/apps/QtProject-qtcreator.png
   /usr/share/icons/hicolor/32x32/apps/QtProject-qtcreator.png
   /usr/share/icons/hicolor/48x48/apps/QtProject-qtcreator.png
   /usr/share/icons/hicolor/512x512/apps/QtProject-qtcreator.png
   /usr/share/icons/hicolor/64x64/apps/QtProject-qtcreator.png

And then there's a huge list of files under /usr/share/qtcreator/.

BTW, the executable is called JuliaStudio, which is IMHO very unusual. Why not julia-studio?