Added the semifree (to allow packages with minor issues) as a allow_semifree option. No more uncommenting. Just setting this to yes should allow semifree packages. This option can now be optionally set from the script if we want to. e.g. The script can ask if it should allow semifree packages with minor issues, then if said yes, it can run sed -i 's/allow_semifree=.*/allow_semifree=yes/1' srcpkgs/your-freedom/template and build the your-freedom package. It should then allow them to be installed/kept.
Added a allowlist feature so that packages we liberate can be added to that list and it will not conflict with it.
Added the semifree (to allow packages with minor issues) as a
allow_semifree
option. No more uncommenting. Just setting this toyes
should allow semifree packages. This option can now be optionally set from the script if we want to. e.g. The script can ask if it should allow semifree packages with minor issues, then if said yes, it can runsed -i 's/allow_semifree=.*/allow_semifree=yes/1' srcpkgs/your-freedom/template
and build theyour-freedom
package. It should then allow them to be installed/kept.Added a allowlist feature so that packages we liberate can be added to that list and it will not conflict with it.