X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ffontconfig;h=01ac3bb692e5aad0e6366b686ce25ba8ceb038a0;hb=HEAD;hp=ec8d9f3985913f4685c29551cd1ac4e33ef1aacd;hpb=afd5f13c899e972afe9a8fae0cf9ba919a6aad32;p=ipfire-2.x.git diff --git a/lfs/fontconfig b/lfs/fontconfig index ec8d9f3985..318d643b0b 100644 --- a/lfs/fontconfig +++ b/lfs/fontconfig @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,11 +24,11 @@ include Config -VER = 2.13.1 -SUMMARY = NFSv4 User and Group ID Mapping Library +VER = 2.15.0 +SUMMARY = Library for configuring and customizing font access THISAPP = fontconfig-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 08b9a522a9d89bc5e5ed0f0898182359efb110f22b6b7010f6bdda0d6d516957ea74ebe0703d684d4724fd9f44a2eaf50d8329d4e0f4e45e79f50466d808b9e1 +$(DL_FILE)_BLAKE2 = 17c85fddc4ab84111c4f50afb89ecd8792c3aeaa2690b38fd39fca6f6cece69e9ce0cd3af8a2e54968c79ad1f9bee1e444699a13c068d9dfd3dfe1212ff37533 install : $(TARGET) @@ -71,7 +71,6 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && rm -vf src/fcobjshash.h cd $(DIR_APP) && ./configure \ --prefix=/usr \ --sysconfdir=/etc \