install successful!
This commit is contained in:
parent
722626cf1e
commit
ec8aad4f22
4
PKGBUILD
4
PKGBUILD
@ -33,9 +33,9 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland'
|
||||
source=('chromium-src-release.tar.gz'
|
||||
'aur-confs.tar.gz'
|
||||
'chromium-launcher.tar.gz')
|
||||
sha256sums=('135dd761de526e4ac0ad3de10ac9b0b97f0b0f572aaf2063f53a6a5103a71a0b'
|
||||
sha256sums=('147472143f154d59d47f2d212748822288d91685927080d6deb415bf7916a6b2'
|
||||
'cb75bd9700a36858b63067fedd1862c79ebc0086a82bf35064b111f3817fee88'
|
||||
'9cc5da044ec72a2e27b5444ba5a6b6af89dd6608657cb166d9df7461b83e2cee')
|
||||
'093111b8294f728052d69f923b637e366335f1068619754095cb711106b188fb')
|
||||
|
||||
# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
|
||||
# Keys are the names in the above script; values are the dependencies in Arch
|
||||
|
19
makefile
19
makefile
@ -99,6 +99,15 @@ subst-domains:
|
||||
configure-libraries:
|
||||
cd chromium-src && ../configure-libraries.sh
|
||||
|
||||
# TODO: add something for removing the -Wno-deprecated-builtins lines in these two files
|
||||
# Doing this makes the build much quieter (and looks like it's not breaking)
|
||||
# michael@styx ~/builds/chromium/chromium-src $ rg -- -Wno-deprecated-builtins master
|
||||
# build/config/compiler/BUILD.gn
|
||||
# 1538: # "-Wno-deprecated-builtins",
|
||||
|
||||
# build/nocompile.gni
|
||||
# 134: "-Wno-deprecated-builtins",
|
||||
|
||||
# Build the package
|
||||
build-chromium:
|
||||
cd chromium-src && ../build.sh
|
||||
@ -107,9 +116,9 @@ build-launcher:
|
||||
cd chromium-launcher && make
|
||||
|
||||
clean-zips:
|
||||
rm chromium-src-release.tar.gz
|
||||
rm chromium-launcher.tar.gz
|
||||
rm aur-confs.tar.gz
|
||||
rm -f chromium-src-release.tar.gz
|
||||
rm -f chromium-launcher.tar.gz
|
||||
rm -f aur-confs.tar.gz
|
||||
|
||||
#chromium-src/out/Release/swiftshader/*.so \
|
||||
|
||||
@ -147,6 +156,10 @@ create-pkgbuild:
|
||||
sed -i "s/<aur-confs.tar.gz-sha256sum>/$$(sha256sum aur-confs.tar.gz | awk '{ print $$1 }')/" PKGBUILD
|
||||
sed -i "s/<chromium-launcher.tar.gz-sha256sum>/$$(sha256sum chromium-launcher.tar.gz | awk '{ print $$1 }')/" PKGBUILD
|
||||
|
||||
uninstall:
|
||||
pacman -Rns ungoogled-chromium-michael ungoogled-chromium-michael-debug
|
||||
|
||||
# Oct 27, 2022 - Got a couple "cp cannot stat" but still installed
|
||||
makepkg:
|
||||
makepkg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user