PKGBUILD 11 KB

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