Sat, 30 Dec 2023 20:44:40 -0600
Make sure our extra version information doesn't get passed to gi-docgen
gi-docgen uses a python library for verifing version numbers and it's quite
strict. So we just rebuild our version number from the parts, skipping the
extra bit and it's happy with that.
Testing Done:
Ran the `fedora-rawhide-amd64` convey plan without issue.
Reviewed at https://reviews.imfreedom.org/r/2899/
// SPDX-FileCopyrightText: 2021 GNOME Foundation // SPDX-License-Identifier: LGPL-2.1-or-later // A map between namespaces and base URLs for their online documentation baseURLs = [ [ 'GLib', 'https://docs.gtk.org/glib/' ], [ 'GObject', 'https://docs.gtk.org/gobject/' ], [ 'GPlugin', 'https://docs.imfreedom.org/gplugin/' ], [ 'GPlugin-Gtk4', 'https://docs.imfreedom.org/gplugin-gtk4/' ], [ 'Gtk', 'https://docs.gtk.org/gtk4/' ], [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ], ]