fribidi: update to 1.0.4.
Closes #14957. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
a33da66794
commit
9129d900d8
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'fribidi'
|
# Template file for 'fribidi'
|
||||||
pkgname=fribidi
|
pkgname=fribidi
|
||||||
version=1.0.3
|
version=1.0.4
|
||||||
revision=1
|
revision=1
|
||||||
configure_args="--disable-docs"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-docs"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
short_desc="Free Implementation of the Unicode Bidirectional Algorithm"
|
short_desc="Free Implementation of the Unicode Bidirectional Algorithm"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/fribidi/fribidi/"
|
homepage="https://github.com/fribidi/fribidi/"
|
||||||
distfiles="https://github.com/fribidi/fribidi/archive/v${version}.tar.gz"
|
distfiles="https://github.com/fribidi/fribidi/archive/v${version}.tar.gz"
|
||||||
checksum=30edb331cfb94584328acece90ed723bd9655778fed29caa8a66f1a380d09a6b
|
checksum=a8ea2bc423ba8918684648c4a0068b151ebac95cfe87f6ac1372e9b1feac8416
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
@ -18,7 +18,7 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
sed -i gen.tab/Makefile \
|
sed -i gen.tab/Makefile \
|
||||||
-e "s;^\(CC =\) .*;\1 cc;" \
|
-e "s;^\(CC =\) .*;\1 cc;" \
|
||||||
-e "s;^\(CFLAGS =\) .*;\1 -O2 -pipe;" \
|
-e "s;^\(CFLAGS =\) .*;\1 -O2 -pipe;" \
|
||||||
|
|
Loading…
Reference in New Issue