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

383 Commits   1 Branch   1 Tag
Index: radix-1.9/MATE/caja/1.27.2/Makefile
===================================================================
--- radix-1.9/MATE/caja/1.27.2/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/libmatekbd/1.27.1/Makefile
===================================================================
--- radix-1.9/MATE/libmatekbd/1.27.1/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/libmatemixer/1.27.0/Makefile
===================================================================
--- radix-1.9/MATE/libmatemixer/1.27.0/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/libmateweather/1.27.1/Makefile
===================================================================
--- radix-1.9/MATE/libmateweather/1.27.1/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/marco/1.27.0/Makefile
===================================================================
--- radix-1.9/MATE/marco/1.27.0/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-applets/1.27.1/Makefile
===================================================================
--- radix-1.9/MATE/mate-applets/1.27.1/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-backgrounds/1.27.1/Makefile
===================================================================
--- radix-1.9/MATE/mate-backgrounds/1.27.1/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-calc/1.27.0/Makefile
===================================================================
--- radix-1.9/MATE/mate-calc/1.27.0/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-common/1.27.1/Makefile
===================================================================
--- radix-1.9/MATE/mate-common/1.27.1/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-control-center/1.27.0/Makefile
===================================================================
--- radix-1.9/MATE/mate-control-center/1.27.0/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-desktop/1.27.3/Makefile
===================================================================
--- radix-1.9/MATE/mate-desktop/1.27.3/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-icon-theme/1.27.0/Makefile
===================================================================
--- radix-1.9/MATE/mate-icon-theme/1.27.0/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-indicator-applet/1.27.0/Makefile
===================================================================
--- radix-1.9/MATE/mate-indicator-applet/1.27.0/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-media/1.27.0/Makefile
===================================================================
--- radix-1.9/MATE/mate-media/1.27.0/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-menus/1.27.0/Makefile
===================================================================
--- radix-1.9/MATE/mate-menus/1.27.0/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-panel/1.27.2/Makefile
===================================================================
--- radix-1.9/MATE/mate-panel/1.27.2/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-power-manager/1.27.0/Makefile
===================================================================
--- radix-1.9/MATE/mate-power-manager/1.27.0/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-screensaver/1.27.0/Makefile
===================================================================
--- radix-1.9/MATE/mate-screensaver/1.27.0/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-sensors-applet/1.27.0/Makefile
===================================================================
--- radix-1.9/MATE/mate-sensors-applet/1.27.0/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-session-manager/1.27.0/Makefile
===================================================================
--- radix-1.9/MATE/mate-session-manager/1.27.0/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-settings-daemon/1.27.0/Makefile
===================================================================
--- radix-1.9/MATE/mate-settings-daemon/1.27.0/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-themes/3.22.24/Makefile
===================================================================
--- radix-1.9/MATE/mate-themes/3.22.24/Makefile	(revision 287)
+++ radix-1.9/MATE/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: radix-1.9/MATE/mate-utils/1.27.0/Makefile
===================================================================
--- radix-1.9/MATE/mate-utils/1.27.0/Makefile	(revision 287)
+++ radix-1.9/MATE/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) ; \
 	 )
Index: radix-1.9/app/dbus/1.13.18/Makefile
===================================================================
--- radix-1.9/app/dbus/1.13.18/Makefile	(revision 287)
+++ radix-1.9/app/dbus/1.13.18/Makefile	(revision 288)
@@ -273,6 +273,10 @@
 	@( cd $(DBUS_PKG)/usr/lib$(LIBSUFFIX) ; \
 	   sed -i "s,$(TARGET_DEST_DIR),,g" libdbus-1.la ; \
 	 )
