]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
fontconfig: Update to 2.13.1
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Dec 2022 13:55:18 +0000 (13:55 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Dec 2022 13:55:18 +0000 (13:55 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
fontconfig/fontconfig.nm

index 6a044d87e6ad5aa849e7edfe6c16e7666f692b18..6dcd6dafbe5c1d1455dc7ab1636ce04b3bac6774 100644 (file)
@@ -4,25 +4,26 @@
 ###############################################################################
 
 name       = fontconfig
-version    = 2.11.93
-release    = 2
+version    = 2.13.1
+release    = 1
 
 groups     = System/Graphics
-url        = http://fontconfig.org/
+url        = https://fontconfig.org/
 license    = MIT
-summary    = Font configuration and customization library.
+summary    = Font configuration and customization library
 
 description
-       Fontconfig is designed to locate fonts within the \
-       system and select them according to requirements specified by \
+       Fontconfig is designed to locate fonts within the
+       system and select them according to requirements specified by
        applications.
 end
 
-source_dl  = http://www.freedesktop.org/software/fontconfig/release/
+source_dl  = https://www.freedesktop.org/software/fontconfig/release/
 
 build
        requires
-               freetype-devel
+               gperf
+               pkgconfig(freetype2) >= 21.0.15
                libxml2-devel
                zlib-devel
        end
@@ -32,8 +33,7 @@ build
                --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/TTF,/usr/local/share/fonts
 
        test
-               export LD_LIBRARY_PATH=$(pwd)/src/.libs
-               make check
+               LD_LIBRARY_PATH=%{DIR_APP}/src/.libs make check
        end
 
        install_cmds