Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/tdepim/blame/commit/5b94ddbf7213238bb173f30359c61bf2f9b13522/kontact/plugins/kitchensync/Makefile.am You should set ROOT_URL correctly, otherwise the web may not work correctly.
tdepim/kontact/plugins/kitchensync/Makefile.am

15 lines
476 B

INCLUDES = -I$(top_srcdir)/kontact/interfaces $(all_includes)
kde_module_LTLIBRARIES = libkontact_kitchensync.la
libkontact_kitchensync_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkontact_kitchensync_la_LIBADD = $(top_builddir)/kontact/interfaces/libkpinterfaces.la
libkontact_kitchensync_la_SOURCES = kitchensync_plugin.cpp
METASOURCES = AUTO
servicedir = $(kde_servicesdir)/kontact
service_DATA = kitchensync.desktop
kitchensynciface_DIR = $(top_srcdir)/kitchensync