libraqm: adopted port

This commit is contained in:
Tim Biermann 2023-08-13 10:50:43 +02:00
parent 208674bb0e
commit f8d9d492c7
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30s0aIpqaM+XE59mY2rV15NoiPpZMcLFkqgaF///e7NhawbTOCJEDRPmO5zsVbdUpV1n/jwrMkg4HT45SMMU6gU=
SHA256 (Pkgfile) = 6ce33a84194def322fc1196c0c083cf31269b146f35efa3edd44d28021562b62
RWSagIOpLGJF37bP0wd2HO5eI6h0fxT3GDsnH6H/BdlOwUQtWZtAj/mfkb0GAIlF/aCm6hkFIB4MWHipkzg4mNmp8GvADXUxEAQ=
SHA256 (Pkgfile) = 67163a5566d5c2c598ef03ea5b3d2d0a16404b0791b0e126adf58199d2eae42d
SHA256 (.footprint) = 226a1a57513b2267d2bfc1f422af0a172e2f31b3a6715bc97586b0f23f139c59
SHA256 (raqm-0.10.1.tar.xz) = 4d76a358358d67c5945684f2f10b3b08fb80e924371bf3ebf8b15cd2e321d05d

View File

@ -1,6 +1,6 @@
# Description: A library that encapsulates the logic for complex text layout
# URL: https://github.com/HOST-Oman/libraqm/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: fribidi harfbuzz
name=libraqm
@ -9,13 +9,13 @@ release=1
source=(https://github.com/HOST-Oman/libraqm/releases/download/v$version/raqm-$version.tar.xz)
build() {
meson setup raqm-$version build \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true \
-D docs=false
meson compile -C build
DESTDIR=$PKG meson install -C build
meson setup raqm-$version build \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true \
-D docs=false
meson compile -C build
DESTDIR=$PKG meson install -C build
}