# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/cosmic-panel/cosmic-conf.in # Copyright (C) 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 # --- T2-COPYRIGHT-END --- # Fake git commit sha as it is read while building export VERGEN_GIT_SHA=latest export VERGEN_GIT_COMMIT_DATE=$(date --iso-8601=seconds) export VERGEN_GIT_COMMIT_AUTHOR="The T2 Project / The Cosmic Desktop Project" export VERGEN_GIT_COMMIT_MESSAGE="Package Build fake git message as it is read while building." if atstage cross; then var_remove_regex justopt ' ' 'root=.*' justinstopt= var_append justopt ' ' rootdir=$root var_append justinstopt ' ' "prefix=/$prefix rootdir=$root install" export PKG_CONFIG_ALLOW_CROSS=1 fi