commit: e28407e64353cc130c4af6ec1358497c60a912aa
parent 187eb78b90fafa4695ad8985a62244f0e1770d2a
Author: fosslinux <fosslinux@aussies.space>
Date: Sat, 22 Mar 2025 21:59:14 +1100
pkg-config: regenerate pregenerated files
Diffstat:
2 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/steps/pkg-config-0.29.2/pass1.sh b/steps/pkg-config-0.29.2/pass1.sh
@@ -3,6 +3,16 @@
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
+ rm glib/glib/gunidecomp.h glib/glib/gunibreak.h glib/glib/gscripttable.h \
+ glib/glib/gunichartables.h
+
+ pushd glib/glib
+ mkdir unidata
+ mv ../../../*.txt unidata/
+ perl gen-unicode-tables.pl -both 6.2.0 unidata
+ perl gen-script-table.pl unidata/Scripts-6.2.0.txt > gscripttable.h
+ popd
+
AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
}
diff --git a/steps/pkg-config-0.29.2/sources b/steps/pkg-config-0.29.2/sources
@@ -1 +1,7 @@
https://pkgconfig.freedesktop.org/releases/pkg-config-0.29.2.tar.gz 6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591
+http://ftp.unicode.org/Public/6.2.0/ucd/UnicodeData.txt 8b2cd18247527aa08ec320c3352b6a01b95d63199f20b3b593ea5d5217bdd170 UnicodeData-6.2.0.txt
+http://ftp.unicode.org/Public/6.2.0/ucd/LineBreak.txt 5e2eb009b078569e7954789b2d7b5c026b0b40be6fb9400c6e1ecc7d13f4a13f LineBreak-6.2.0.txt
+http://ftp.unicode.org/Public/6.2.0/ucd/SpecialCasing.txt 707209a69d7f760e3cc461ce26d789f83d6fb694336c83b14652cd44413aa334 SpecialCasing-6.2.0.txt
+http://ftp.unicode.org/Public/6.2.0/ucd/CaseFolding.txt 5cbd9afdddd91fee53871c9b36a34899b0a5bcdf4569ca1a3c98cae3ec3d6333 CaseFolding-6.2.0.txt
+http://ftp.unicode.org/Public/6.2.0/ucd/CompositionExclusions.txt 3b3f5051bd74e21df7f2b1b264ead48be626cdeefb061c04ce7280a2358efff9 CompositionExclusions-6.2.0.txt
+http://ftp.unicode.org/Public/6.2.0/ucd/Scripts.txt 4cdeb69b6bfead1c170a81b544e7488549575493715ab632bd7492bc92c4823e Scripts-6.2.0.txt