mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Merge branch 'ebassi/gi-docgen-wrap-update' into 'main'
Update the wrap file for gi-docgen See merge request GNOME/glib!3816
This commit is contained in:
commit
133ade7244
@ -11,11 +11,11 @@ cache:
|
|||||||
- _ccache/
|
- _ccache/
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/glib/fedora:v39.4"
|
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/glib/fedora:v39.5"
|
||||||
COVERITY_IMAGE: "registry.gitlab.gnome.org/gnome/glib/coverity:v7"
|
COVERITY_IMAGE: "registry.gitlab.gnome.org/gnome/glib/coverity:v7"
|
||||||
DEBIAN_IMAGE: "registry.gitlab.gnome.org/gnome/glib/debian-stable:v22"
|
DEBIAN_IMAGE: "registry.gitlab.gnome.org/gnome/glib/debian-stable:v23"
|
||||||
ALPINE_IMAGE: "registry.gitlab.gnome.org/gnome/glib/alpine:v6"
|
ALPINE_IMAGE: "registry.gitlab.gnome.org/gnome/glib/alpine:v7"
|
||||||
MINGW_IMAGE: "registry.gitlab.gnome.org/gnome/glib/mingw:v39.4"
|
MINGW_IMAGE: "registry.gitlab.gnome.org/gnome/glib/mingw:v39.5"
|
||||||
GOBJECT_INTROSPECTION_TAG: "1.80.1"
|
GOBJECT_INTROSPECTION_TAG: "1.80.1"
|
||||||
MESON_TEST_TIMEOUT_MULTIPLIER: 4
|
MESON_TEST_TIMEOUT_MULTIPLIER: 4
|
||||||
G_MESSAGES_DEBUG: all
|
G_MESSAGES_DEBUG: all
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM registry.gitlab.gnome.org/gnome/glib/fedora:v39.4
|
FROM registry.gitlab.gnome.org/gnome/glib/fedora:v39.5
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
if get_option('documentation') and enable_gir
|
if get_option('documentation') and enable_gir
|
||||||
gidocgen_dep = dependency('gi-docgen', version: '>= 2023.1',
|
gidocgen_dep = dependency('gi-docgen', version: '>= 2024.1',
|
||||||
fallback: ['gi-docgen', 'dummy_dep'],
|
fallback: ['gi-docgen', 'dummy_dep'],
|
||||||
native: true,
|
native: true,
|
||||||
required: true)
|
required: true)
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
[wrap-git]
|
[wrap-git]
|
||||||
directory=gi-docgen
|
directory = gi-docgen
|
||||||
url=https://gitlab.gnome.org/GNOME/gi-docgen.git
|
url = https://gitlab.gnome.org/GNOME/gi-docgen.git
|
||||||
revision=2023.1
|
push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/gi-docgen.git
|
||||||
depth=1
|
revision = 2024.1
|
||||||
|
depth = 1
|
||||||
|
|
||||||
|
[provide]
|
||||||
|
program_names = gi-docgen
|
||||||
|
Loading…
Reference in New Issue
Block a user