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
   285         kx #!/bin/sh
   285         kx 
   285         kx VERSION=3.22.24
   285         kx 
   285         kx tar --files-from=file.list -xJvf ../mate-themes-$VERSION.tar.xz
   285         kx mv mate-themes-$VERSION mate-themes-$VERSION-orig
   285         kx 
   285         kx cp -rf ./mate-themes-$VERSION-new ./mate-themes-$VERSION
   285         kx 
   285         kx diff --unified -Nr  mate-themes-$VERSION-orig  mate-themes-$VERSION > mate-themes-$VERSION-gtk2.patch
   285         kx 
   285         kx mv mate-themes-$VERSION-gtk2.patch ../patches
   285         kx 
   285         kx rm -rf ./mate-themes-$VERSION
   285         kx rm -rf ./mate-themes-$VERSION-orig