From f8d9d492c7eb6a921924be09264e34b0e395c24c Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 13 Aug 2023 10:50:43 +0200 Subject: [PATCH] libraqm: adopted port --- libraqm/.signature | 4 ++-- libraqm/Pkgfile | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libraqm/.signature b/libraqm/.signature index 11e6eb115..ad0044cd2 100644 --- a/libraqm/.signature +++ b/libraqm/.signature @@ -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 diff --git a/libraqm/Pkgfile b/libraqm/Pkgfile index 1e17a2735..fcb282d22 100644 --- a/libraqm/Pkgfile +++ b/libraqm/Pkgfile @@ -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 }