diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-22 11:35:05 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-03-22 11:36:52 +0900 |
| commit | 81ae5e3f835dbd14d3fc00697fa458916fddbc86 (patch) | |
| tree | dee90fddf1ae6efb0e987e66219193d5a48a6e48 /etc/teams | |
| parent | e931cab87fef3159511a6f425e5cddbeb8b06c96 (diff) | |
teams/gnome: Update gnome-core-refresh script.
* etc/teams/gnome/gnome-core-refresh (%gnome-releng-versions-uri): Update URI.
(%names): Register glycin.
Change-Id: I314ce2fd0345b5cc5b81cbb465a701d99c926274
Diffstat (limited to 'etc/teams')
| -rwxr-xr-x | etc/teams/gnome/gnome-core-refresh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/teams/gnome/gnome-core-refresh b/etc/teams/gnome/gnome-core-refresh index a15deaa804b..f9c7a9c661e 100755 --- a/etc/teams/gnome/gnome-core-refresh +++ b/etc/teams/gnome/gnome-core-refresh | |||
| @@ -48,8 +48,7 @@ | |||
| 48 | (define %gnome-releng-versions-uri | 48 | (define %gnome-releng-versions-uri |
| 49 | (make-parameter | 49 | (make-parameter |
| 50 | (or (getenv "GNOME_RELENG_VERSIONS_URI") | 50 | (or (getenv "GNOME_RELENG_VERSIONS_URI") |
| 51 | "https://gitlab.gnome.org/GNOME/releng/-/raw/master/\ | 51 | "https://gitlab.gnome.org/GNOME/releng/-/raw/master/tools/versions-49"))) |
| 52 | tools/versions-stable"))) | ||
| 53 | 52 | ||
| 54 | (define (fetch-releng-content) | 53 | (define (fetch-releng-content) |
| 55 | "Return a string corresponding to the content of the %GNOME-RELENG-VERSIONS-URI | 54 | "Return a string corresponding to the content of the %GNOME-RELENG-VERSIONS-URI |
| @@ -74,6 +73,7 @@ NL < '\n'") | |||
| 74 | 73 | ||
| 75 | (define %names | 74 | (define %names |
| 76 | '(("adwaita-fonts" . "font-adwaita") | 75 | '(("adwaita-fonts" . "font-adwaita") |
| 76 | ("glycin" . "glycin-loaders") | ||
| 77 | ("pygobject" . "python-pygobject") | 77 | ("pygobject" . "python-pygobject") |
| 78 | ("pyatspi" . "python-pyatspi"))) | 78 | ("pyatspi" . "python-pyatspi"))) |
| 79 | 79 | ||
