PKGBUILD 13 KB

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