From 0e7ca67fddda7b87dfe52ebfd5a67025105863cf Mon Sep 17 00:00:00 2001
From: Bobby Rong <rjl931189261@126.com>
Date: Mon, 23 Dec 2024 21:16:07 +0800
Subject: [PATCH 1/2] thunarx.symbols: Add missing thunarx_provider_module_*

Fixes the abicheck test.
---
 thunarx/thunarx.symbols | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/thunarx/thunarx.symbols b/thunarx/thunarx.symbols
index d4b5469c2..50e0841b6 100644
--- a/thunarx/thunarx.symbols
+++ b/thunarx/thunarx.symbols
@@ -90,6 +90,12 @@ thunarx_provider_factory_get_type G_GNUC_CONST
 thunarx_provider_factory_get_default
 thunarx_provider_factory_list_providers G_GNUC_MALLOC
 
+/* ThunarxProviderModule methods */
+thunarx_provider_module_get_type
+thunarx_provider_module_list_types
+thunarx_provider_module_new
+thunarx_provider_module_unuse
+
 /* ThunarxProviderPlugin methods */
 thunarx_provider_plugin_get_type G_GNUC_CONST
 thunarx_provider_plugin_get_resident
-- 
GitLab


From 6960f73043298975a6872e5282f76958f8345b33 Mon Sep 17 00:00:00 2001
From: Bobby Rong <rjl931189261@126.com>
Date: Mon, 23 Dec 2024 21:30:03 +0800
Subject: [PATCH 2/2] build: Dist thunar-{thumbnailer,thumbnail-cache}-dbus.xml

Fixes --enable-maintainer-mode with release tarball.
---
 thunar/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/thunar/Makefile.am b/thunar/Makefile.am
index 70c697d34..4fbcada58 100644
--- a/thunar/Makefile.am
+++ b/thunar/Makefile.am
@@ -345,6 +345,8 @@ endif
 EXTRA_DIST =								\
 	thunar-dbus-freedesktop-interfaces.xml	\
 	thunar-dbus-service-infos.xml			\
+	thunar-thumbnailer-dbus.xml				\
+	thunar-thumbnail-cache-dbus.xml			\
 	thunar-marshal.list						\
 	thunar-thumbnail-frame.png				\
 	thunar-settings							\
-- 
GitLab