fribidi: update to 1.0.13, adopt.

Fixes empty manpages, see https://github.com/fribidi/fribidi/issues/197.

Closes: #44283 [via git-merge-pr]
This commit is contained in:
triallax 2023-06-05 20:25:32 +01:00 committed by Andrew Benson
parent 626fd30120
commit cd90d75142

View file

@ -1,26 +1,20 @@
# Template file for 'fribidi' # Template file for 'fribidi'
pkgname=fribidi pkgname=fribidi
version=1.0.12 version=1.0.13
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-docs" hostmakedepends="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="Orphaned <orphan@voidlinux.org>" maintainer="Mohammed Anas <triallax@tutanota.com>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://github.com/fribidi/fribidi/" homepage="https://github.com/fribidi/fribidi/"
changelog="https://raw.githubusercontent.com/fribidi/fribidi/master/NEWS" changelog="https://raw.githubusercontent.com/fribidi/fribidi/master/NEWS"
distfiles="https://github.com/fribidi/fribidi/archive/v${version}.tar.gz" distfiles="https://github.com/fribidi/fribidi/releases/download/v${version}/fribidi-${version}.tar.xz"
checksum=2e9e859876571f03567ac91e5ed3b5308791f31cda083408c2b60fa1fe00a39d checksum=7fa16c80c81bd622f7b198d31356da139cc318a63fc7761217af4130903f54a2
disable_parallel_build=yes
pre_configure() {
NOCONFIGURE=1 autoreconf -fi
}
pre_build() { pre_build() {
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
sed -i gen.tab/Makefile \ vsed -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;" \
-e "s;^\(LDFLAGS =\) .*;\1 -s;" -e "s;^\(LDFLAGS =\) .*;\1 -s;"
@ -28,7 +22,7 @@ pre_build() {
} }
fribidi-devel_package() { fribidi-devel_package() {
depends="fribidi>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include