File remove-furo-dep.patch of Package xdg-desktop-portal
diff -urp xdg-desktop-portal-1.20.3.orig/doc/conf.py xdg-desktop-portal-1.20.3/doc/conf.py
--- xdg-desktop-portal-1.20.3.orig/doc/conf.py 2025-05-20 12:07:14.000000000 -0500
+++ xdg-desktop-portal-1.20.3/doc/conf.py 2025-06-06 10:25:08.899407994 -0500
@@ -26,14 +26,11 @@ exclude_patterns = ["_build", "Thumbs.db
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
-html_theme = "furo"
+html_theme = "alabaster"
# add custom files that are stored in _static
-html_css_files = ["xdg.css"]
html_static_path = ["_static"]
# -- Options for OpenGraph ---------------------------------------------------
ogp_site_url = "https://flatpak.github.io/xdg-desktop-portal/docs/"
ogp_image = "_static/card.png"
-
-html_permalinks_icon = "🔗"
diff -urp xdg-desktop-portal-1.20.3.orig/meson.build xdg-desktop-portal-1.20.3/meson.build
--- xdg-desktop-portal-1.20.3.orig/meson.build 2025-05-20 12:07:14.000000000 -0500
+++ xdg-desktop-portal-1.20.3/meson.build 2025-06-06 10:25:08.900242888 -0500
@@ -175,7 +175,7 @@ add_project_arguments(['-DGLIB_VERSION_M
build_documentation = false
gdbus_codegen = find_program('gdbus-codegen', native: true, required: get_option('documentation'))
sphinx_build = find_program('sphinx-build', native: true, required: get_option('documentation'))
-sphinx_modules = pymod.find_installation('python3', modules: ['sphinxext.opengraph', 'sphinx_copybutton', 'furo'], required: get_option('documentation'))
+sphinx_modules = pymod.find_installation('python3', modules: ['sphinxext.opengraph', 'sphinx_copybutton'], required: get_option('documentation'))
if not get_option('documentation').disabled() and gdbus_codegen.found() and sphinx_build.found() and sphinx_modules.found()
fs = import('fs')
# we're going to copy this file in to our build tree