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
#!/bin/sh

VERSION=2.40.2

tar --files-from=file.list -xJvf ../webkitgtk-$VERSION.tar.xz
mv webkitgtk-$VERSION webkitgtk-$VERSION-orig

cp -rf ./webkitgtk-$VERSION-new ./webkitgtk-$VERSION

diff --unified -Nr  webkitgtk-$VERSION-orig  webkitgtk-$VERSION > webkitgtk-$VERSION-ui-process-crash.patch

mv webkitgtk-$VERSION-ui-process-crash.patch ../patches

rm -rf ./webkitgtk-$VERSION
rm -rf ./webkitgtk-$VERSION-orig