Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Godots to 1.3.stable #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions fix-appdata-for-linux.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
From 32c2d69d7ae581c1152cb5d4049c698543588ac1 Mon Sep 17 00:00:00 2001
From: AsciiWolf <[email protected]>
Date: Thu, 22 Aug 2024 22:56:18 +0200
Subject: [PATCH] Fix AppData for Linux

---
packaging/linux/io.github.MakovWait.Godots.appdata.xml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/packaging/linux/io.github.MakovWait.Godots.appdata.xml b/packaging/linux/io.github.MakovWait.Godots.appdata.xml
index 29967b6..5360525 100644
--- a/packaging/linux/io.github.MakovWait.Godots.appdata.xml
+++ b/packaging/linux/io.github.MakovWait.Godots.appdata.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop">
+<component type="desktop-application">
<id>io.github.MakovWait.Godots</id>
+ <launchable type="desktop-id">io.github.MakovWait.Godots.desktop</launchable>
<name>Godots</name>
+ <developer_name>Maxim Kovkel</developer_name>
<summary>Godot game engine version manager</summary>
<description>
<p>Godots is the ultimate hub for managing your Godot versions and projects.</p>
@@ -12,12 +14,13 @@
<url type="homepage">https://github.com/MakovWait/godots/</url>
<screenshots>
<screenshot type="default">
- <image type="source">https://github.com/MakovWait/godots/blob/main/.github/assets/screenshot2.png?raw=true</image>
+ <image type="source">https://raw.githubusercontent.com/MakovWait/godots/main/.github/assets/screenshot2.png</image>
<caption>Editors</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<releases>
+ <release version="v1.3.stable" date="2024-03-18"/>
<release version="v1.2.2.stable" date="2023-11-16"/>
<release version="v1.2.stable" date="2023-11-02"/>
<release version="v1.1.stable" date="2023-09-26"/>
12 changes: 10 additions & 2 deletions io.github.MakovWait.Godots.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,16 @@
{
"type": "git",
"url": "https://github.com/MakovWait/godots.git",
"tag": "v1.2.2.stable",
"commit": "87e1288d2d1cdcda8897ea9a8b438a88b9aa3007"
"tag": "v1.3.stable",
"commit": "3e5782fa3892912659be283d74496fdb853044eb"
},
{
"type": "patch",
"path": "fix-appdata-for-linux.patch"
},
{
"type": "patch",
"path": "remove-1.2.2-release.patch"
},
{
"type": "script",
Expand Down
21 changes: 21 additions & 0 deletions remove-1.2.2-release.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
From eb0af74728bf6a1c53f342ef031028092b10c71a Mon Sep 17 00:00:00 2001
From: AsciiWolf <[email protected]>
Date: Mon, 23 Sep 2024 12:02:35 +0200
Subject: [PATCH] Remove 1.2.2 release

---
packaging/linux/io.github.MakovWait.Godots.appdata.xml | 1 -
1 file changed, 1 deletion(-)

diff --git a/packaging/linux/io.github.MakovWait.Godots.appdata.xml b/packaging/linux/io.github.MakovWait.Godots.appdata.xml
index 5360525..52159e4 100644
--- a/packaging/linux/io.github.MakovWait.Godots.appdata.xml
+++ b/packaging/linux/io.github.MakovWait.Godots.appdata.xml
@@ -21,7 +21,6 @@
<content_rating type="oars-1.1" />
<releases>
<release version="v1.3.stable" date="2024-03-18"/>
- <release version="v1.2.2.stable" date="2023-11-16"/>
<release version="v1.2.stable" date="2023-11-02"/>
<release version="v1.1.stable" date="2023-09-26"/>
<release version="v1.0.stable" date="2023-08-16"/>