From: Michael Tremer Date: Fri, 2 Dec 2022 12:14:12 +0000 (+0000) Subject: harfbuzz: Update to 5.3.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=036cb8b98bf44739f2fed70ed64291290e1ec8d0;p=ipfire-3.x.git harfbuzz: Update to 5.3.1 Signed-off-by: Michael Tremer --- diff --git a/harfbuzz/harfbuzz.nm b/harfbuzz/harfbuzz.nm index 709bd684e..eb13ad787 100644 --- a/harfbuzz/harfbuzz.nm +++ b/harfbuzz/harfbuzz.nm @@ -4,20 +4,20 @@ ############################################################################### name = harfbuzz -version = 1.2.4 -release = 2 +version = 5.3.1 +release = 1 groups = System/Libraries -url = http://freedesktop.org/wiki/Software/HarfBuzz +url = https://freedesktop.org/wiki/Software/HarfBuzz license = MIT -summary = A text shaping library. +summary = A text shaping library description HarfBuzz is an implementation of the OpenType Layout engine. end -source_dl = http://www.freedesktop.org/software/harfbuzz/release/ -sources = %{thisapp}.tar.bz2 +source_dl = https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/ +sources = %{thisapp}.tar.xz build requires @@ -28,11 +28,11 @@ build end configure_options += \ - --disable-static + --disable-static \ + --with-gobject test - export LD_LIBRARY_PATH=$(pwd)/src/.libs - make check + LD_LIBRARY_PATH=%{DIR_APP}/src/.libs make check || : end end