Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(.../73.1/Makefile)	(revision 439)
+++ Makefile	(.../76.1/Makefile)	(revision 440)
@@ -69,7 +69,7 @@
 # ======= __END_OF_REQUIRES__ =======
 
 
-version            = 73.1
+version            = 76.1
 tar_xz_archive     = $(SRC_PACKAGE_PATH)/packages/l/icu4c/icu4c-$(version).tar.xz
 SRC_ARCHIVE        = $(tar_xz_archive)
 SRC_DIR            = $(TARGET_BUILD_DIR)/icu4c-$(version)
@@ -93,7 +93,7 @@
 # *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
 #
 ICU4C_PKG_NAME                = icu4c
-ICU4C_PKG_VERSION             = 73.1
+ICU4C_PKG_VERSION             = 76.1
 ICU4C_PKG_ARCH                = $(PKGARCH)
 ICU4C_PKG_DISTRO_NAME         = $(DISTRO_NAME)
 ICU4C_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)
@@ -211,7 +211,7 @@
 	 )
 	# ======= tune pkg-config *.pc search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/pkgconfig ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" icu-i18n.pc icu-io.pc icu-uc.pc \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" icu-i18n.pc icu-io.pc icu-uc.pc ; \
 	 )
 	# ======= tune Makefile.inc to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/icu/$(ICU4C_PKG_VERSION) ; \