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
    42         kx #!/bin/sh
    42         kx 
    42         kx VERSION=5.15.8
    42         kx 
    42         kx tar --files-from=file.list -xJvf ../qt-everywhere-src-$VERSION.tar.xz
    42         kx mv qt-everywhere-src-$VERSION qt-everywhere-src-$VERSION-orig
    42         kx 
    42         kx cp -rf ./qt-everywhere-src-$VERSION-new ./qt-everywhere-src-$VERSION
    42         kx 
    42         kx diff --unified -Nr  qt-everywhere-src-$VERSION-orig  qt-everywhere-src-$VERSION > qt5-$VERSION-icu-permissive.patch
    42         kx 
    42         kx mv qt5-$VERSION-icu-permissive.patch ../patches
    42         kx 
    42         kx rm -rf ./qt-everywhere-src-$VERSION
    42         kx rm -rf ./qt-everywhere-src-$VERSION-orig