PKGBUILD 13 KB

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