Skip to content

Commit 7fce026

Browse files
committed
46.2.5
1 parent d7e54b2 commit 7fce026

File tree

3 files changed

+92
-83
lines changed

3 files changed

+92
-83
lines changed

data/io.github.mrvladus.List.metainfo.xml.in.in

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,17 @@
5757
</requires>
5858

5959
<releases>
60+
<release version="46.2.5" date="2024-10-03">
61+
<description translatable="no">
62+
<p>Translations:</p>
63+
<ul>
64+
<li>Added Slovak translation (Ladislav Galadík)</li>
65+
<li>Added Estonian translation (Indrek Haav)</li>
66+
<li>Updated Danish translation (Peter Normann)</li>
67+
<li>Updated Spanish translation (haggen88)</li>
68+
</ul>
69+
</description>
70+
</release>
6071
<release version="46.2.4" date="2024-07-18">
6172
<description translatable="no">
6273
<p>Translations:</p>
@@ -914,4 +925,4 @@
914925
</description>
915926
</release>
916927
</releases>
917-
</component>
928+
</component>

io.github.mrvladus.List.Devel.json

Lines changed: 78 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,83 @@
11
{
2-
"id": "io.github.mrvladus.List.Devel",
3-
"runtime": "org.gnome.Platform",
4-
"runtime-version": "46",
5-
"sdk": "org.gnome.Sdk",
6-
"command": "errands",
7-
"finish-args": [
8-
"--device=dri",
9-
"--socket=wayland",
10-
"--socket=fallback-x11",
11-
"--share=ipc",
12-
"--share=network",
13-
"--talk-name=org.freedesktop.secrets",
14-
"--talk-name=org.gnome.OnlineAccounts",
15-
"--filesystem=home"
16-
],
17-
"cleanup": [
18-
"/lib/debug",
19-
"/include",
20-
"/lib/pkgconfig",
21-
"/man",
22-
"/share/aclocal",
23-
"/share/gtk-doc",
24-
"/share/man",
25-
"/share/pkgconfig",
26-
"/share/vala",
27-
"*.la",
28-
"*.a"
29-
],
30-
"modules": [
2+
"id": "io.github.mrvladus.List.Devel",
3+
"runtime": "org.gnome.Platform",
4+
"runtime-version": "46",
5+
"sdk": "org.gnome.Sdk",
6+
"command": "errands",
7+
"finish-args": [
8+
"--device=dri",
9+
"--socket=wayland",
10+
"--socket=fallback-x11",
11+
"--share=ipc",
12+
"--share=network",
13+
"--talk-name=org.freedesktop.secrets",
14+
"--talk-name=org.gnome.OnlineAccounts",
15+
"--filesystem=home"
16+
],
17+
"cleanup": [
18+
"/lib/debug",
19+
"/include",
20+
"/lib/pkgconfig",
21+
"/man",
22+
"/share/aclocal",
23+
"/share/gtk-doc",
24+
"/share/man",
25+
"/share/pkgconfig",
26+
"/share/vala",
27+
"*.la",
28+
"*.a"
29+
],
30+
"modules": [
31+
{
32+
"name": "gnome-online-accounts",
33+
"buildsystem": "meson",
34+
"config-opts": [
35+
"-Dgoabackend=false",
36+
"-Dexchange=false",
37+
"-Dgoogle=false",
38+
"-Dimap_smtp=false",
39+
"-Dwebdav=false",
40+
"-Dkerberos=false",
41+
"-Dwindows_live=false",
42+
"-Dms_graph=false",
43+
"-Dvapi=false"
44+
],
45+
"sources": [
3146
{
32-
"name": "gnome-online-accounts",
33-
"buildsystem": "meson",
34-
"config-opts": [
35-
"-Dgoabackend=false",
36-
"-Dexchange=false",
37-
"-Dgoogle=false",
38-
"-Dimap_smtp=false",
39-
"-Dwebdav=false",
40-
"-Dkerberos=false",
41-
"-Dwindows_live=false",
42-
"-Dms_graph=false",
43-
"-Dvapi=false"
44-
],
45-
"sources": [
46-
{
47-
"type": "git",
48-
"url": "https://gitlab.gnome.org/GNOME/gnome-online-accounts.git",
49-
"branch": "master"
50-
}
51-
]
52-
},
47+
"type": "git",
48+
"url": "https://gitlab.gnome.org/GNOME/gnome-online-accounts.git",
49+
"branch": "master"
50+
}
51+
]
52+
},
53+
{
54+
"name": "libportal",
55+
"buildsystem": "meson",
56+
"config-opts": [
57+
"-Dbackend-gtk4=enabled",
58+
"-Dvapi=false",
59+
"-Ddocs=false",
60+
"-Dtests=false"
61+
],
62+
"sources": [
5363
{
54-
"name": "libportal",
55-
"buildsystem": "meson",
56-
"config-opts": [
57-
"-Dbackend-gtk4=enabled",
58-
"-Dvapi=false",
59-
"-Ddocs=false",
60-
"-Dtests=false"
61-
],
62-
"sources": [
63-
{
64-
"type": "git",
65-
"url": "https://github.com/flatpak/libportal.git",
66-
"tag": "0.7.1"
67-
}
68-
]
69-
},
70-
"build-aux/python3-caldav.json",
64+
"type": "git",
65+
"url": "https://github.com/flatpak/libportal.git",
66+
"tag": "0.7.1"
67+
}
68+
]
69+
},
70+
"build-aux/python3-caldav.json",
71+
{
72+
"name": "errands",
73+
"buildsystem": "meson",
74+
"config-opts": ["-Dprofile=development"],
75+
"sources": [
7176
{
72-
"name": "errands",
73-
"buildsystem": "meson",
74-
"config-opts": [
75-
"-Dprofile=development"
76-
],
77-
"sources": [
78-
{
79-
"type": "dir",
80-
"path": "."
81-
}
82-
]
77+
"type": "dir",
78+
"path": "."
8379
}
84-
]
85-
}
80+
]
81+
}
82+
]
83+
}

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'errands',
3-
version: '46.2.4',
3+
version: '46.2.5',
44
meson_version: '>= 0.62.0',
55
)
66

@@ -69,4 +69,4 @@ gnome.post_install(
6969
glib_compile_schemas: true,
7070
gtk_update_icon_cache: true,
7171
update_desktop_database: true,
72-
)
72+
)

0 commit comments

Comments
 (0)