File common-pri.patch of Package seamly2d
--- a/common.pri 2026-01-17 20:16:43.827510806 +0300
+++ b/common.pri 2026-01-17 20:15:33.030656794 +0300
@@ -144,7 +144,7 @@
# Release mode
#build revision number for using in version
#get the short form of the latest commit's changeset hash, i.e. a 12-character hexadecimal string
- DVCS_HESH=$$system("git rev-parse --short=12 HEAD") #get SHA1 commit hash
+ DVCS_HESH=$$system("echo LATEST_COMMIT_HASH") #get SHA1 commit hash
message("common.pri: Latest commit hash:" $${DVCS_HESH})
isEmpty(DVCS_HESH){