# # A Free Implementation of the Unicode Bidirectional Algorithm. # # This library implements the Unicode BiDirectional algorithm, which # is needed in order to support right-to-left languages such as Arabic # and Hebrew. It is used in display software like KDE's SVG modules. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=fribidi pkgversion=1.0.12 arch=amd64 release=1 pkgcategory="x-libs" full_pkgname=fribidi_1.0.12_amd64-1@x-libs blurb="A Free Implementation of the Unicode Bidirectional Algorithm." homepage="https://github.com/fribidi/fribidi/" license="LGPLv2.1" fetch="https://github.com/fribidi/fribidi/releases/download/v1.0.12/fribidi-1.0.12.tar.xz" replace=""