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

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

cp -rf ./gdk-pixbuf-$VERSION-new ./gdk-pixbuf-$VERSION

diff -b --unified -Nr  gdk-pixbuf-$VERSION-orig  gdk-pixbuf-$VERSION > gdk-pixbuf-$VERSION-dirname.patch

mv gdk-pixbuf-$VERSION-dirname.patch ../patches

rm -rf ./gdk-pixbuf-$VERSION
rm -rf ./gdk-pixbuf-$VERSION-orig