PKGBUILD 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. # Maintainer: Noah Vogt (noahvogt) <noah@noahvogt.com>
  2. # Maintainer: Seppia <seppia@seppio.fish>
  3. # Maintainer: JustKidding <jk@vin.ovh>
  4. # Based on aur/chromium-vaapi, with ungoogled-chromium patches
  5. # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
  6. # Contributor: Pierre Schmitz <pierre@archlinux.de>
  7. # Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com>
  8. # Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
  9. pkgname=ungoogled-chromium-xdg
  10. pkgver=100.0.4896.75
  11. pkgrel=1
  12. _launcher_ver=8
  13. _gcc_patchset=4
  14. pkgdesc="A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory"
  15. arch=('x86_64')
  16. url="https://github.com/Eloston/ungoogled-chromium"
  17. license=('BSD')
  18. depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
  19. 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
  20. 'desktop-file-utils' 'hicolor-icon-theme')
  21. makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
  22. 'java-runtime-headless')
  23. optdepends=('pipewire: WebRTC desktop sharing under Wayland'
  24. 'kdialog: support for native dialogs in Plasma'
  25. 'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
  26. 'kwallet: support for storing passwords in KWallet on Plasma')
  27. options=('debug' '!lto') # Chromium adds its own flags for ThinLTO
  28. source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
  29. https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
  30. https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
  31. webcodecs-stop-using-AudioOpusEncoder.patch
  32. webrtc-check-existence-of-cursor-metadata.patch
  33. sql-make-VirtualCursor-standard-layout-type.patch
  34. use-oauth2-client-switches-as-default.patch
  35. xdg-basedir.patch
  36. no-omnibox-suggestion-autocomplete.patch)
  37. sha256sums=('244ed352dfaa1ab6b1f0877c4884fd17aa7d7133fa52f129a9fb01325ea0c0c0'
  38. '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
  39. 'a6120e7d4eb5e131b87b6ab3b922e0c6cd78e15501e54cfb2019875173688d80'
  40. '064daaa2b9d95b96ec04d8ddebf4af441f92263d123365b58fe73966866080af'
  41. '88b2c8d9c6c1917f6632453f18aad7a3fd94d605eecb6c77ae2394ac5856ba95'
  42. 'b94b2e88f63cfb7087486508b8139599c89f96d7a4181c61fec4b4e250ca327a'
  43. 'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711'
  44. 'cd844867b5b2197ad097662fee32579a7091dfba1d46cb438c4c7e696690440a'
  45. 'a0aae463d3190c358b018922aa25ef8b0d4dabf46d4e1a29437e983a2ea125c6')
  46. provides=('chromium')
  47. conflicts=('chromium')
  48. source=(${source[@]}
  49. ${pkgname%-*}-$pkgver-1.tar.gz::https://github.com/Eloston/ungoogled-chromium/archive/$pkgver-1.tar.gz
  50. chromium-drirc-disable-10bpc-color-configs.conf
  51. wayland-egl.patch)
  52. sha256sums=(${sha256sums[@]}
  53. '69980eca2895b8f02d9475e4e0100e818bf46977ddce54a5645568241b0e9c2a'
  54. 'babda4f5c1179825797496898d77334ac067149cac03d797ab27ac69671a7feb'
  55. '34d08ea93cb4762cb33c7cffe931358008af32265fc720f2762f0179c3973574')
  56. # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
  57. # Keys are the names in the above script; values are the dependencies in Arch
  58. declare -gA _system_libs=(
  59. [ffmpeg]=ffmpeg
  60. [flac]=flac
  61. [fontconfig]=fontconfig
  62. [freetype]=freetype2
  63. [harfbuzz-ng]=harfbuzz
  64. [icu]=icu
  65. [libdrm]=
  66. [libjpeg]=libjpeg
  67. [libpng]=libpng
  68. #[libvpx]=libvpx
  69. [libwebp]=libwebp
  70. [libxml]=libxml2
  71. [libxslt]=libxslt
  72. [opus]=opus
  73. [re2]=re2
  74. [snappy]=snappy
  75. [zlib]=minizip
  76. )
  77. _unwanted_bundled_libs=(
  78. $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
  79. )
  80. depends+=(${_system_libs[@]})
  81. prepare() {
  82. cd "$srcdir/chromium-$pkgver"
  83. # Allow building against system libraries in official builds
  84. sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
  85. tools/generate_shim_headers/generate_shim_headers.py
  86. # https://crbug.com/893950
  87. sed -i -e 's/\<xmlMalloc\>/malloc/' -e 's/\<xmlFree\>/free/' \
  88. third_party/blink/renderer/core/xml/*.cc \
  89. third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \
  90. third_party/libxml/chromium/*.cc \
  91. third_party/maldoca/src/maldoca/ole/oss_utils.h
  92. # Use the --oauth2-client-id= and --oauth2-client-secret= switches for
  93. # setting GOOGLE_DEFAULT_CLIENT_ID and GOOGLE_DEFAULT_CLIENT_SECRET at
  94. # runtime -- this allows signing into Chromium without baked-in values
  95. patch -Np1 -i ../use-oauth2-client-switches-as-default.patch
  96. # Upstream fixes
  97. patch -Np1 -i ../webcodecs-stop-using-AudioOpusEncoder.patch
  98. patch -Np1 -d third_party/webrtc <../webrtc-check-existence-of-cursor-metadata.patch
  99. # https://chromium-review.googlesource.com/c/chromium/src/+/2862724
  100. patch -Np1 -i ../sql-make-VirtualCursor-standard-layout-type.patch
  101. # move ~/.pki directory to ${XDG_DATA_HOME:-$HOME/.local}/share/pki
  102. patch -p1 -i ../xdg-basedir.patch
  103. # You can now set '1' in the flag #omnibox-ui-max-autocomplete-matches to
  104. # effectively disable autocompletion in the url bar (and therefore the so-
  105. # called 'shoulder surfing').
  106. patch -p1 -i ../no-omnibox-suggestion-autocomplete.patch
  107. # Fixes for building with libstdc++ instead of libc++
  108. #patch -Np1 -i ../patches/
  109. # Wayland/EGL regression (crbug #1071528 #1071550)
  110. patch -Np1 -i ../wayland-egl.patch
  111. # Ungoogled Chromium changes
  112. _ungoogled_repo="$srcdir/${pkgname%xdg*}$pkgver-1"
  113. _utils="${_ungoogled_repo}/utils"
  114. python "$_utils/prune_binaries.py" ./ "$_ungoogled_repo/pruning.list"
  115. python "$_utils/patches.py" apply ./ "$_ungoogled_repo/patches"
  116. python "$_utils/domain_substitution.py" apply -r "$_ungoogled_repo/domain_regex.list" \
  117. -f "$_ungoogled_repo/domain_substitution.list" -c domainsubcache.tar.gz ./
  118. # Link to system tools required by the build
  119. mkdir -p third_party/node/linux/node-linux-x64/bin
  120. ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/
  121. ln -s /usr/bin/java third_party/jdk/current/bin/
  122. # Remove bundled libraries for which we will use the system copies; this
  123. # *should* do what the remove_bundled_libraries.py script does, with the
  124. # added benefit of not having to list all the remaining libraries
  125. local _lib
  126. for _lib in ${_unwanted_bundled_libs[@]}; do
  127. find "third_party/$_lib" -type f \
  128. \! -path "third_party/$_lib/chromium/*" \
  129. \! -path "third_party/$_lib/google/*" \
  130. \! -path "third_party/harfbuzz-ng/utils/hb_scoped.h" \
  131. \! -regex '.*\.\(gn\|gni\|isolate\)' \
  132. -delete
  133. done
  134. ./build/linux/unbundle/replace_gn_files.py \
  135. --system-libraries "${!_system_libs[@]}"
  136. }
  137. build() {
  138. make -C chromium-launcher-$_launcher_ver
  139. cd "$srcdir/chromium-$pkgver"
  140. export CC=clang
  141. export CXX=clang++
  142. export AR=ar
  143. export NM=nm
  144. local _flags=(
  145. 'custom_toolchain="//build/toolchain/linux/unbundle:default"'
  146. 'host_toolchain="//build/toolchain/linux/unbundle:default"'
  147. 'is_official_build=true' # implies is_cfi=true on x86_64
  148. 'symbol_level=0' # sufficient for backtraces on x86(_64)
  149. 'disable_fieldtrial_testing_config=true'
  150. 'blink_enable_generated_code_formatting=false'
  151. 'ffmpeg_branding="Chrome"'
  152. 'proprietary_codecs=true'
  153. 'rtc_use_pipewire=true'
  154. 'link_pulseaudio=true'
  155. 'use_gnome_keyring=false'
  156. 'use_sysroot=false'
  157. 'use_custom_libcxx=false'
  158. 'enable_widevine=true'
  159. )
  160. if [[ -n ${_system_libs[icu]+set} ]]; then
  161. _flags+=('icu_use_data_file=false')
  162. fi
  163. # Append ungoogled chromium flags to _flags array
  164. _ungoogled_repo="$srcdir/${pkgname%xdg*}$pkgver-1"
  165. readarray -t -O ${#_flags[@]} _flags < "${_ungoogled_repo}/flags.gn"
  166. # Facilitate deterministic builds (taken from build/config/compiler/BUILD.gn)
  167. CFLAGS+=' -Wno-builtin-macro-redefined'
  168. CXXFLAGS+=' -Wno-builtin-macro-redefined'
  169. CPPFLAGS+=' -D__DATE__= -D__TIME__= -D__TIMESTAMP__='
  170. # Do not warn about unknown warning options
  171. CFLAGS+=' -Wno-unknown-warning-option'
  172. CXXFLAGS+=' -Wno-unknown-warning-option'
  173. # Let Chromium set its own symbol level
  174. CFLAGS=${CFLAGS/-g }
  175. CXXFLAGS=${CXXFLAGS/-g }
  176. # https://github.com/ungoogled-software/ungoogled-chromium-archlinux/issues/123
  177. CFLAGS=${CFLAGS/-fexceptions}
  178. CFLAGS=${CFLAGS/-fcf-protection}
  179. CXXFLAGS=${CXXFLAGS/-fexceptions}
  180. CXXFLAGS=${CXXFLAGS/-fcf-protection}
  181. # This appears to cause random segfaults when combined with ThinLTO
  182. # https://bugs.archlinux.org/task/73518
  183. CFLAGS=${CFLAGS/-fstack-clash-protection}
  184. CXXFLAGS=${CXXFLAGS/-fstack-clash-protection}
  185. # https://crbug.com/957519#c122
  186. CXXFLAGS=${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS}
  187. gn gen out/Release --args="${_flags[*]}"
  188. ninja -C out/Release chrome chrome_sandbox chromedriver
  189. }
  190. package() {
  191. cd chromium-launcher-$_launcher_ver
  192. make PREFIX=/usr DESTDIR="$pkgdir" install
  193. install -Dm644 LICENSE \
  194. "$pkgdir/usr/share/licenses/chromium/LICENSE.launcher"
  195. cd "$srcdir/chromium-$pkgver"
  196. install -D out/Release/chrome "$pkgdir/usr/lib/chromium/chromium"
  197. install -D out/Release/chromedriver "$pkgdir/usr/bin/chromedriver"
  198. install -Dm4755 out/Release/chrome_sandbox "$pkgdir/usr/lib/chromium/chrome-sandbox"
  199. install -Dm644 ../chromium-drirc-disable-10bpc-color-configs.conf \
  200. "$pkgdir/usr/share/drirc.d/10-$pkgname.conf"
  201. install -Dm644 chrome/installer/linux/common/desktop.template \
  202. "$pkgdir/usr/share/applications/chromium.desktop"
  203. install -Dm644 chrome/app/resources/manpage.1.in \
  204. "$pkgdir/usr/share/man/man1/chromium.1"
  205. sed -i \
  206. -e 's/@@MENUNAME@@/Chromium/g' \
  207. -e 's/@@PACKAGE@@/chromium/g' \
  208. -e 's/@@USR_BIN_SYMLINK_NAME@@/chromium/g' \
  209. "$pkgdir/usr/share/applications/chromium.desktop" \
  210. "$pkgdir/usr/share/man/man1/chromium.1"
  211. install -Dm644 chrome/installer/linux/common/chromium-browser/chromium-browser.appdata.xml \
  212. "$pkgdir/usr/share/metainfo/chromium.appdata.xml"
  213. sed -ni \
  214. -e 's/chromium-browser\.desktop/chromium.desktop/' \
  215. -e '/<update_contact>/d' \
  216. -e '/<p>/N;/<p>\n.*\(We invite\|Chromium supports Vorbis\)/,/<\/p>/d' \
  217. -e '/^<?xml/,$p' \
  218. "$pkgdir/usr/share/metainfo/chromium.appdata.xml"
  219. local toplevel_files=(
  220. chrome_100_percent.pak
  221. chrome_200_percent.pak
  222. chrome_crashpad_handler
  223. resources.pak
  224. v8_context_snapshot.bin
  225. # ANGLE
  226. libEGL.so
  227. libGLESv2.so
  228. # SwiftShader ICD
  229. libvk_swiftshader.so
  230. vk_swiftshader_icd.json
  231. )
  232. if [[ -z ${_system_libs[icu]+set} ]]; then
  233. toplevel_files+=(icudtl.dat)
  234. fi
  235. cp "${toplevel_files[@]/#/out/Release/}" "$pkgdir/usr/lib/chromium/"
  236. install -Dm644 -t "$pkgdir/usr/lib/chromium/locales" out/Release/locales/*.pak
  237. install -Dm755 -t "$pkgdir/usr/lib/chromium/swiftshader" out/Release/swiftshader/*.so
  238. for size in 24 48 64 128 256; do
  239. install -Dm644 "chrome/app/theme/chromium/product_logo_$size.png" \
  240. "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/chromium.png"
  241. done
  242. for size in 16 32; do
  243. install -Dm644 "chrome/app/theme/default_100_percent/chromium/product_logo_$size.png" \
  244. "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/chromium.png"
  245. done
  246. install -Dm644 LICENSE "$pkgdir/usr/share/licenses/chromium/LICENSE"
  247. }
  248. # vim:set ts=2 sw=2 et: