PKGBUILD 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  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. # binary version of this package (-bin): github.com/noahvogt/ungoogled-chromium-xdg-bin-aur
  10. pkgname=ungoogled-chromium-xdg
  11. pkgver=121.0.6167.139
  12. pkgrel=1
  13. _launcher_ver=8
  14. _manual_clone=0
  15. _system_clang=0
  16. pkgdesc="A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory"
  17. arch=('x86_64')
  18. url="https://github.com/ungoogled-software/ungoogled-chromium"
  19. license=('BSD-3-Clause')
  20. depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
  21. 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
  22. 'libffi' 'desktop-file-utils' 'hicolor-icon-theme')
  23. makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
  24. 'qt5-base' 'java-runtime-headless' 'git')
  25. optdepends=('pipewire: WebRTC desktop sharing under Wayland'
  26. 'kdialog: support for native dialogs in Plasma'
  27. 'qt5-base: enable Qt5 with --enable-features=AllowQt'
  28. 'gtk4: for --gtk-version=4 (GTK4 IME might work better on Wayland)'
  29. 'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
  30. 'kwallet5: support for storing passwords in KWallet on Plasma')
  31. options=('!lto') # Chromium adds its own flags for ThinLTO
  32. source=(https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz
  33. https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
  34. https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/${pkgver%%.*}/chromium-patches-${pkgver%%.*}.tar.bz2
  35. drop-flags-unsupported-by-clang16.patch
  36. icu-74.patch
  37. use-oauth2-client-switches-as-default.patch
  38. xdg-basedir.patch
  39. no-omnibox-suggestion-autocomplete.patch
  40. index.html)
  41. sha256sums=('e12cc967bef7a79630828792f02d95297a06eb905c98e4c6e065fd5e74d6f9ff'
  42. '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
  43. 'e9113c1ed2900b84b488e608774ce25212d3c60094abdae005d8a943df9b505e'
  44. '8d1cdf3ddd8ff98f302c90c13953f39cd804b3479b13b69b8ef138ac57c83556'
  45. 'ff9ebd86b0010e1c604d47303ab209b1d76c3e888c423166779cefbc22de297f'
  46. 'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711'
  47. 'f97e6cd3c4d2e04f5d9a0ea234fe768d6ba0fa9f4ecd5c7b2ca91030a1249078'
  48. 'ff1591fa38e0ede7e883dc7494b813641b7a1a7cb1ded00d9baaee987c1dbea8'
  49. 'a4cdd2b86f32d5302c2792be841ff40d982b19bb58a4e63df9d77f4c706b8665')
  50. if (( _manual_clone )); then
  51. source[0]=fetch-chromium-release
  52. makedepends+=('python-httplib2' 'python-pyparsing' 'python-six')
  53. fi
  54. provides=("chromium=${pkgver}" "chromedriver=${pkgver}")
  55. conflicts=('chromium' 'chromedriver')
  56. _uc_usr=ungoogled-software
  57. _uc_rel=1
  58. _uc_ver="$pkgver-$_uc_rel"
  59. # _uc_ver="120.0.6099.216-$_uc_rel"
  60. optdepends=("${optdepends[@]}"
  61. 'chromium-extension-web-store: Web Store Functionality')
  62. source=(${source[@]}
  63. ${pkgname%-*}-$_uc_ver.zip::https://github.com/noahvogt/${pkgname%-*}/archive/refs/heads/update.zip
  64. # ${pkgname%-*}-$_uc_ver.tar.gz::https://github.com/$_uc_usr/ungoogled-chromium/archive/refs/tags/$_uc_ver.tar.gz
  65. 0001-vaapi-flag-ozone-wayland.patch
  66. 0001-adjust-buffer-format-order.patch
  67. 0001-enable-linux-unstable-deb-target.patch
  68. 0001-ozone-wayland-implement-text_input_manager_v3.patch
  69. 0001-ozone-wayland-implement-text_input_manager-fixes.patch)
  70. sha256sums=(${sha256sums[@]}
  71. 'd872500e94ef1de95de637b60f71e8fa1ae2ab6711762b817dc3c0ef7801c25e'
  72. '9a5594293616e1390462af1f50276ee29fd6075ffab0e3f944f6346cb2eb8aec'
  73. '8ba5c67b7eb6cacd2dbbc29e6766169f0fca3bbb07779b1a0a76c913f17d343f'
  74. '2a44756404e13c97d000cc0d859604d6848163998ea2f838b3b9bb2c840967e3'
  75. 'd9974ddb50777be428fd0fa1e01ffe4b587065ba6adefea33678e1b3e25d1285'
  76. 'a2da75d0c20529f2d635050e0662941c0820264ea9371eb900b9d90b5968fa6a')
  77. # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
  78. # Keys are the names in the above script; values are the dependencies in Arch
  79. declare -gA _system_libs=(
  80. #[brotli]=brotli
  81. [dav1d]=dav1d
  82. #[ffmpeg]=ffmpeg # YouTube playback stopped working in Chromium 120
  83. [flac]=flac
  84. [fontconfig]=fontconfig
  85. [freetype]=freetype2
  86. [harfbuzz-ng]=harfbuzz
  87. [icu]=icu
  88. #[jsoncpp]=jsoncpp # needs libstdc++
  89. #[libaom]=aom
  90. #[libavif]=libavif # needs https://github.com/AOMediaCodec/libavif/commit/5410b23f76
  91. [libdrm]=
  92. [libjpeg]=libjpeg
  93. [libpng]=libpng
  94. #[libvpx]=libvpx
  95. [libwebp]=libwebp
  96. [libxml]=libxml2
  97. [libxslt]=libxslt
  98. [opus]=opus
  99. #[re2]=re2 # needs libstdc++
  100. #[snappy]=snappy # needs libstdc++
  101. #[woff2]=woff2 # needs libstdc++
  102. #[zlib]=minizip
  103. )
  104. _unwanted_bundled_libs=(
  105. $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
  106. )
  107. depends+=(${_system_libs[@]})
  108. # Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
  109. # Note: These are for Arch Linux use ONLY. For your own distribution, please
  110. # get your own set of keys.
  111. #
  112. # Starting with Chromium 89 (2021-03-02) the OAuth2 credentials have been left
  113. # out: https://archlinux.org/news/chromium-losing-sync-support-in-early-march/
  114. _google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
  115. prepare() {
  116. if (( _manual_clone )); then
  117. ./fetch-chromium-release $pkgver
  118. fi
  119. cd chromium-$pkgver
  120. # Allow building against system libraries in official builds
  121. sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' \
  122. tools/generate_shim_headers/generate_shim_headers.py
  123. # https://crbug.com/893950
  124. sed -i -e 's/\<xmlMalloc\>/malloc/' -e 's/\<xmlFree\>/free/' \
  125. third_party/blink/renderer/core/xml/*.cc \
  126. third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \
  127. third_party/libxml/chromium/*.cc \
  128. third_party/maldoca/src/maldoca/ole/oss_utils.h
  129. # Use the --oauth2-client-id= and --oauth2-client-secret= switches for
  130. # setting GOOGLE_DEFAULT_CLIENT_ID and GOOGLE_DEFAULT_CLIENT_SECRET at
  131. # runtime -- this allows signing into Chromium without baked-in values
  132. patch -Np1 -i ../use-oauth2-client-switches-as-default.patch
  133. # Upstream fixes
  134. # Fix build with ICU 74
  135. patch -Np1 -i ../icu-74.patch
  136. # Drop compiler flags that need newer clang
  137. #patch -Np1 -i ../drop-flags-unsupported-by-clang16.patch
  138. # Fixes for building with libstdc++ instead of libc++
  139. #patch -Np1 -i ../chromium-patches-*/chromium-114-ruy-include.patch
  140. #patch -Np1 -i ../chromium-patches-*/chromium-117-material-color-include.patch
  141. #patch -Np1 -i ../chromium-patches-*/chromium-119-clang16.patch
  142. # Custom Patches
  143. sed -i '/^bool IsHevcProfileSupported(const VideoType& type) {$/{s++bool IsHevcProfileSupported(const VideoType\& type) { return true;+;h};${x;/./{x;q0};x;q1}' \
  144. media/base/supported_types.cc
  145. # Implement text_input_manager_v3
  146. # https://chromium-review.googlesource.com/c/chromium/src/+/3750452
  147. patch -Np1 -i ../0001-ozone-wayland-implement-text_input_manager_v3.patch
  148. patch -Np1 -i ../0001-ozone-wayland-implement-text_input_manager-fixes.patch
  149. # Enable VAAPI on Wayland
  150. # https://discourse.ubuntu.com/t/chromium-hardware-accelerated-build-for-intel-based-platforms-available-for-beta-testing/35625
  151. # https://git.launchpad.net/~chromium-team/chromium-browser/+git/snap-from-source/
  152. # patch -Np1 -i ../0001-enable-linux-unstable-deb-target.patch
  153. patch -Np1 -i ../0001-adjust-buffer-format-order.patch
  154. patch -Np1 -i ../0001-vaapi-flag-ozone-wayland.patch
  155. # move ~/.pki directory to ${XDG_DATA_HOME:-$HOME/.local}/share/pki
  156. patch -p1 -i ../xdg-basedir.patch
  157. # You can now set '1' in the flag #omnibox-ui-max-autocomplete-matches to
  158. # effectively disable autocompletion in the url bar (and therefore the so-
  159. # called 'shoulder surfing').
  160. patch -p1 -i ../no-omnibox-suggestion-autocomplete.patch
  161. # Link to system tools required by the build
  162. mkdir -p third_party/node/linux/node-linux-x64/bin
  163. ln -s /usr/bin/node third_party/node/linux/node-linux-x64/bin/
  164. ln -s /usr/bin/java third_party/jdk/current/bin/
  165. # Use prebuilt rust as system rust cannot be used due to the error:
  166. # error: the option `Z` is only accepted on the nightly compiler
  167. ./tools/rust/update_rust.py
  168. # To link to rust libraries we need to compile with prebuilt clang
  169. ./tools/clang/scripts/update.py
  170. # Ungoogled Chromium changes
  171. _ungoogled_repo="$srcdir/ungoogled-chromium-update"
  172. _utils="${_ungoogled_repo}/utils"
  173. msg2 'Pruning binaries'
  174. python "$_utils/prune_binaries.py" ./ "$_ungoogled_repo/pruning.list"
  175. msg2 'Applying patches'
  176. python "$_utils/patches.py" apply ./ "$_ungoogled_repo/patches"
  177. msg2 'Applying domain substitution'
  178. python "$_utils/domain_substitution.py" apply -r "$_ungoogled_repo/domain_regex.list" \
  179. -f "$_ungoogled_repo/domain_substitution.list" -c domainsubcache.tar.gz ./
  180. # Remove bundled libraries for which we will use the system copies; this
  181. # *should* do what the remove_bundled_libraries.py script does, with the
  182. # added benefit of not having to list all the remaining libraries
  183. local _lib
  184. for _lib in ${_unwanted_bundled_libs[@]}; do
  185. find "third_party/$_lib" -type f \
  186. \! -path "third_party/$_lib/chromium/*" \
  187. \! -path "third_party/$_lib/google/*" \
  188. \! -path "third_party/harfbuzz-ng/utils/hb_scoped.h" \
  189. \! -regex '.*\.\(gn\|gni\|isolate\)' \
  190. -delete
  191. done
  192. ./build/linux/unbundle/replace_gn_files.py \
  193. --system-libraries "${!_system_libs[@]}"
  194. }
  195. build() {
  196. make -C chromium-launcher-$_launcher_ver
  197. cd chromium-$pkgver
  198. if (( _system_clang )); then
  199. export CC=clang
  200. export CXX=clang++
  201. export AR=ar
  202. export NM=nm
  203. else
  204. local _clang_path="$PWD/third_party/llvm-build/Release+Asserts/bin"
  205. export CC=$_clang_path/clang
  206. export CXX=$_clang_path/clang++
  207. export AR=$_clang_path/llvm-ar
  208. export NM=$_clang_path/llvm-nm
  209. fi
  210. local _flags=(
  211. 'custom_toolchain="//build/toolchain/linux/unbundle:default"'
  212. 'host_toolchain="//build/toolchain/linux/unbundle:default"'
  213. 'is_official_build=true' # implies is_cfi=true on x86_64
  214. 'symbol_level=0' # sufficient for backtraces on x86(_64)
  215. 'treat_warnings_as_errors=false'
  216. 'disable_fieldtrial_testing_config=true'
  217. 'blink_enable_generated_code_formatting=false'
  218. 'ffmpeg_branding="Chrome"'
  219. 'proprietary_codecs=true'
  220. 'rtc_use_pipewire=true'
  221. 'link_pulseaudio=true'
  222. 'use_custom_libcxx=true' # https://github.com/llvm/llvm-project/issues/61705
  223. 'use_sysroot=false'
  224. 'use_system_libffi=true'
  225. 'enable_hangout_services_extension=true'
  226. 'enable_widevine=true'
  227. 'enable_nacl=false'
  228. "google_api_key=\"$_google_api_key\""
  229. )
  230. if [[ -n ${_system_libs[icu]+set} ]]; then
  231. _flags+=('icu_use_data_file=false')
  232. fi
  233. if (( _system_clang )); then
  234. local _clang_version=$(
  235. clang --version | grep -m1 version | sed 's/.* \([0-9]\+\).*/\1/')
  236. _flags+=(
  237. 'clang_base_path="/usr"'
  238. 'clang_use_chrome_plugins=false'
  239. "clang_version=\"$_clang_version\""
  240. #'chrome_pgo_phase=0' # needs newer clang to read the bundled PGO profile
  241. )
  242. fi
  243. # Append ungoogled chromium flags to _flags array
  244. _ungoogled_repo="$srcdir/ungoogled-chromium-update"
  245. readarray -t -O ${#_flags[@]} _flags < "${_ungoogled_repo}/flags.gn"
  246. # Facilitate deterministic builds (taken from build/config/compiler/BUILD.gn)
  247. CFLAGS+=' -Wno-builtin-macro-redefined'
  248. CXXFLAGS+=' -Wno-builtin-macro-redefined'
  249. CPPFLAGS+=' -D__DATE__= -D__TIME__= -D__TIMESTAMP__='
  250. # Do not warn about unknown warning options
  251. CFLAGS+=' -Wno-unknown-warning-option'
  252. CXXFLAGS+=' -Wno-unknown-warning-option'
  253. # Let Chromium set its own symbol level
  254. CFLAGS=${CFLAGS/-g }
  255. CXXFLAGS=${CXXFLAGS/-g }
  256. # https://github.com/ungoogled-software/ungoogled-chromium-archlinux/issues/123
  257. CFLAGS=${CFLAGS/-fexceptions}
  258. CFLAGS=${CFLAGS/-fcf-protection}
  259. CXXFLAGS=${CXXFLAGS/-fexceptions}
  260. CXXFLAGS=${CXXFLAGS/-fcf-protection}
  261. # This appears to cause random segfaults when combined with ThinLTO
  262. # https://bugs.archlinux.org/task/73518
  263. CFLAGS=${CFLAGS/-fstack-clash-protection}
  264. CXXFLAGS=${CXXFLAGS/-fstack-clash-protection}
  265. # https://crbug.com/957519#c122
  266. CXXFLAGS=${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS}
  267. gn gen out/Release --args="${_flags[*]}"
  268. ninja -C out/Release chrome chrome_sandbox chromedriver
  269. }
  270. package() {
  271. cd chromium-launcher-$_launcher_ver
  272. make PREFIX=/usr DESTDIR="$pkgdir" install
  273. install -Dm644 LICENSE \
  274. "$pkgdir/usr/share/licenses/chromium/LICENSE.launcher"
  275. cd ../chromium-$pkgver
  276. install -D out/Release/chrome "$pkgdir/usr/lib/chromium/chromium"
  277. install -D out/Release/chromedriver "$pkgdir/usr/bin/chromedriver"
  278. install -Dm4755 out/Release/chrome_sandbox "$pkgdir/usr/lib/chromium/chrome-sandbox"
  279. install -Dm644 chrome/installer/linux/common/desktop.template \
  280. "$pkgdir/usr/share/applications/chromium.desktop"
  281. install -Dm644 chrome/app/resources/manpage.1.in \
  282. "$pkgdir/usr/share/man/man1/chromium.1"
  283. sed -i \
  284. -e 's/@@MENUNAME@@/Chromium/g' \
  285. -e 's/@@PACKAGE@@/chromium/g' \
  286. -e 's/@@USR_BIN_SYMLINK_NAME@@/chromium/g' \
  287. "$pkgdir/usr/share/applications/chromium.desktop" \
  288. "$pkgdir/usr/share/man/man1/chromium.1"
  289. install -Dm644 chrome/installer/linux/common/chromium-browser/chromium-browser.appdata.xml \
  290. "$pkgdir/usr/share/metainfo/chromium.appdata.xml"
  291. sed -ni \
  292. -e 's/chromium-browser\.desktop/chromium.desktop/' \
  293. -e '/<update_contact>/d' \
  294. -e '/<p>/N;/<p>\n.*\(We invite\|Chromium supports Vorbis\)/,/<\/p>/d' \
  295. -e '/^<?xml/,$p' \
  296. "$pkgdir/usr/share/metainfo/chromium.appdata.xml"
  297. local toplevel_files=(
  298. chrome_100_percent.pak
  299. chrome_200_percent.pak
  300. chrome_crashpad_handler
  301. libqt5_shim.so
  302. resources.pak
  303. v8_context_snapshot.bin
  304. # ANGLE
  305. libEGL.so
  306. libGLESv2.so
  307. # SwiftShader ICD
  308. libvk_swiftshader.so
  309. libvulkan.so.1
  310. vk_swiftshader_icd.json
  311. )
  312. if [[ -z ${_system_libs[icu]+set} ]]; then
  313. toplevel_files+=(icudtl.dat)
  314. fi
  315. cp "${toplevel_files[@]/#/out/Release/}" "$pkgdir/usr/lib/chromium/"
  316. install -Dm644 -t "$pkgdir/usr/lib/chromium/locales" out/Release/locales/*.pak
  317. for size in 24 48 64 128 256; do
  318. install -Dm644 "chrome/app/theme/chromium/product_logo_$size.png" \
  319. "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/chromium.png"
  320. done
  321. for size in 16 32; do
  322. install -Dm644 "chrome/app/theme/default_100_percent/chromium/product_logo_$size.png" \
  323. "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/chromium.png"
  324. done
  325. install -Dm644 LICENSE "$pkgdir/usr/share/licenses/chromium/LICENSE"
  326. install -Dm644 "${srcdir}/index.html" "$pkgdir/usr/share/ungoogled-chromium/index.html"
  327. }
  328. # vim:set ts=2 sw=2 et: