Skip to content

Commit

Permalink
46.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvladus committed Oct 4, 2024
1 parent d7e54b2 commit 7fce026
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 83 deletions.
13 changes: 12 additions & 1 deletion data/io.github.mrvladus.List.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@
</requires>

<releases>
<release version="46.2.5" date="2024-10-03">
<description translatable="no">
<p>Translations:</p>
<ul>
<li>Added Slovak translation (Ladislav Galadík)</li>
<li>Added Estonian translation (Indrek Haav)</li>
<li>Updated Danish translation (Peter Normann)</li>
<li>Updated Spanish translation (haggen88)</li>
</ul>
</description>
</release>
<release version="46.2.4" date="2024-07-18">
<description translatable="no">
<p>Translations:</p>
Expand Down Expand Up @@ -914,4 +925,4 @@
</description>
</release>
</releases>
</component>
</component>
158 changes: 78 additions & 80 deletions io.github.mrvladus.List.Devel.json
Original file line number Diff line number Diff line change
@@ -1,85 +1,83 @@
{
"id": "io.github.mrvladus.List.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "46",
"sdk": "org.gnome.Sdk",
"command": "errands",
"finish-args": [
"--device=dri",
"--socket=wayland",
"--socket=fallback-x11",
"--share=ipc",
"--share=network",
"--talk-name=org.freedesktop.secrets",
"--talk-name=org.gnome.OnlineAccounts",
"--filesystem=home"
],
"cleanup": [
"/lib/debug",
"/include",
"/lib/pkgconfig",
"/man",
"/share/aclocal",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"/share/vala",
"*.la",
"*.a"
],
"modules": [
"id": "io.github.mrvladus.List.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "46",
"sdk": "org.gnome.Sdk",
"command": "errands",
"finish-args": [
"--device=dri",
"--socket=wayland",
"--socket=fallback-x11",
"--share=ipc",
"--share=network",
"--talk-name=org.freedesktop.secrets",
"--talk-name=org.gnome.OnlineAccounts",
"--filesystem=home"
],
"cleanup": [
"/lib/debug",
"/include",
"/lib/pkgconfig",
"/man",
"/share/aclocal",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"/share/vala",
"*.la",
"*.a"
],
"modules": [
{
"name": "gnome-online-accounts",
"buildsystem": "meson",
"config-opts": [
"-Dgoabackend=false",
"-Dexchange=false",
"-Dgoogle=false",
"-Dimap_smtp=false",
"-Dwebdav=false",
"-Dkerberos=false",
"-Dwindows_live=false",
"-Dms_graph=false",
"-Dvapi=false"
],
"sources": [
{
"name": "gnome-online-accounts",
"buildsystem": "meson",
"config-opts": [
"-Dgoabackend=false",
"-Dexchange=false",
"-Dgoogle=false",
"-Dimap_smtp=false",
"-Dwebdav=false",
"-Dkerberos=false",
"-Dwindows_live=false",
"-Dms_graph=false",
"-Dvapi=false"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gnome-online-accounts.git",
"branch": "master"
}
]
},
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gnome-online-accounts.git",
"branch": "master"
}
]
},
{
"name": "libportal",
"buildsystem": "meson",
"config-opts": [
"-Dbackend-gtk4=enabled",
"-Dvapi=false",
"-Ddocs=false",
"-Dtests=false"
],
"sources": [
{
"name": "libportal",
"buildsystem": "meson",
"config-opts": [
"-Dbackend-gtk4=enabled",
"-Dvapi=false",
"-Ddocs=false",
"-Dtests=false"
],
"sources": [
{
"type": "git",
"url": "https://github.com/flatpak/libportal.git",
"tag": "0.7.1"
}
]
},
"build-aux/python3-caldav.json",
"type": "git",
"url": "https://github.com/flatpak/libportal.git",
"tag": "0.7.1"
}
]
},
"build-aux/python3-caldav.json",
{
"name": "errands",
"buildsystem": "meson",
"config-opts": ["-Dprofile=development"],
"sources": [
{
"name": "errands",
"buildsystem": "meson",
"config-opts": [
"-Dprofile=development"
],
"sources": [
{
"type": "dir",
"path": "."
}
]
"type": "dir",
"path": "."
}
]
}
]
}
]
}
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'errands',
version: '46.2.4',
version: '46.2.5',
meson_version: '>= 0.62.0',
)

Expand Down Expand Up @@ -69,4 +69,4 @@ gnome.post_install(
glib_compile_schemas: true,
gtk_update_icon_cache: true,
update_desktop_database: true,
)
)

0 comments on commit 7fce026

Please sign in to comment.