PKGBUILD 13 KB

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