project-imprimis / imprimis

Imprimis, the team based destroyable world shooter game
https://project-imprimis.github.io/www/
15 stars 5 forks source link

Adapt Makefile for packaging and add FreeDesktop application metadata #64

Closed TheEgghead27 closed 2 years ago

TheEgghead27 commented 2 years ago

This pull request adds support for the DESTDIR and PREFIX environment variables commonly used in packaging systems to build system images. Further, it allows for some of the CXXFLAGs to be overridden with the settings preferred by the environment. Further, an uninstall makefile target was added to remove an installation. The .desktop and .metainfo.xml files were added to provide FreeDesktop metadata, which can be installed systemwide for integration with desktop environments, while also being used in the Flatpak for its store pages and launcher interface.