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=8.0.2

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

cp -rf ./qt-creator-$VERSION-new ./qt-creator-$VERSION

diff --unified -Nr  qt-creator-$VERSION-orig  qt-creator-$VERSION > qt-creator-$VERSION-clang-format.patch

mv qt-creator-$VERSION-clang-format.patch ../patches

rm -rf ./qt-creator-$VERSION
rm -rf ./qt-creator-$VERSION-orig