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
   192         kx 
   192         kx COMPONENT_TARGETS = $(HARDWARE_NOARCH)
   192         kx 
   192         kx 
   192         kx include ../../../../build-system/constants.mk
   192         kx 
   192         kx 
   192         kx url         = $(DOWNLOAD_SERVER)/sources/packages/x/fontconfig
   192         kx 
   371         kx versions    = 123.0.6286.1 119.0.6026.1
   192         kx pkgname     = chromium
   192         kx 
   371         kx patches     = $(CURDIR)/patches/chromium-123.0.6286.1-cross-compile.patch
   371         kx patches    += $(CURDIR)/patches/chromium-123.0.6286.1-dangling-gsl.patch
   371         kx patches    += $(CURDIR)/patches/chromium-123.0.6286.1-host-pkg-config.patch
   371         kx patches    += $(CURDIR)/patches/chromium-123.0.6286.1-inc-drop-host-crash.patch
   371         kx patches    += $(CURDIR)/patches/chromium-123.0.6286.1-oauth2-default.patch
   371         kx patches    += $(CURDIR)/patches/chromium-123.0.6286.1-gfx-linux-5.10.patch
   371         kx patches    += $(CURDIR)/patches/chromium-123.0.6286.1-target-aarch64.patch
   371         kx patches    += $(CURDIR)/patches/chromium-123.0.6286.1-target-arm.patch
   371         kx patches    += $(CURDIR)/patches/chromium-123.0.6286.1-target-x86_64.patch
   371         kx 
   371         kx patches    += $(CURDIR)/patches/chromium-119.0.6026.1-cross-compile.patch
   192         kx patches    += $(CURDIR)/patches/chromium-119.0.6026.1-dangling-gsl.patch
   192         kx patches    += $(CURDIR)/patches/chromium-119.0.6026.1-host-pkg-config.patch
   192         kx patches    += $(CURDIR)/patches/chromium-119.0.6026.1-inc-drop-host-crash.patch
   192         kx patches    += $(CURDIR)/patches/chromium-119.0.6026.1-oauth2-default.patch
   208         kx patches    += $(CURDIR)/patches/chromium-119.0.6026.1-gfx-linux-5.10.patch
   192         kx patches    += $(CURDIR)/patches/chromium-119.0.6026.1-target-aarch64.patch
   192         kx patches    += $(CURDIR)/patches/chromium-119.0.6026.1-target-arm.patch
   192         kx patches    += $(CURDIR)/patches/chromium-119.0.6026.1-target-x86_64.patch
   192         kx 
   192         kx .NOTPARALLEL: $(patches)
   192         kx 
   192         kx 
   192         kx BUILD_TARGETS = $(patches)
   192         kx 
   192         kx 
   192         kx include ../../../../build-system/core.mk
   192         kx 
   192         kx 
   192         kx .PHONY: download_clean
   192         kx 
   192         kx 
   192         kx $(patches):
   192         kx 	@echo -e "\n======= Create Patches =======\n" ; \
   371         kx 	 ( cd create-123.0.6286.1-cross-compile-patch       ; ./create.patch.sh ) ; \
   371         kx 	 ( cd create-123.0.6286.1-dangling-gsl-patch        ; ./create.patch.sh ) ; \
   371         kx 	 ( cd create-123.0.6286.1-host-pkg-config-patch     ; ./create.patch.sh ) ; \
   371         kx 	 ( cd create-123.0.6286.1-inc-drop-host-crash-patch ; ./create.patch.sh ) ; \
   371         kx 	 ( cd create-123.0.6286.1-oauth2-default-patch      ; ./create.patch.sh ) ; \
   371         kx 	 ( cd create-123.0.6286.1-gfx-linux-5.10-patch      ; ./create.patch.sh ) ; \
   371         kx 	 ( cd create-123.0.6286.1-target-aarch64-patch      ; ./create.patch.sh ) ; \
   371         kx 	 ( cd create-123.0.6286.1-target-arm-patch          ; ./create.patch.sh ) ; \
   371         kx 	 ( cd create-123.0.6286.1-target-x86_64-patch       ; ./create.patch.sh ) ; \
   192         kx 	 ( cd create-119.0.6026.1-cross-compile-patch       ; ./create.patch.sh ) ; \
   192         kx 	 ( cd create-119.0.6026.1-dangling-gsl-patch        ; ./create.patch.sh ) ; \
   192         kx 	 ( cd create-119.0.6026.1-host-pkg-config-patch     ; ./create.patch.sh ) ; \
   192         kx 	 ( cd create-119.0.6026.1-inc-drop-host-crash-patch ; ./create.patch.sh ) ; \
   192         kx 	 ( cd create-119.0.6026.1-oauth2-default-patch      ; ./create.patch.sh ) ; \
   208         kx 	 ( cd create-119.0.6026.1-gfx-linux-5.10-patch      ; ./create.patch.sh ) ; \
   192         kx 	 ( cd create-119.0.6026.1-target-aarch64-patch      ; ./create.patch.sh ) ; \
   192         kx 	 ( cd create-119.0.6026.1-target-arm-patch          ; ./create.patch.sh ) ; \
   192         kx 	 ( cd create-119.0.6026.1-target-x86_64-patch       ; ./create.patch.sh ) ; \
   192         kx 	 echo -e "\n"
   192         kx 
   192         kx download_clean:
   192         kx 	@rm -f $(patches)