From d5b88136509732f2edbe3089ae59085607be1edb Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Wed, 28 Dec 2022 22:13:49 +0530 Subject: [PATCH] 1.5.4: fix flatpak ID in recipe.json Fixed the Flatpak ID of GNOME Font --- VERSION | 2 +- data/org.vanillaos.FirstSetup.appdata.xml.in | 2 +- debian/changelog | 4 ++-- meson.build | 4 ++-- recipe.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 1d5e9e0..94fe62c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.3 \ No newline at end of file +1.5.4 diff --git a/data/org.vanillaos.FirstSetup.appdata.xml.in b/data/org.vanillaos.FirstSetup.appdata.xml.in index 97cc0e5..55c1399 100644 --- a/data/org.vanillaos.FirstSetup.appdata.xml.in +++ b/data/org.vanillaos.FirstSetup.appdata.xml.in @@ -21,7 +21,7 @@ 768 - +

First release

diff --git a/debian/changelog b/debian/changelog index 0a7ba65..307bdcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -vanilla-first-setup (1.5.3) kinetic; urgency=low +vanilla-first-setup (1.5.4) kinetic; urgency=low * Rewrite from scratch to support custom recipes and to be more modular. - -- Mirko Brombin Thu, 20 Sep 2022 22:01:00 +0000 \ No newline at end of file + -- Mirko Brombin Thu, 20 Sep 2022 22:01:00 +0000 diff --git a/meson.build b/meson.build index 167d125..33ad18b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('org.vanillaos.FirstSetup', - version: '1.5.3', + version: '1.5.4', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', @@ -18,4 +18,4 @@ gnome.post_install( glib_compile_schemas: true, gtk_update_icon_cache: true, update_desktop_database: true, -) \ No newline at end of file +) diff --git a/recipe.json b/recipe.json index c25743d..fa33b5c 100644 --- a/recipe.json +++ b/recipe.json @@ -298,7 +298,7 @@ { "if" : "Fonts", "type" : "command", - "commands" : ["!nextBoot flatpak install -y org.gnome.Fonts"] + "commands" : ["!nextBoot flatpak install -y org.gnome.font-viewer"] }, { "if" : "Image Viewer",