GNOME Bugzilla – Bug 784974
Service file generation from a template
Last modified: 2017-07-17 14:57:48 UTC
Created attachment 355669 [details] [review] Created template file for service file Currently service file is created on the fly by copying its contents from the Makefile build file. This patch removes those contents from the Makefile, that should only have build information, storing them in a template file.
make distcheck fails, the sed rule for org.gnome.DiskUtility.service somehow needs a reference to the src directory.
Created attachment 355686 [details] [review] Created template file for service file The file was just missing, I have updated the patch to include dbusservice_in_files in EXTRA_DIST.
True! I have forgotten to add it to extra files. I was focused on meson port, sorry!
Thanks again :)