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 373)
+++ Makefile	(revision 374)
@@ -7,7 +7,7 @@
 
 url         = $(DOWNLOAD_SERVER)/sources/packages/x/mozilla-thunderbird
 
-versions    = 115.3.1
+versions    = 115.3.1 115.7.0
 pkgname     = thunderbird
 suffix      = source.tar.xz
 
@@ -18,6 +18,10 @@
 patches    += $(CURDIR)/patches/thunderbird-115.3.1-riscv64gc.patch
 patches    += $(CURDIR)/patches/thunderbird-115.3.1-x86.patch
 
+patches    += $(CURDIR)/patches/thunderbird-115.7.0-metainfo.patch
+patches    += $(CURDIR)/patches/thunderbird-115.7.0-riscv64gc.patch
+patches    += $(CURDIR)/patches/thunderbird-115.7.0-x86.patch
+
 .NOTPARALLEL: $(patches)
 
 
@@ -54,6 +58,9 @@
 	 ( cd create-115.3.1-metainfo-patch  ; ./create.patch.sh ) ; \
 	 ( cd create-115.3.1-riscv64gc-patch ; ./create.patch.sh ) ; \
 	 ( cd create-115.3.1-x86-patch       ; ./create.patch.sh ) ; \
+	 ( cd create-115.7.0-metainfo-patch  ; ./create.patch.sh ) ; \
+	 ( cd create-115.7.0-riscv64gc-patch ; ./create.patch.sh ) ; \
+	 ( cd create-115.7.0-x86-patch       ; ./create.patch.sh ) ; \
 	 echo -e "\n"
 
 download_clean: