From 7fce02666a97d971a0b0f77bfb61fe8718104f12 Mon Sep 17 00:00:00 2001 From: mrvladus Date: Fri, 4 Oct 2024 10:55:31 +0300 Subject: [PATCH] 46.2.5 --- ...io.github.mrvladus.List.metainfo.xml.in.in | 13 +- io.github.mrvladus.List.Devel.json | 158 +++++++++--------- meson.build | 4 +- 3 files changed, 92 insertions(+), 83 deletions(-) diff --git a/data/io.github.mrvladus.List.metainfo.xml.in.in b/data/io.github.mrvladus.List.metainfo.xml.in.in index 7861a1d6..4d00b828 100644 --- a/data/io.github.mrvladus.List.metainfo.xml.in.in +++ b/data/io.github.mrvladus.List.metainfo.xml.in.in @@ -57,6 +57,17 @@ + + +

Translations:

+
    +
  • Added Slovak translation (Ladislav Galadík)
  • +
  • Added Estonian translation (Indrek Haav)
  • +
  • Updated Danish translation (Peter Normann)
  • +
  • Updated Spanish translation (haggen88)
  • +
+
+

Translations:

@@ -914,4 +925,4 @@
- \ No newline at end of file + diff --git a/io.github.mrvladus.List.Devel.json b/io.github.mrvladus.List.Devel.json index e498004d..6c98d01f 100644 --- a/io.github.mrvladus.List.Devel.json +++ b/io.github.mrvladus.List.Devel.json @@ -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": "." } - ] -} \ No newline at end of file + ] + } + ] +} diff --git a/meson.build b/meson.build index 9218478a..9a51745e 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'errands', - version: '46.2.4', + version: '46.2.5', meson_version: '>= 0.62.0', ) @@ -69,4 +69,4 @@ gnome.post_install( glib_compile_schemas: true, gtk_update_icon_cache: true, update_desktop_database: true, -) \ No newline at end of file +)