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.99.16

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

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

diff --unified -Nr  gimp-$VERSION-orig  gimp-$VERSION > gimp-$VERSION-cross-compile.patch

mv gimp-$VERSION-cross-compile.patch ../patches

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