PKGBUILD 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. # Maintainer: Noah Vogt (noahvogt) <noah@noahvogt.com>
  2. # Maintainer: Seppia <seppia@seppio.fish>
  3. # Maintainer: JustKidding <jk@vin.ovh>
  4. # Based on extra/chromium, 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=107.0.5304.122
  11. pkgrel=2
  12. _launcher_ver=8
  13. _gcc_patchset=1
  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/ungoogled-software/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. 'wayland' 'desktop-file-utils' 'hicolor-icon-theme')
  21. makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
  22. 'java-runtime-headless' 'git')
  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. unbundle-jsoncpp-avoid-CFI-faults-with-is_cfi-true.patch
  32. re-fix-TFLite-build-error-on-linux-with-system-zlib.patch
  33. REVERT-enable-GlobalMediaControlsCastStartStop.patch
  34. REVERT-roll-src-third_party-ffmpeg-m102.patch
  35. REVERT-roll-src-third_party-ffmpeg-m106.patch
  36. angle-wayland-include-protocol.patch
  37. use-oauth2-client-switches-as-default.patch
  38. xdg-basedir.patch
  39. no-omnibox-suggestion-autocomplete.patch
  40. index.html)
  41. sha256sums=('05c91722709a117b86997d929796225d4489a707135b1a808a45876be96e5238'
  42. '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
  43. '2b26c16f8326803ef287fb443a17bc139a440673955c5a6a38e9368bcaeed7c4'
  44. 'b908f37c5a886e855953f69e4dd6b90baa35e79f5c74673f7425f2cdb642eb00'
  45. '9015b9d6d5b4c1e7248d6477a4b4b6bd6a3ebdc57225d2d8efcd79fc61790716'
  46. '779fb13f2494209d3a7f1f23a823e59b9dded601866d3ab095937a1a04e19ac6'
  47. '30df59a9e2d95dcb720357ec4a83d9be51e59cc5551365da4c0073e68ccdec44'
  48. '4c12d31d020799d31355faa7d1fe2a5a807f7458e7f0c374adf55edb37032152'
  49. 'cd0d9d2a1d6a522d47c3c0891dabe4ad72eabbebc0fe5642b9e22efa3d5ee572'
  50. 'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711'
  51. 'cd844867b5b2197ad097662fee32579a7091dfba1d46cb438c4c7e696690440a'
  52. 'ff1591fa38e0ede7e883dc7494b813641b7a1a7cb1ded00d9baaee987c1dbea8'
  53. 'a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665')
  54. provides=('chromium')
  55. conflicts=('chromium')
  56. _uc_usr=ungoogled-software
  57. _uc_ver=$pkgver-1
  58. source=(${source[@]}
  59. ${pkgname%-*}-$_uc_ver.tar.gz::https://github.com/$_uc_usr/ungoogled-chromium/archive/$_uc_ver.tar.gz
  60. ozone-add-va-api-support-to-wayland.patch
  61. remove-main-main10-profile-limit.patch
  62. chromium-drirc-disable-10bpc-color-configs.conf)
  63. sha256sums=(${sha256sums[@]}
  64. '2d82330c725c4eeddb83f5f7476add0b5dd888e23d9524881ec241e8df9323a9'
  65. 'e9e8d3a82da818f0a67d4a09be4ecff5680b0534d7f0198befb3654e9fab5b69'
  66. 'fc810e3c495c77ac60b383a27e48cf6a38b4a95b65dd2984baa297c5df83133c'
  67. 'babda4f5c1179825797496898d77334ac067149cac03d797ab27ac69671a7feb')
  68. # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
  69. # Keys are the names in the above script; values are the dependencies in Arch
  70. declare -gA _system_libs=(
  71. [brotli]=brotli
  72. [dav1d]=dav1d
  73. [ffmpeg]=ffmpeg
  74. [flac]=flac
  75. [fontconfig]=fontconfig
  76. [freetype]=freetype2
  77. [harfbuzz-ng]=harfbuzz
  78. [icu]=icu
  79. [libdrm]=
  80. [jsoncpp]=jsoncpp
  81. [libaom]=aom
  82. #[libavif]=libavif # needs https://github.com/AOMediaCodec/libavif/commit/d22d4de94120
  83. [libjpeg]=libjpeg
  84. [libpng]=libpng
  85. #[libvpx]=libvpx
  86. [libwebp]=libwebp
  87. [libxml]=libxml2
  88. [libxslt]=libxslt
  89. [opus]=opus
  90. [re2]=re2
  91. [snappy]=snappy
  92. [woff2]=woff2
  93. [zlib]=minizip
  94. )
  95. _unwanted_bundled_libs=(
  96. $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
  97. )
  98. depends+=(${_system_libs[@]})
  99. prepare() {
  100. cd "$srcdir/chromium-$pkgver"
  101. # Allow building against system libraries in official builds
  102. sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
  103. tools/generate_shim_headers/generate_shim_headers.py
  104. # https://crbug.com/893950
  105. sed -i -e 's/\<xmlMalloc\>/malloc/' -e 's/\<xmlFree\>/free/' \
  106. third_party/blink/renderer/core/xml/*.cc \
  107. third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \
  108. third_party/libxml/chromium/*.cc \
  109. third_party/maldoca/src/maldoca/ole/oss_utils.h
  110. # Use the --oauth2-client-id= and --oauth2-client-secret= switches for
  111. # setting GOOGLE_DEFAULT_CLIENT_ID and GOOGLE_DEFAULT_CLIENT_SECRET at
  112. # runtime -- this allows signing into Chromium without baked-in values
  113. patch -Np1 -i ../use-oauth2-client-switches-as-default.patch
  114. # Upstream fixes
  115. patch -Np1 -i ../unbundle-jsoncpp-avoid-CFI-faults-with-is_cfi-true.patch
  116. patch -Np1 -i ../re-fix-TFLite-build-error-on-linux-with-system-zlib.patch
  117. # Revert kGlobalMediaControlsCastStartStop enabled by default
  118. # https://crbug.com/1314342
  119. patch -Rp1 -F3 -i ../REVERT-enable-GlobalMediaControlsCastStartStop.patch
  120. # Revert ffmpeg roll requiring new channel layout API support
  121. # https://crbug.com/1325301
  122. patch -Rp1 -i ../REVERT-roll-src-third_party-ffmpeg-m102.patch
  123. # Revert switch from AVFrame::pkt_duration to AVFrame::duration
  124. patch -Rp1 -i ../REVERT-roll-src-third_party-ffmpeg-m106.patch
  125. # https://crbug.com/angleproject/7582
  126. patch -Np0 -i ../angle-wayland-include-protocol.patch
  127. # Fixes for building with libstdc++ instead of libc++
  128. patch -Np1 -i ../patches/chromium-103-VirtualCursor-std-layout.patch
  129. # move ~/.pki directory to ${XDG_DATA_HOME:-$HOME/.local}/share/pki
  130. patch -p1 -i ../xdg-basedir.patch
  131. # You can now set '1' in the flag #omnibox-ui-max-autocomplete-matches to
  132. # effectively disable autocompletion in the url bar (and therefore the so-
  133. # called 'shoulder surfing').
  134. patch -p1 -i ../no-omnibox-suggestion-autocomplete.patch
  135. # Enable vaapi on wayland
  136. patch -Np1 -i ../ozone-add-va-api-support-to-wayland.patch
  137. # Ungoogled Chromium changes
  138. _ungoogled_repo="$srcdir/${pkgname%xdg*}$_uc_ver"
  139. _utils="${_ungoogled_repo}/utils"
  140. python "$_utils/prune_binaries.py" ./ "$_ungoogled_repo/pruning.list"
  141. python "$_utils/patches.py" apply ./ "$_ungoogled_repo/patches"
  142. python "$_utils/domain_substitution.py" apply -r "$_ungoogled_repo/domain_regex.list" \
  143. -f "$_ungoogled_repo/domain_substitution.list" -c domainsubcache.tar.gz ./
  144. # Link to system tools required by the build
  145. mkdir -p third_party/node/linux/node-linux-x64/bin
  146. ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/
  147. ln -s /usr/bin/java third_party/jdk/current/bin/
  148. # Remove bundled libraries for which we will use the system copies; this
  149. # *should* do what the remove_bundled_libraries.py script does, with the
  150. # added benefit of not having to list all the remaining libraries
  151. local _lib
  152. for _lib in ${_unwanted_bundled_libs[@]}; do
  153. find "third_party/$_lib" -type f \
  154. \! -path "third_party/$_lib/chromium/*" \
  155. \! -path "third_party/$_lib/google/*" \
  156. \! -path "third_party/harfbuzz-ng/utils/hb_scoped.h" \
  157. \! -regex '.*\.\(gn\|gni\|isolate\)' \
  158. -delete
  159. done
  160. ./build/linux/unbundle/replace_gn_files.py \
  161. --system-libraries "${!_system_libs[@]}"
  162. }
  163. build() {
  164. make -C chromium-launcher-$_launcher_ver
  165. cd "$srcdir/chromium-$pkgver"
  166. export CC=clang
  167. export CXX=clang++
  168. export AR=ar
  169. export NM=nm
  170. local _flags=(
  171. 'custom_toolchain="//build/toolchain/linux/unbundle:default"'
  172. 'host_toolchain="//build/toolchain/linux/unbundle:default"'
  173. 'is_official_build=true' # implies is_cfi=true on x86_64
  174. 'symbol_level=0' # sufficient for backtraces on x86(_64)
  175. 'clang_base_path="/usr"'
  176. 'chrome_pgo_phase=0' # needs newer clang to read the bundled PGO profile
  177. 'disable_fieldtrial_testing_config=true'
  178. 'blink_enable_generated_code_formatting=false'
  179. 'ffmpeg_branding="Chrome"'
  180. 'proprietary_codecs=true'
  181. 'rtc_use_pipewire=true'
  182. 'link_pulseaudio=true'
  183. 'use_custom_libcxx=false'
  184. 'use_gnome_keyring=false'
  185. 'use_qt=false' # look into enabling this for M108
  186. 'use_sysroot=false'
  187. 'use_system_libwayland_server=true'
  188. 'use_system_wayland_scanner=true'
  189. 'use_custom_libcxx=false'
  190. 'enable_widevine=true'
  191. 'enable_platform_hevc=true'
  192. 'enable_hevc_parser_and_hw_decoder=true'
  193. )
  194. if [[ -n ${_system_libs[icu]+set} ]]; then
  195. _flags+=('icu_use_data_file=false')
  196. fi
  197. # Append ungoogled chromium flags to _flags array
  198. _ungoogled_repo="$srcdir/${pkgname%xdg*}$_uc_ver"
  199. readarray -t -O ${#_flags[@]} _flags < "${_ungoogled_repo}/flags.gn"
  200. # Facilitate deterministic builds (taken from build/config/compiler/BUILD.gn)
  201. CFLAGS+=' -Wno-builtin-macro-redefined'
  202. CXXFLAGS+=' -Wno-builtin-macro-redefined'
  203. CPPFLAGS+=' -D__DATE__= -D__TIME__= -D__TIMESTAMP__='
  204. # Do not warn about unknown warning options
  205. CFLAGS+=' -Wno-unknown-warning-option'
  206. CXXFLAGS+=' -Wno-unknown-warning-option'
  207. # Let Chromium set its own symbol level
  208. CFLAGS=${CFLAGS/-g }
  209. CXXFLAGS=${CXXFLAGS/-g }
  210. # https://github.com/ungoogled-software/ungoogled-chromium-archlinux/issues/123
  211. CFLAGS=${CFLAGS/-fexceptions}
  212. CFLAGS=${CFLAGS/-fcf-protection}
  213. CXXFLAGS=${CXXFLAGS/-fexceptions}
  214. CXXFLAGS=${CXXFLAGS/-fcf-protection}
  215. # This appears to cause random segfaults when combined with ThinLTO
  216. # https://bugs.archlinux.org/task/73518
  217. CFLAGS=${CFLAGS/-fstack-clash-protection}
  218. CXXFLAGS=${CXXFLAGS/-fstack-clash-protection}
  219. # https://crbug.com/957519#c122
  220. CXXFLAGS=${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS}
  221. gn gen out/Release --args="${_flags[*]}"
  222. ninja -C out/Release chrome chrome_sandbox chromedriver
  223. }
  224. package() {
  225. cd chromium-launcher-$_launcher_ver
  226. make PREFIX=/usr DESTDIR="$pkgdir" install
  227. install -Dm644 LICENSE \
  228. "$pkgdir/usr/share/licenses/chromium/LICENSE.launcher"
  229. cd "$srcdir/chromium-$pkgver"
  230. install -D out/Release/chrome "$pkgdir/usr/lib/chromium/chromium"
  231. install -D out/Release/chromedriver "$pkgdir/usr/bin/chromedriver"
  232. install -Dm4755 out/Release/chrome_sandbox "$pkgdir/usr/lib/chromium/chrome-sandbox"
  233. install -Dm644 ../chromium-drirc-disable-10bpc-color-configs.conf \
  234. "$pkgdir/usr/share/drirc.d/10-$pkgname.conf"
  235. install -Dm644 chrome/installer/linux/common/desktop.template \
  236. "$pkgdir/usr/share/applications/chromium.desktop"
  237. install -Dm644 chrome/app/resources/manpage.1.in \
  238. "$pkgdir/usr/share/man/man1/chromium.1"
  239. sed -i \
  240. -e 's/@@MENUNAME@@/Chromium/g' \
  241. -e 's/@@PACKAGE@@/chromium/g' \
  242. -e 's/@@USR_BIN_SYMLINK_NAME@@/chromium/g' \
  243. "$pkgdir/usr/share/applications/chromium.desktop" \
  244. "$pkgdir/usr/share/man/man1/chromium.1"
  245. install -Dm644 chrome/installer/linux/common/chromium-browser/chromium-browser.appdata.xml \
  246. "$pkgdir/usr/share/metainfo/chromium.appdata.xml"
  247. sed -ni \
  248. -e 's/chromium-browser\.desktop/chromium.desktop/' \
  249. -e '/<update_contact>/d' \
  250. -e '/<p>/N;/<p>\n.*\(We invite\|Chromium supports Vorbis\)/,/<\/p>/d' \
  251. -e '/^<?xml/,$p' \
  252. "$pkgdir/usr/share/metainfo/chromium.appdata.xml"
  253. local toplevel_files=(
  254. chrome_100_percent.pak
  255. chrome_200_percent.pak
  256. chrome_crashpad_handler
  257. resources.pak
  258. v8_context_snapshot.bin
  259. # ANGLE
  260. libEGL.so
  261. libGLESv2.so
  262. # SwiftShader ICD
  263. libvk_swiftshader.so
  264. vk_swiftshader_icd.json
  265. )
  266. if [[ -z ${_system_libs[icu]+set} ]]; then
  267. toplevel_files+=(icudtl.dat)
  268. fi
  269. cp "${toplevel_files[@]/#/out/Release/}" "$pkgdir/usr/lib/chromium/"
  270. install -Dm644 -t "$pkgdir/usr/lib/chromium/locales" out/Release/locales/*.pak
  271. for size in 24 48 64 128 256; do
  272. install -Dm644 "chrome/app/theme/chromium/product_logo_$size.png" \
  273. "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/chromium.png"
  274. done
  275. for size in 16 32; do
  276. install -Dm644 "chrome/app/theme/default_100_percent/chromium/product_logo_$size.png" \
  277. "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/chromium.png"
  278. done
  279. install -Dm644 LICENSE "$pkgdir/usr/share/licenses/chromium/LICENSE"
  280. install -Dm644 "${srcdir}/index.html" "$pkgdir/usr/share/ungoogled-chromium/index.html"
  281. }
  282. # vim:set ts=2 sw=2 et: