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: caja/1.27.2/Makefile
===================================================================
--- caja/1.27.2/Makefile	(revision 287)
+++ caja/1.27.2/Makefile	(revision 288)
@@ -176,11 +176,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) $(python_environment) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) $(python_environment) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   env -i $(MAKE) $(python_environment) VAPIGEN=/usr/bin/vapigen ; \
 	 )
Index: libmatekbd/1.27.1/Makefile
===================================================================
--- libmatekbd/1.27.1/Makefile	(revision 287)
+++ libmatekbd/1.27.1/Makefile	(revision 288)
@@ -168,11 +168,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) $(python_environment) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) $(python_environment) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   env -i $(MAKE) $(python_environment) VAPIGEN=/usr/bin/vapigen ; \
 	 )
Index: libmatemixer/1.27.0/Makefile
===================================================================
--- libmatemixer/1.27.0/Makefile	(revision 287)
+++ libmatemixer/1.27.0/Makefile	(revision 288)
@@ -166,11 +166,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )
Index: libmateweather/1.27.1/Makefile
===================================================================
--- libmateweather/1.27.1/Makefile	(revision 287)
+++ libmateweather/1.27.1/Makefile	(revision 288)
@@ -158,11 +158,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT)$(MAKE) ; \
 	 )
Index: marco/1.27.0/Makefile
===================================================================
--- marco/1.27.0/Makefile	(revision 287)
+++ marco/1.27.0/Makefile	(revision 288)
@@ -172,11 +172,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ZENITY=/usr/bin/zenity ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ZENITY=/usr/bin/zenity ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )
Index: mate-applets/1.27.1/Makefile
===================================================================
--- mate-applets/1.27.1/Makefile	(revision 287)
+++ mate-applets/1.27.1/Makefile	(revision 288)
@@ -165,11 +165,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	# ======= Remove stupid include flags: =======
 	@( cd $(build_dir) ; \
 	   for mfile in `find . -name 'Makefile' -print` ; do \
Index: mate-backgrounds/1.27.1/Makefile
===================================================================
--- mate-backgrounds/1.27.1/Makefile	(revision 287)
+++ mate-backgrounds/1.27.1/Makefile	(revision 288)
@@ -142,11 +142,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )
Index: mate-calc/1.27.0/Makefile
===================================================================
--- mate-calc/1.27.0/Makefile	(revision 287)
+++ mate-calc/1.27.0/Makefile	(revision 288)
@@ -151,11 +151,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )
Index: mate-common/1.27.1/Makefile
===================================================================
--- mate-common/1.27.1/Makefile	(revision 287)
+++ mate-common/1.27.1/Makefile	(revision 288)
@@ -144,11 +144,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )
Index: mate-control-center/1.27.0/Makefile
===================================================================
--- mate-control-center/1.27.0/Makefile	(revision 287)
+++ mate-control-center/1.27.0/Makefile	(revision 288)
@@ -168,11 +168,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )
Index: mate-desktop/1.27.3/Makefile
===================================================================
--- mate-desktop/1.27.3/Makefile	(revision 287)
+++ mate-desktop/1.27.3/Makefile	(revision 288)
@@ -178,11 +178,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) $(python_environment) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) $(python_environment) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   env -i $(MAKE) $(python_environment) VAPIGEN=/usr/bin/vapigen ; \
 	 )
Index: mate-icon-theme/1.27.0/Makefile
===================================================================
--- mate-icon-theme/1.27.0/Makefile	(revision 287)
+++ mate-icon-theme/1.27.0/Makefile	(revision 288)
@@ -144,11 +144,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )
Index: mate-indicator-applet/1.27.0/Makefile
===================================================================
--- mate-indicator-applet/1.27.0/Makefile	(revision 287)
+++ mate-indicator-applet/1.27.0/Makefile	(revision 288)
@@ -155,11 +155,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )
Index: mate-media/1.27.0/Makefile
===================================================================
--- mate-media/1.27.0/Makefile	(revision 287)
+++ mate-media/1.27.0/Makefile	(revision 288)
@@ -156,11 +156,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )
Index: mate-menus/1.27.0/Makefile
===================================================================
--- mate-menus/1.27.0/Makefile	(revision 287)
+++ mate-menus/1.27.0/Makefile	(revision 288)
@@ -167,11 +167,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) $(python_environment) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) $(python_environment) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   env -i $(MAKE) $(python_environment) VAPIGEN=/usr/bin/vapigen ; \
 	 )
Index: mate-panel/1.27.2/Makefile
===================================================================
--- mate-panel/1.27.2/Makefile	(revision 287)
+++ mate-panel/1.27.2/Makefile	(revision 288)
@@ -176,11 +176,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) $(python_environment) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) $(python_environment) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   env -i $(MAKE) $(python_environment) VAPIGEN=/usr/bin/vapigen ; \
 	 )
Index: mate-power-manager/1.27.0/Makefile
===================================================================
--- mate-power-manager/1.27.0/Makefile	(revision 287)
+++ mate-power-manager/1.27.0/Makefile	(revision 288)
@@ -163,11 +163,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )
Index: mate-screensaver/1.27.0/Makefile
===================================================================
--- mate-screensaver/1.27.0/Makefile	(revision 287)
+++ mate-screensaver/1.27.0/Makefile	(revision 288)
@@ -166,11 +166,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )
Index: mate-sensors-applet/1.27.0/Makefile
===================================================================
--- mate-sensors-applet/1.27.0/Makefile	(revision 287)
+++ mate-sensors-applet/1.27.0/Makefile	(revision 288)
@@ -168,11 +168,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )
Index: mate-session-manager/1.27.0/Makefile
===================================================================
--- mate-session-manager/1.27.0/Makefile	(revision 287)
+++ mate-session-manager/1.27.0/Makefile	(revision 288)
@@ -163,11 +163,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )
Index: mate-settings-daemon/1.27.0/Makefile
===================================================================
--- mate-settings-daemon/1.27.0/Makefile	(revision 287)
+++ mate-settings-daemon/1.27.0/Makefile	(revision 288)
@@ -170,11 +170,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	# ======= Set normal udevrulesdir: =======
 	@( cd $(build_dir)/plugins/rfkill ; \
 	   sed -i 's,^\(udevrulesdir \).*,\1=/lib/udev/rules.d,' Makefile ; \
Index: mate-themes/3.22.24/Makefile
===================================================================
--- mate-themes/3.22.24/Makefile	(revision 287)
+++ mate-themes/3.22.24/Makefile	(revision 288)
@@ -143,11 +143,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )
Index: mate-utils/1.27.0/Makefile
===================================================================
--- mate-utils/1.27.0/Makefile	(revision 287)
+++ mate-utils/1.27.0/Makefile	(revision 288)
@@ -164,11 +164,11 @@
 $(build_target): $(src_done)
 	@mkdir -p $(build_dir)
 	@cd $(build_dir) && \
-	  $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
-	  --prefix=/usr               \
-	  --build=$(BUILD)            \
-	  --host=$(TARGET)            \
-	  $(extra_configure_switches)
+	   $(BUILD_ENVIRONMENT) ../$(src_dir_name)/configure \
+	   --prefix=/usr               \
+	   --build=$(BUILD)            \
+	   --host=$(TARGET)            \
+	   $(extra_configure_switches)
 	@( cd $(build_dir) ; \
 	   $(BUILD_ENVIRONMENT) $(MAKE) ; \
 	 )