PKGBUILD 15 KB

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