+	# ======= remove toolchain path from target pkg-config *.pc files =======
+	@( cd $(DBUS_PKG)/usr/lib$(LIBSUFFIX)/pkgconfig ; \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" dbus-1.pc ; \
+	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(DBUS_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======
Index: radix-1.9/app/dbus/1.13.18-ppc32/Makefile
===================================================================
--- radix-1.9/app/dbus/1.13.18-ppc32/Makefile	(revision 287)
+++ radix-1.9/app/dbus/1.13.18-ppc32/Makefile	(revision 288)
@@ -173,6 +173,10 @@
 	@( cd $(DBUS_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX) ; \
 	   sed -i "s,$(TARGET_DEST_DIR),,g" libdbus-1.la ; \
 	 )
+	# ======= remove toolchain path from target pkg-config *.pc files =======
+	@( cd $(DBUS_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX)/pkgconfig ; \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" dbus-1.pc ; \
+	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(DBUS_32_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======
Index: radix-1.9/app/dbus/1.13.18-x86_32/Makefile
===================================================================
--- radix-1.9/app/dbus/1.13.18-x86_32/Makefile	(revision 287)
+++ radix-1.9/app/dbus/1.13.18-x86_32/Makefile	(revision 288)
@@ -170,6 +170,10 @@
 	@( cd $(DBUS_32_PKG)/usr/lib$(MULTILIB_X86_32_SUFFIX) ; \
 	   sed -i "s,$(TARGET_DEST_DIR),,g" libdbus-1.la ; \
 	 )
+	# ======= remove toolchain path from target pkg-config *.pc files =======
+	@( cd $(DBUS_32_PKG)/usr/lib$(MULTILIB_X86_32_SUFFIX)/pkgconfig ; \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" dbus-1.pc ; \
+	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(DBUS_32_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======
Index: radix-1.9/dev/binutils/2.40/Makefile
===================================================================
--- radix-1.9/dev/binutils/2.40/Makefile	(revision 287)
+++ radix-1.9/dev/binutils/2.40/Makefile	(revision 288)
@@ -651,11 +651,11 @@
 	 )
 	# ======= remove target destination path from target libtool *.la files =======
 	@( cd $(BINUTILS_DEV_PKG)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s,$(TARGET_DEST_DIR),,g" libbfd.la libctf-nobfd.la libctf.la libopcodes.la \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" libbfd.la libctf-nobfd.la libctf.la libopcodes.la libsframe.la ; \
 	 )
 	# ======= remove target destination path from target libtool *.la files =======
 	@( cd $(BINUTILS_DEV_PKG)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s, -L$(CURDIR)/$(build_dir)/zlib,,g" libbfd.la libctf-nobfd.la libctf.la \
+	   sed -i "s, -L$(CURDIR)/$(build_dir)/zlib,,g" libbfd.la libctf-nobfd.la libctf.la libopcodes.la ; \
 	 )
 	# ======= remove (-L/usr/lib$(LIBSUFFIX) already set) libiberty.a search path in libtool *.la files too =======
 	@( cd $(BINUTILS_DEV_PKG)/usr/lib$(LIBSUFFIX) ; \
@@ -704,8 +704,8 @@
 	# ======= we don't need LIBIBERTY on $(TARGET_DEST_DIR) until GCC will be built
 	# ======= tune libtool *.la search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libbfd.la libctf-nobfd.la libctf.la libopcodes.la ; \
-	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libbfd.la libctf-nobfd.la libctf.la libopcodes.la \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libbfd.la libctf-nobfd.la libctf.la libopcodes.la libsframe.la ; \
+	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libbfd.la libctf-nobfd.la libctf.la libopcodes.la libsframe.la ; \
 	 )
 	# ======= Strip binaries =======
 	@( cd $(BINUTILS_DEV_PKG) ; \
Index: radix-1.9/dev/subversion/1.14.1/Makefile
===================================================================
--- radix-1.9/dev/subversion/1.14.1/Makefile	(revision 287)
+++ radix-1.9/dev/subversion/1.14.1/Makefile	(revision 288)
@@ -324,12 +324,12 @@
 	@tar -C $(SVN_PKG)/usr/share/doc/$(src_dir_name)/svn-book --strip-components=1 -xjf $(svn-book)
 	# ======= Remove toolchain path from target libtool *.la files =======
 	@( cd $(SVN_PKG)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s,$(TARGET_DEST_DIR),,g" libsvn_auth_gnome_keyring-1.la         libsvn_client-1.la    \
-	                                    libsvn_delta-1.la   libsvn_diff-1.la   libsvn_fs-1.la        \
-	                                    libsvn_fs_base-1.la libsvn_fs_fs-1.la  libsvn_fs_util-1.la   \
-	                                    libsvn_fs_x-1.la    libsvn_ra-1.la     libsvn_ra_local-1.la  \
-	                                    libsvn_ra_serf-1.la libsvn_ra_svn-1.la libsvn_repos-1.la     \
-	                                    libsvn_subr-1.la    libsvn_wc-1.la                         ; \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" libsvn_auth_gnome_keyring-1.la         libsvn_client-1.la      \
+	                                    libsvn_delta-1.la   libsvn_diff-1.la   libsvn_fs-1.la          \
+	                                    libsvn_fs_base-1.la libsvn_fs_fs-1.la  libsvn_fs_util-1.la     \
+	                                    libsvn_fs_x-1.la    libsvn_ra-1.la     libsvn_ra_local-1.la    \
+	                                    libsvn_ra_serf-1.la libsvn_ra_svn-1.la libsvn_repos-1.la       \
+	                                    libsvn_subr-1.la    libsvn_wc-1.la     libsvn_swig_perl-1.la ; \
 	 )
 	# ======= Remove toolchain path from target pkg-config *.pc files =======
 	@( cd $(SVN_PKG)/usr/share/pkgconfig ; \
@@ -344,18 +344,18 @@
 	$(call install-into-devenv, $(SVN_PKG))
 	# ======= Tune libtool *.la search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libsvn_auth_gnome_keyring-1.la         libsvn_client-1.la    \
-	                                              libsvn_delta-1.la   libsvn_diff-1.la   libsvn_fs-1.la        \
-	                                              libsvn_fs_base-1.la libsvn_fs_fs-1.la  libsvn_fs_util-1.la   \
-	                                              libsvn_fs_x-1.la    libsvn_ra-1.la     libsvn_ra_local-1.la  \
-	                                              libsvn_ra_serf-1.la libsvn_ra_svn-1.la libsvn_repos-1.la     \
-	                                              libsvn_subr-1.la    libsvn_wc-1.la                         ; \
-	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libsvn_auth_gnome_keyring-1.la         libsvn_client-1.la    \
-	                                              libsvn_delta-1.la   libsvn_diff-1.la   libsvn_fs-1.la        \
-	                                              libsvn_fs_base-1.la libsvn_fs_fs-1.la  libsvn_fs_util-1.la   \
-	                                              libsvn_fs_x-1.la    libsvn_ra-1.la     libsvn_ra_local-1.la  \
-	                                              libsvn_ra_serf-1.la libsvn_ra_svn-1.la libsvn_repos-1.la     \
-	                                              libsvn_subr-1.la    libsvn_wc-1.la                         ; \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libsvn_auth_gnome_keyring-1.la         libsvn_client-1.la      \
+	                                              libsvn_delta-1.la   libsvn_diff-1.la   libsvn_fs-1.la          \
+	                                              libsvn_fs_base-1.la libsvn_fs_fs-1.la  libsvn_fs_util-1.la     \
+	                                              libsvn_fs_x-1.la    libsvn_ra-1.la     libsvn_ra_local-1.la    \
+	                                              libsvn_ra_serf-1.la libsvn_ra_svn-1.la libsvn_repos-1.la       \
+	                                              libsvn_subr-1.la    libsvn_wc-1.la     libsvn_swig_perl-1.la ; \
+	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libsvn_auth_gnome_keyring-1.la         libsvn_client-1.la      \
+	                                              libsvn_delta-1.la   libsvn_diff-1.la   libsvn_fs-1.la          \
+	                                              libsvn_fs_base-1.la libsvn_fs_fs-1.la  libsvn_fs_util-1.la     \
+	                                              libsvn_fs_x-1.la    libsvn_ra-1.la     libsvn_ra_local-1.la    \
+	                                              libsvn_ra_serf-1.la libsvn_ra_svn-1.la libsvn_repos-1.la       \
+	                                              libsvn_subr-1.la    libsvn_wc-1.la     libsvn_swig_perl-1.la ; \
 	 )
 	# ======= Tune pkg-config *.pc files to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/share/pkgconfig ; \
Index: radix-1.9/libs/enchant/2.3.2/Makefile
===================================================================
--- radix-1.9/libs/enchant/2.3.2/Makefile	(revision 287)
+++ radix-1.9/libs/enchant/2.3.2/Makefile	(revision 288)
@@ -199,14 +199,20 @@
 	 )
 	# ======= Remove toolchain path from target libtool *.la files =======
 	@( cd $(ENCHANT_PKG)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s,$(TARGET_DEST_DIR),,g" libenchant-2.la enchant-2/enchant_aspell.la ; \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" libenchant-2.la \
+	                                    enchant-2/enchant_aspell.la \
+	                                    enchant-2/enchant_hunspell.la ; \
 	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(ENCHANT_PKG))
 	# ======= Tune libtool *.la search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libenchant-2.la enchant-2/enchant_aspell.la ; \
-	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libenchant-2.la enchant-2/enchant_aspell.la ; \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libenchant-2.la \
+	                                              enchant-2/enchant_aspell.la \
+	                                              enchant-2/enchant_hunspell.la ; \
+	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libenchant-2.la \
+	                                              enchant-2/enchant_aspell.la \
+	                                              enchant-2/enchant_hunspell.la ; \
 	 )
 	# ======= Tune pkg-config *.pc search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/pkgconfig ; \
Index: radix-1.9/libs/enchant/2.3.2-ppc32/Makefile
===================================================================
--- radix-1.9/libs/enchant/2.3.2-ppc32/Makefile	(revision 287)
+++ radix-1.9/libs/enchant/2.3.2-ppc32/Makefile	(revision 288)
@@ -127,14 +127,20 @@
 	@rm -rf $(ENCHANT_32_PKG)/usr/share
 	# ======= remove toolchain path from target libtool *.la files =======
 	@( cd $(ENCHANT_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX) ; \
-	   sed -i "s,$(TARGET_DEST_DIR),,g" libenchant-2.la enchant-2/enchant_aspell.la ; \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" libenchant-2.la \
+	                                    enchant-2/enchant_aspell.la \
+	                                    enchant-2/enchant_hunspell.la ; \
 	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(ENCHANT_32_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_PPC32_SUFFIX) ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libenchant-2.la enchant-2/enchant_aspell.la ; \
-	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libenchant-2.la enchant-2/enchant_aspell.la ; \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libenchant-2.la \
+	                                              enchant-2/enchant_aspell.la \
+	                                              enchant-2/enchant_hunspell.la ; \
+	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libenchant-2.la \
+	                                              enchant-2/enchant_aspell.la \
+	                                              enchant-2/enchant_hunspell.la ; \
 	 )
 	# ======= tune pkg-config *.pc search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_PPC32_SUFFIX)/pkgconfig ; \
Index: radix-1.9/libs/enchant/2.3.2-x86_32/Makefile
===================================================================
--- radix-1.9/libs/enchant/2.3.2-x86_32/Makefile	(revision 287)
+++ radix-1.9/libs/enchant/2.3.2-x86_32/Makefile	(revision 288)
@@ -124,14 +124,20 @@
 	@rm -rf $(ENCHANT_32_PKG)/usr/share
 	# ======= remove toolchain path from target libtool *.la files =======
 	@( cd $(ENCHANT_32_PKG)/usr/lib$(MULTILIB_X86_32_SUFFIX) ; \
-	   sed -i "s,$(TARGET_DEST_DIR),,g" libenchant-2.la enchant-2/enchant_aspell.la ; \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" libenchant-2.la \
+	                                    enchant-2/enchant_aspell.la \
+	                                    enchant-2/enchant_hunspell.la ; \
 	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(ENCHANT_32_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_X86_32_SUFFIX) ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libenchant-2.la enchant-2/enchant_aspell.la ; \
-	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libenchant-2.la enchant-2/enchant_aspell.la ; \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libenchant-2.la \
+	                                              enchant-2/enchant_aspell.la \
+	                                              enchant-2/enchant_hunspell.la ; \
+	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libenchant-2.la \
+	                                              enchant-2/enchant_aspell.la \
+	                                              enchant-2/enchant_hunspell.la ; \
 	 )
 	# ======= tune pkg-config *.pc search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(MULTILIB_X86_32_SUFFIX)/pkgconfig ; \
Index: radix-1.9/products/MATE/Makefile
===================================================================
--- radix-1.9/products/MATE/Makefile	(revision 287)
+++ radix-1.9/products/MATE/Makefile	(revision 288)
@@ -102,6 +102,7 @@
 REQUIRES += MATE/mate-utils/1.27.0
 REQUIRES += MATE/mate-calc/1.27.0
 REQUIRES += MATE/caja/1.27.2
+REQUIRES += MATE/mate-netbook/1.27.0
 
 
 # ======= __END_OF_REQUIRES__ =======