diff --git a/kiwixbuild/patches/icu4c_custom_data.patch b/kiwixbuild/patches/icu4c_custom_data.patch index be07819..7968a6c 100644 --- a/kiwixbuild/patches/icu4c_custom_data.patch +++ b/kiwixbuild/patches/icu4c_custom_data.patch @@ -34,13 +34,12 @@ diff -ur icu4c/source/data/Makefile.in icu4c.patched/source/data/Makefile.in ## RES files --include $(LOCSRCDIR)/resfiles.mk --include $(CURRSRCDIR)/resfiles.mk ---include $(LANGSRCDIR)/resfiles.mk ++#-include $(LOCSRCDIR)/resfiles.mk ++#-include $(CURRSRCDIR)/resfiles.mk + -include $(LANGSRCDIR)/resfiles.mk --include $(REGIONSRCDIR)/resfiles.mk --include $(ZONESRCDIR)/resfiles.mk --include $(UNITSRCDIR)/resfiles.mk -+#-include $(LOCSRCDIR)/resfiles.mk -+#-include $(CURRSRCDIR)/resfiles.mk -+#-include $(LANGSRCDIR)/resfiles.mk +#-include $(REGIONSRCDIR)/resfiles.mk +#-include $(ZONESRCDIR)/resfiles.mk +#-include $(UNITSRCDIR)/resfiles.mk diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 70065f5..5ecc690 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -39,7 +39,7 @@ release_versions = { # This is the "version" of the whole base_deps_versions dict. # Change this when you change base_deps_versions. -base_deps_meta_version = '73' +base_deps_meta_version = '74' base_deps_versions = { 'zlib' : '1.2.8',