pkg-config: regenerate pregenerated files

This commit is contained in:
fosslinux 2025-03-22 21:59:14 +11:00
parent 187eb78b90
commit e28407e643
2 changed files with 16 additions and 0 deletions

View file

@ -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
}