PKGBUILD 14 KB

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