Package Details: ungoogled-chromium-xdg-bin 125.0.6422.60-1

Git Clone URL: https://aur.archlinux.org/ungoogled-chromium-xdg-bin.git (read-only, click to copy)
Package Base: ungoogled-chromium-xdg-bin
Description: A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory (using pre-releases), (binary version)
Upstream URL: https://github.com/Eloston/ungoogled-chromium
Licenses: BSD
Conflicts: chromium
Provides: chromium
Submitter: noahvogt
Maintainer: noahvogt
Last Packager: noahvogt
Votes: 7
Popularity: 0.013653
First Submitted: 2022-03-30 23:45 (UTC)
Last Updated: 2024-05-21 16:33 (UTC)

Required by (127)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3

fitri commented on 2022-05-05 23:23 (UTC) (edited on 2022-05-05 23:23 (UTC) by fitri)

error: install: cannot stat '../../../index.html': No such file or directory

this line https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ungoogled-chromium-xdg-bin#n133

should be install -Dm644 "${srcdir}/index.html" "$pkgdir/usr/share/ungoogled-chromium/index.html"

beowulf commented on 2022-04-28 09:31 (UTC)

There's another missing dependency: libicui18n.so.71.

noahvogt commented on 2022-04-19 21:46 (UTC)

Thank you @dodman for your comment, I have overlooked those dependencies. I have now added them with commit #7d650e79e33b and bumped the version to 100.0.4896.127-2.

dodamn commented on 2022-04-11 04:31 (UTC)

This package does not check dependencies when it is installed. In my system, chromium cannot be started because some shared libraries (libre2.so.9, libsnappy.so.1 and libminizip.so.1) are missing. I think PKGBUILD should be modified. You can find "_system_libs" variable delaration in another ungoogled-chromium aur PKGBUILD.