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: 1.3.2/Makefile
===================================================================
--- 1.3.2/Makefile	(revision 447)
+++ 1.3.2/Makefile	(revision 448)
@@ -62,7 +62,7 @@
 
 REQUIRES           = app/dbus/1.13.18
 REQUIRES          += libs/dbus-glib/0.112
-REQUIRES          += dev/python3/3.10.8
+REQUIRES          += dev/python3/3.12.9
 
 # ======= __END_OF_REQUIRES__ =======
 
@@ -125,7 +125,7 @@
 env_sysroot = DESTDIR=$(DBUS_PYTHON_PKG)
 
 
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 extra_configure_switches  = --libdir=/usr/lib$(LIBSUFFIX)
 extra_configure_switches += --docdir=/usr/share/doc/$(src_dir_name)
Index: 1.3.2-ppc32/Makefile
===================================================================
--- 1.3.2-ppc32/Makefile	(revision 447)
+++ 1.3.2-ppc32/Makefile	(revision 448)
@@ -18,7 +18,7 @@
 REQUIRES           = libs/dbus-python/1.3.2
 REQUIRES          += app/dbus/1.13.18-ppc32
 REQUIRES          += libs/dbus-glib/0.112-ppc32
-REQUIRES          += dev/python3/3.10.8-ppc32
+REQUIRES          += dev/python3/3.12.9-ppc32
 
 # ======= __END_OF_REQUIRES__ =======
 
@@ -80,7 +80,7 @@
 env_sysroot = DESTDIR=$(DBUS_PYTHON_32_PKG)
 
 
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 extra_configure_switches  = --libdir=/usr/lib$(MULTILIB_PPC32_SUFFIX)
 extra_configure_switches += --docdir=/usr/share/doc/$(src_dir_name)
Index: 1.3.2-x86_32/Makefile
===================================================================
--- 1.3.2-x86_32/Makefile	(revision 447)
+++ 1.3.2-x86_32/Makefile	(revision 448)
@@ -15,7 +15,7 @@
 REQUIRES           = libs/dbus-python/1.3.2
 REQUIRES          += app/dbus/1.13.18-x86_32
 REQUIRES          += libs/dbus-glib/0.112-x86_32
-REQUIRES          += dev/python3/3.10.8-x86_32
+REQUIRES          += dev/python3/3.12.9-x86_32
 
 # ======= __END_OF_REQUIRES__ =======
 
@@ -77,7 +77,7 @@
 env_sysroot = DESTDIR=$(DBUS_PYTHON_32_PKG)
 
 
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 extra_configure_switches  = --libdir=/usr/lib$(MULTILIB_X86_32_SUFFIX)
 extra_configure_switches += --docdir=/usr/share/doc/$(src_dir_name)