]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
harfbuzz: Update to 5.3.1
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Dec 2022 12:14:12 +0000 (12:14 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Dec 2022 12:14:12 +0000 (12:14 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
harfbuzz/harfbuzz.nm

index 709bd684e2ddc30cac6609571f2d95fa7df1b192..eb13ad787bd9c1b0c15020b99634aa77ad184ee8 100644 (file)
@@ -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