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	(revision 370)
+++ Makefile	(revision 371)
@@ -7,10 +7,20 @@
 
 url         = $(DOWNLOAD_SERVER)/sources/packages/x/fontconfig
 
-versions    = 119.0.6026.1
+versions    = 123.0.6286.1 119.0.6026.1
 pkgname     = chromium
 
-patches     = $(CURDIR)/patches/chromium-119.0.6026.1-cross-compile.patch
+patches     = $(CURDIR)/patches/chromium-123.0.6286.1-cross-compile.patch
+patches    += $(CURDIR)/patches/chromium-123.0.6286.1-dangling-gsl.patch
+patches    += $(CURDIR)/patches/chromium-123.0.6286.1-host-pkg-config.patch
+patches    += $(CURDIR)/patches/chromium-123.0.6286.1-inc-drop-host-crash.patch
+patches    += $(CURDIR)/patches/chromium-123.0.6286.1-oauth2-default.patch
+patches    += $(CURDIR)/patches/chromium-123.0.6286.1-gfx-linux-5.10.patch
+patches    += $(CURDIR)/patches/chromium-123.0.6286.1-target-aarch64.patch
+patches    += $(CURDIR)/patches/chromium-123.0.6286.1-target-arm.patch
+patches    += $(CURDIR)/patches/chromium-123.0.6286.1-target-x86_64.patch
+
+patches    += $(CURDIR)/patches/chromium-119.0.6026.1-cross-compile.patch
 patches    += $(CURDIR)/patches/chromium-119.0.6026.1-dangling-gsl.patch
 patches    += $(CURDIR)/patches/chromium-119.0.6026.1-host-pkg-config.patch
 patches    += $(CURDIR)/patches/chromium-119.0.6026.1-inc-drop-host-crash.patch
@@ -34,6 +44,15 @@
 
 $(patches):
 	@echo -e "\n======= Create Patches =======\n" ; \
+	 ( cd create-123.0.6286.1-cross-compile-patch       ; ./create.patch.sh ) ; \
+	 ( cd create-123.0.6286.1-dangling-gsl-patch        ; ./create.patch.sh ) ; \
+	 ( cd create-123.0.6286.1-host-pkg-config-patch     ; ./create.patch.sh ) ; \
+	 ( cd create-123.0.6286.1-inc-drop-host-crash-patch ; ./create.patch.sh ) ; \
+	 ( cd create-123.0.6286.1-oauth2-default-patch      ; ./create.patch.sh ) ; \
+	 ( cd create-123.0.6286.1-gfx-linux-5.10-patch      ; ./create.patch.sh ) ; \
+	 ( cd create-123.0.6286.1-target-aarch64-patch      ; ./create.patch.sh ) ; \
+	 ( cd create-123.0.6286.1-target-arm-patch          ; ./create.patch.sh ) ; \
+	 ( cd create-123.0.6286.1-target-x86_64-patch       ; ./create.patch.sh ) ; \
 	 ( cd create-119.0.6026.1-cross-compile-patch       ; ./create.patch.sh ) ; \
 	 ( cd create-119.0.6026.1-dangling-gsl-patch        ; ./create.patch.sh ) ; \
 	 ( cd create-119.0.6026.1-host-pkg-config-patch     ; ./create.patch.sh ) ; \