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.
This pull request adds support for the
DESTDIR
andPREFIX
environment variables commonly used in packaging systems to build system images. Further, it allows for some of theCXXFLAG
s to be overridden with the settings preferred by the environment. Further, anuninstall
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.