Hello!
It won't compile because of a typo in the patch command line arguments
-- patch -p1 --igonre-whitespace -i ../../gcc-9-fix.patch --no-backup-if-mismatch
++ patch -p1 --ignore-whitespace -i ../../gcc-9-fix.patch --no-backup-if-mismatch
That is, "--igNOre-whitespace", not "--igONre-whitespace"
..and fixing this line leads to a missing file, the gcc-9-fix.patch it's trying to apply!
ok so I must be doing something wrong here because nothing works.. After fixing the "_ungoogled_repo" variable (without the version) the patches from _ungoogled_archlinux_repo won't install so I gave up on this for now..
Pinned Comments
youngunix commented on 2019-05-05 16:30
unfortunately, I cannot change the package name as there is another package with the same name that the maintainer refused to update for some odd reasons. hence why I created this port. the fix for now is to manually change the name in PKGBUILD while building it locally until that maintainer removes the out of date package.
EDIT: PKGBUILD has been updated.
youngunix commented on 2019-05-01 18:29
Note: this ungoogled-chromium version is specifically created for Archlinux AUR and it is up to date with the original package from Eloston.
Warning: this package might not build if you have 4GB of RAM or less. It might take several minutes to build on systems with fewer CPU cores.