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 to 0.9.7 #4

Merged
merged 3 commits into from
May 2, 2024
Merged
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
10 changes: 7 additions & 3 deletions cz.cvut.edu.comparch.qtrvsim.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id" : "cz.cvut.edu.comparch.qtrvsim",
"runtime" : "org.kde.Platform",
"runtime-version" : "6.5",
"runtime-version" : "6.6",
"sdk" : "org.kde.Sdk",
"command" : "qtrvsim_gui",
"rename-desktop-file" : "qtrvsim.desktop",
Expand All @@ -23,8 +23,12 @@
"sources" : [
{
"type" : "archive",
"url" : "https://github.com/cvut/qtrvsim/archive/refs/tags/v0.9.5.tar.gz",
"sha256": "170d4629039f37dbe65391f3397ed923d75d64c7857f7edfb4e841f47283383c"
"url" : "https://github.com/cvut/qtrvsim/archive/refs/tags/v0.9.7.tar.gz",
"sha256": "6113ab077ca6fd720cace98e15136ce567f6c7207be284f852829775c132b326"
},
{
"type": "patch",
"path": "patches/fix_developer_name.patch"
}
]
}
Expand Down
22 changes: 22 additions & 0 deletions patches/fix_developer_name.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
From d9d7e013a24b4920fe2c248b191ff4e8c50300ff Mon Sep 17 00:00:00 2001
From: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Date: Mon, 26 Feb 2024 22:17:14 +0100
Subject: [PATCH] Packaging: fill CTU as the developer_name in flatpak metainfo

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
---
data/cz.cvut.edu.comparch.qtrvsim.metainfo.xml.in | 1 +
1 file changed, 1 insertion(+)

diff --git a/data/cz.cvut.edu.comparch.qtrvsim.metainfo.xml.in b/data/cz.cvut.edu.comparch.qtrvsim.metainfo.xml.in
index 74b33542..01b8cf8e 100644
--- a/data/cz.cvut.edu.comparch.qtrvsim.metainfo.xml.in
+++ b/data/cz.cvut.edu.comparch.qtrvsim.metainfo.xml.in
@@ -3,6 +3,7 @@
<component type="desktop-application">
<id>@MAIN_PROJECT_APPID@</id>
<name>@GENERIC_NAME@</name>
+ <developer_name>Czech Technical University in Prague</developer_name>
<summary>RISC-V CPU simulator for education purposes</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>