mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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:
parent
626fd30120
commit
cd90d75142
1 changed files with 7 additions and 13 deletions
|
@ -1,26 +1,20 @@
|
|||
# Template file for 'fribidi'
|
||||
pkgname=fribidi
|
||||
version=1.0.12
|
||||
version=1.0.13
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-docs"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
hostmakedepends="pkg-config"
|
||||
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"
|
||||
homepage="https://github.com/fribidi/fribidi/"
|
||||
changelog="https://raw.githubusercontent.com/fribidi/fribidi/master/NEWS"
|
||||
distfiles="https://github.com/fribidi/fribidi/archive/v${version}.tar.gz"
|
||||
checksum=2e9e859876571f03567ac91e5ed3b5308791f31cda083408c2b60fa1fe00a39d
|
||||
disable_parallel_build=yes
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 autoreconf -fi
|
||||
}
|
||||
distfiles="https://github.com/fribidi/fribidi/releases/download/v${version}/fribidi-${version}.tar.xz"
|
||||
checksum=7fa16c80c81bd622f7b198d31356da139cc318a63fc7761217af4130903f54a2
|
||||
|
||||
pre_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
sed -i gen.tab/Makefile \
|
||||
vsed -i gen.tab/Makefile \
|
||||
-e "s;^\(CC =\) .*;\1 cc;" \
|
||||
-e "s;^\(CFLAGS =\) .*;\1 -O2 -pipe;" \
|
||||
-e "s;^\(LDFLAGS =\) .*;\1 -s;"
|
||||
|
@ -28,7 +22,7 @@ pre_build() {
|
|||
}
|
||||
|
||||
fribidi-devel_package() {
|
||||
depends="fribidi>=${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue