mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
pkg-config: regenerate pregenerated files
This commit is contained in:
parent
187eb78b90
commit
e28407e643
2 changed files with 16 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue