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

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

cp -rf ./mate-themes-$VERSION-new ./mate-themes-$VERSION

diff --unified -Nr  mate-themes-$VERSION-orig  mate-themes-$VERSION > mate-themes-$VERSION-gtk2.patch

mv mate-themes-$VERSION-gtk2.patch ../patches

rm -rf ./mate-themes-$VERSION
rm -rf ./mate-themes-$VERSION-orig