# upstream git revision: f39eaea64451349803de0db05a1cf0a236a6b29b # fail if upstream's .config changes for ((i=0; i<${#sha256sums[@]}; i++)); do if [ "${sha256sums[${i}]}" = '1849351b506a1110c5325eaac7e9c0c697baf6c885cf4bbadb6117b6f09186c7' ]; then sha256sums[${i}]='3b691a0458a314b8f85d98f03971ccebf637ca5ea093e19f8c58fd89232458bc' fi done eval "$( declare -f package_linux-zen-headers | \ sed ' \,/tools/objtool" ,d \,arch/x86/Makefile, { a \ install -t "${builddir}/arch/x86" -m644 arch/x86/Makefile_32.cpu } $ i depends+=(gcc-libs=$(_get_gcc_version_from_config)) ' )" _get_gcc_version_from_config() { if [ -z "$srcdir" ]; then gcc --version \ | sed ' s@^.* @@ 1!d ' else for _config_file in "$srcdir/$_srcname/.config" "$srcdir/config" "${srcdir%/*}/config"; do [ -f "$_config_file" ] && break done sed ' s/^CONFIG_CC_VERSION_TEXT="gcc (GCC) \([0-9.]\+\)"$/\1/ t d ' "$_config_file" fi } # use our tarballer instead of cloning from git for ((i=0; i<${#source[@]}; i++)); do infos=$( printf '%s\n' "${source[${i}]}" | \ sed ' s@^\(\([^:]\+\)::\)\?\(git\|hg\)+\([^#?]\+\)\(?signed\)\?#\(\(tag\|commit\)=[^?]\+\)$@\3 \2 \4 \5 \6@ t s@^\(\([^:]\+\)::\)\?\(git\|hg\)+\([^#?]\+\)#\(\(tag\|commit\)=[^?]\+\)\(?signed\)\?$@\3 \2 \4 \7 \5@ t d ' ) if [ -n "${infos}" ]; then source[${i}]=$( type="${infos%% *}" infos="${infos#* }" if [ -n "${infos%% *}" ]; then prefix="${infos%% *}" else prefix='' fi infos="${infos#* }" repo="${infos%% *}" repo64=$( printf '%s' "${repo}" | \ base64 -w0 | \ sed 's/=/%3D/g' ) infos="${infos#* }" if [ "${infos%% *}" = '?signed' ]; then key_check=$( printf '&valid_keys=' printf '%s,' "${validpgpkeys[@]}" | \ sed 's/,$//' ) else key_check='' fi infos="${infos#* }" if [ -z "${prefix}" ]; then prefix="${repo%.git}" prefix="${prefix##*/}" fi prefix_64=$( printf '%s/' "${prefix}" | \ base64 -w0 | \ sed 's/=/%3D/g' ) printf '%s-%s.tar.gz::https://archive-server.archlinux32.org/?t=%s&p=%s&r=%s%s&%s\n' \ "${prefix}" \ "${pkgver}" \ "${type}" \ "${prefix_64}" \ "${repo64}" \ "${key_check}" \ "${infos}" ) fi done # temporary (FS32#163) makedepends=(${makedepends[@]//python-sphinx_rtd_theme/}) makedepends=(${makedepends[@]//python-sphinx<6.0.0/}) makedepends=(${makedepends[@]//graphviz/}) makedepends=(${makedepends[@]//imagemagick/}) makedepends=(${makedepends[@]//texlive-latexextra/}) eval "$( declare -f build | \ sed ' s/\bhtmldocs\b// ' )" # upstream prepare() does already do the *.patch patching # avoid using zstd compression in ultra mode (exhausts virtual memory) source+=('no-ultra-zstd.patch') sha256sums+=('d32270be5fd9c3e3ba50f3aef33f6cfcb85be0c8216f03b777287cc621fdff28')