PKGBUILD 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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=97.0.4692.71
  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=('!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. sql-make-VirtualCursor-standard-layout-type.patch
  32. chromium-93-ffmpeg-4.4.patch
  33. unbundle-ffmpeg-av_stream_get_first_dts.patch
  34. unexpire-accelerated-video-decode-flag.patch
  35. use-oauth2-client-switches-as-default.patch
  36. xdg-basedir.patch
  37. no-omnibox-suggestion-autocomplete.patch)
  38. sha256sums=('8ae189d44b782fe4d4942962260dbf5f753abf141148727d9fe82852778dfd7c'
  39. '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
  40. '7af5c0a55a20c0fb496b2f4448d89203a83bb1914754d864460e55e68731ef0b'
  41. 'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
  42. '1a9e074f417f8ffd78bcd6874d8e2e74a239905bf662f76a7755fa40dc476b57'
  43. '35c91f1a4bf539ef6aa7013cf09b1ab394ff4be5e5e5f7731aa53b07e51d6877'
  44. '2a97b26c3d6821b15ef4ef1369905c6fa3e9c8da4877eb9af4361452a425290b'
  45. 'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711'
  46. 'cd844867b5b2197ad097662fee32579a7091dfba1d46cb438c4c7e696690440a'
  47. 'a0aae463d3190c358b018922aa25ef8b0d4dabf46d4e1a29437e983a2ea125c6')
  48. provides=('chromium')
  49. conflicts=('chromium')
  50. source=(${source[@]}
  51. $pkgname-$pkgver-1.tar.gz::https://github.com/Eloston/ungoogled-chromium/archive/$pkgver-1.tar.gz
  52. chromium-drirc-disable-10bpc-color-configs.conf
  53. wayland-egl.patch)
  54. sha256sums=(${sha256sums[@]}
  55. 'd2c6521a1d72a50181a5c1caa97ddd8efd9d5df7c2af6399163da4b853b6499e'
  56. 'babda4f5c1179825797496898d77334ac067149cac03d797ab27ac69671a7feb'
  57. '34d08ea93cb4762cb33c7cffe931358008af32265fc720f2762f0179c3973574')
  58. # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
  59. # Keys are the names in the above script; values are the dependencies in Arch
  60. declare -gA _system_libs=(
  61. [ffmpeg]=ffmpeg
  62. [flac]=flac
  63. [fontconfig]=fontconfig
  64. [freetype]=freetype2
  65. [harfbuzz-ng]=harfbuzz
  66. [icu]=icu
  67. [libdrm]=
  68. [libjpeg]=libjpeg
  69. [libpng]=libpng
  70. #[libvpx]=libvpx
  71. [libwebp]=libwebp
  72. [libxml]=libxml2
  73. [libxslt]=libxslt
  74. [opus]=opus
  75. [re2]=re2
  76. [snappy]=snappy
  77. [zlib]=minizip
  78. )
  79. _unwanted_bundled_libs=(
  80. $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
  81. )
  82. depends+=(${_system_libs[@]})
  83. prepare() {
  84. cd "$srcdir/chromium-$pkgver"
  85. # Allow building against system libraries in official builds
  86. sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
  87. tools/generate_shim_headers/generate_shim_headers.py
  88. # https://crbug.com/893950
  89. sed -i -e 's/\<xmlMalloc\>/malloc/' -e 's/\<xmlFree\>/free/' \
  90. third_party/blink/renderer/core/xml/*.cc \
  91. third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \
  92. third_party/libxml/chromium/*.cc \
  93. third_party/maldoca/src/maldoca/ole/oss_utils.h
  94. # Use the --oauth2-client-id= and --oauth2-client-secret= switches for
  95. # setting GOOGLE_DEFAULT_CLIENT_ID and GOOGLE_DEFAULT_CLIENT_SECRET at
  96. # runtime -- this allows signing into Chromium without baked-in values
  97. patch -Np1 -i ../use-oauth2-client-switches-as-default.patch
  98. # Fix build with older ffmpeg
  99. patch -Np1 -i ../chromium-93-ffmpeg-4.4.patch
  100. # Substitute the custom function 'av_stream_get_first_dts'; will need to
  101. # switch to bundled ffmpeg when we're no longer using ffmpeg 4.4 in Arch
  102. # Upstream commit that made first_dts internal causing Chromium to add a
  103. # custom function: https://github.com/FFmpeg/FFmpeg/commit/591b88e6787c4
  104. # https://crbug.com/1251779
  105. patch -Np1 -i ../unbundle-ffmpeg-av_stream_get_first_dts.patch
  106. # move ~/.pki directory to ${XDG_DATA_HOME:-$HOME/.local}/share/pki
  107. patch -p1 -i ../xdg-basedir.patch
  108. # You can now set '1' in the flag #omnibox-ui-max-autocomplete-matches to
  109. # effectively disable autocompletion in the url bar (and therefore the so-
  110. # called 'shoulder surfing').
  111. patch -p1 -i ../no-omnibox-suggestion-autocomplete.patch
  112. # https://crbug.com/1207478
  113. patch -Np0 -i ../unexpire-accelerated-video-decode-flag.patch
  114. # https://chromium-review.googlesource.com/c/chromium/src/+/2862724
  115. patch -Np1 -i ../sql-make-VirtualCursor-standard-layout-type.patch
  116. # Fixes for building with libstdc++ instead of libc++
  117. #patch -Np1 -i ../patches/
  118. # Wayland/EGL regression (crbug #1071528 #1071550)
  119. patch -Np1 -i ../wayland-egl.patch
  120. # Ungoogled Chromium changes
  121. _ungoogled_repo="$srcdir/${pkgname%xdg*}$pkgver-1"
  122. _utils="${_ungoogled_repo}/utils"
  123. python "$_utils/prune_binaries.py" ./ "$_ungoogled_repo/pruning.list"
  124. python "$_utils/patches.py" apply ./ "$_ungoogled_repo/patches"
  125. python "$_utils/domain_substitution.py" apply -r "$_ungoogled_repo/domain_regex.list" \
  126. -f "$_ungoogled_repo/domain_substitution.list" -c domainsubcache.tar.gz ./
  127. # Link to system tools required by the build
  128. mkdir -p third_party/node/linux/node-linux-x64/bin
  129. ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/
  130. ln -s /usr/bin/java third_party/jdk/current/bin/
  131. # Remove bundled libraries for which we will use the system copies; this
  132. # *should* do what the remove_bundled_libraries.py script does, with the
  133. # added benefit of not having to list all the remaining libraries
  134. local _lib
  135. for _lib in ${_unwanted_bundled_libs[@]}; do
  136. find "third_party/$_lib" -type f \
  137. \! -path "third_party/$_lib/chromium/*" \
  138. \! -path "third_party/$_lib/google/*" \
  139. \! -path "third_party/harfbuzz-ng/utils/hb_scoped.h" \
  140. \! -regex '.*\.\(gn\|gni\|isolate\)' \
  141. -delete
  142. done
  143. ./build/linux/unbundle/replace_gn_files.py \
  144. --system-libraries "${!_system_libs[@]}"
  145. }
  146. build() {
  147. make -C chromium-launcher-$_launcher_ver
  148. cd "$srcdir/chromium-$pkgver"
  149. export CC=clang
  150. export CXX=clang++
  151. export AR=ar
  152. export NM=nm
  153. local _flags=(
  154. 'custom_toolchain="//build/toolchain/linux/unbundle:default"'
  155. 'host_toolchain="//build/toolchain/linux/unbundle:default"'
  156. 'is_official_build=true' # implies is_cfi=true on x86_64
  157. 'disable_fieldtrial_testing_config=true'
  158. 'blink_enable_generated_code_formatting=false'
  159. 'ffmpeg_branding="Chrome"'
  160. 'proprietary_codecs=true'
  161. 'rtc_use_pipewire=true'
  162. 'link_pulseaudio=true'
  163. 'use_gnome_keyring=false'
  164. 'use_sysroot=false'
  165. 'use_custom_libcxx=false'
  166. 'enable_widevine=true'
  167. )
  168. if [[ -n ${_system_libs[icu]+set} ]]; then
  169. _flags+=('icu_use_data_file=false')
  170. fi
  171. if check_option strip y; then
  172. _flags+=('symbol_level=0')
  173. fi
  174. # Append ungoogled chromium flags to _flags array
  175. _ungoogled_repo="$srcdir/${pkgname%xdg*}$pkgver-1"
  176. readarray -t -O ${#_flags[@]} _flags < "${_ungoogled_repo}/flags.gn"
  177. # Facilitate deterministic builds (taken from build/config/compiler/BUILD.gn)
  178. CFLAGS+=' -Wno-builtin-macro-redefined'
  179. CXXFLAGS+=' -Wno-builtin-macro-redefined'
  180. CPPFLAGS+=' -D__DATE__= -D__TIME__= -D__TIMESTAMP__='
  181. # Do not warn about unknown warning options
  182. CFLAGS+=' -Wno-unknown-warning-option'
  183. CXXFLAGS+=' -Wno-unknown-warning-option'
  184. # https://github.com/ungoogled-software/ungoogled-chromium-archlinux/issues/123
  185. CFLAGS=${CFLAGS/-fexceptions}
  186. CFLAGS=${CFLAGS/-fcf-protection}
  187. CXXFLAGS=${CXXFLAGS/-fexceptions}
  188. CXXFLAGS=${CXXFLAGS/-fcf-protection}
  189. # This appears to cause random segfaults
  190. CFLAGS=${CFLAGS/-fstack-clash-protection}
  191. CXXFLAGS=${CXXFLAGS/-fstack-clash-protection}
  192. # https://crbug.com/957519#c122
  193. CXXFLAGS=${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS}
  194. gn gen out/Release --args="${_flags[*]}"
  195. ninja -C out/Release chrome chrome_sandbox chromedriver
  196. }
  197. package() {
  198. cd chromium-launcher-$_launcher_ver
  199. make PREFIX=/usr DESTDIR="$pkgdir" install
  200. install -Dm644 LICENSE \
  201. "$pkgdir/usr/share/licenses/chromium/LICENSE.launcher"
  202. cd "$srcdir/chromium-$pkgver"
  203. install -D out/Release/chrome "$pkgdir/usr/lib/chromium/chromium"
  204. install -Dm4755 out/Release/chrome_sandbox "$pkgdir/usr/lib/chromium/chrome-sandbox"
  205. ln -s /usr/lib/chromium/chromedriver "$pkgdir/usr/bin/chromedriver"
  206. install -Dm644 ../chromium-drirc-disable-10bpc-color-configs.conf \
  207. "$pkgdir/usr/share/drirc.d/10-$pkgname.conf"
  208. install -Dm644 chrome/installer/linux/common/desktop.template \
  209. "$pkgdir/usr/share/applications/chromium.desktop"
  210. install -Dm644 chrome/app/resources/manpage.1.in \
  211. "$pkgdir/usr/share/man/man1/chromium.1"
  212. sed -i \
  213. -e 's/@@MENUNAME@@/Chromium/g' \
  214. -e 's/@@PACKAGE@@/chromium/g' \
  215. -e 's/@@USR_BIN_SYMLINK_NAME@@/chromium/g' \
  216. "$pkgdir/usr/share/applications/chromium.desktop" \
  217. "$pkgdir/usr/share/man/man1/chromium.1"
  218. install -Dm644 chrome/installer/linux/common/chromium-browser/chromium-browser.appdata.xml \
  219. "$pkgdir/usr/share/metainfo/chromium.appdata.xml"
  220. sed -ni \
  221. -e 's/chromium-browser\.desktop/chromium.desktop/' \
  222. -e '/<update_contact>/d' \
  223. -e '/<p>/N;/<p>\n.*\(We invite\|Chromium supports Vorbis\)/,/<\/p>/d' \
  224. -e '/^<?xml/,$p' \
  225. "$pkgdir/usr/share/metainfo/chromium.appdata.xml"
  226. local toplevel_files=(
  227. chrome_100_percent.pak
  228. chrome_200_percent.pak
  229. chrome_crashpad_handler
  230. chromedriver
  231. resources.pak
  232. v8_context_snapshot.bin
  233. # ANGLE
  234. libEGL.so
  235. libGLESv2.so
  236. # SwiftShader ICD
  237. libvk_swiftshader.so
  238. vk_swiftshader_icd.json
  239. )
  240. if [[ -z ${_system_libs[icu]+set} ]]; then
  241. toplevel_files+=(icudtl.dat)
  242. fi
  243. cp "${toplevel_files[@]/#/out/Release/}" "$pkgdir/usr/lib/chromium/"
  244. install -Dm644 -t "$pkgdir/usr/lib/chromium/locales" out/Release/locales/*.pak
  245. install -Dm755 -t "$pkgdir/usr/lib/chromium/swiftshader" out/Release/swiftshader/*.so
  246. for size in 24 48 64 128 256; do
  247. install -Dm644 "chrome/app/theme/chromium/product_logo_$size.png" \
  248. "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/chromium.png"
  249. done
  250. for size in 16 32; do
  251. install -Dm644 "chrome/app/theme/default_100_percent/chromium/product_logo_$size.png" \
  252. "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/chromium.png"
  253. done
  254. install -Dm644 LICENSE "$pkgdir/usr/share/licenses/chromium/LICENSE"
  255. }
  256. # vim:set ts=2 sw=2 et: