PKGBUILD 13 KB

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