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 135)
+++ Makefile	(revision 136)
@@ -7,7 +7,7 @@
 
 url         = $(DOWNLOAD_SERVER)/sources/packages/x/webkitgtk
 
-versions    = 2.40.1
+versions    = 2.40.2
 pkgname     = webkitgtk
 suffix      = tar.xz
 
@@ -14,12 +14,13 @@
 tarballs    = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
 
-patches     = $(CURDIR)/patches/webkitgtk-2.40.1-arm-neon.patch
-patches    += $(CURDIR)/patches/webkitgtk-2.40.1-i386-sse.patch
-patches    += $(CURDIR)/patches/webkitgtk-2.40.1-mips-atomic.patch
-patches    += $(CURDIR)/patches/webkitgtk-2.40.1-bwrap-cross.patch
-patches    += $(CURDIR)/patches/webkitgtk-2.40.1-source-brush.patch
 
+patches     = $(CURDIR)/patches/webkitgtk-2.40.2-arm-neon.patch
+patches    += $(CURDIR)/patches/webkitgtk-2.40.2-i386-sse.patch
+patches    += $(CURDIR)/patches/webkitgtk-2.40.2-mips-atomic.patch
+patches    += $(CURDIR)/patches/webkitgtk-2.40.2-bwrap-cross.patch
+patches    += $(CURDIR)/patches/webkitgtk-2.40.2-ui-process-crash.patch
+
 .NOTPARALLEL: $(patches)
 
 
@@ -53,11 +54,11 @@
 
 $(patches): $(sha1s)
 	@echo -e "\n======= Create Patches =======\n" ; \
-	 ( cd create-2.40.1-arm-neon-patch     ; ./create.patch.sh ) ; \
-	 ( cd create-2.40.1-i386-sse-patch     ; ./create.patch.sh ) ; \
-	 ( cd create-2.40.1-mips-atomic-patch  ; ./create.patch.sh ) ; \
-	 ( cd create-2.40.1-bwrap-cross-patch  ; ./create.patch.sh ) ; \
-	 ( cd create-2.40.1-source-brush-patch ; ./create.patch.sh ) ; \
+	 ( cd create-2.40.2-arm-neon-patch         ; ./create.patch.sh ) ; \
+	 ( cd create-2.40.2-i386-sse-patch         ; ./create.patch.sh ) ; \
+	 ( cd create-2.40.2-mips-atomic-patch      ; ./create.patch.sh ) ; \
+	 ( cd create-2.40.2-bwrap-cross-patch      ; ./create.patch.sh ) ; \
+	 ( cd create-2.40.2-ui-process-crash-patch ; ./create.patch.sh ) ; \
 	 echo -e "\n"
 
 download_clean: