File 0001-fix-git-command-error.patch of Package pinhole
--- a/src/meson.build 2022-12-22 19:06:41.664823515 +0100
+++ b/src/meson.build 2022-12-22 19:24:29.092451436 +0100
@@ -28,7 +28,7 @@
camera_sources += camera_gresources
-commit_hash = run_command('git', ['rev-parse', '--short=8', 'HEAD'], check: true).stdout().strip()
+commit_hash = run_command('echo', ['4bc62b84'], check: true).stdout().strip()
camera_c_args = [
'-DHANDY_USE_UNSTABLE_API',
'-DCAMERA_APPLICATION_ID="@0@"'.format(application_id),