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
   252         kx #!/bin/sh
   252         kx 
   252         kx VERSION=1.18.2
   252         kx 
   252         kx tar --files-from=file.list -xJvf ../xdg-desktop-portal-$VERSION.tar.xz
   252         kx mv xdg-desktop-portal-$VERSION xdg-desktop-portal-$VERSION-orig
   252         kx 
   252         kx cp -rf ./xdg-desktop-portal-$VERSION-new ./xdg-desktop-portal-$VERSION
   252         kx 
   252         kx diff --unified -Nr  xdg-desktop-portal-$VERSION-orig  xdg-desktop-portal-$VERSION > xdg-desktop-portal-$VERSION-bwrap-cross.patch
   252         kx 
   252         kx mv xdg-desktop-portal-$VERSION-bwrap-cross.patch ../patches
   252         kx 
   252         kx rm -rf ./xdg-desktop-portal-$VERSION
   252         kx rm -rf ./xdg-desktop-portal-$VERSION-orig