Skip to content

Commit

Permalink
Merge pull request #4 from flathub/bump-to-0.9.6
Browse files Browse the repository at this point in the history
Update to 0.9.7
  • Loading branch information
okias authored May 2, 2024
2 parents c6e6663 + dbce188 commit 406ccc0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
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>

0 comments on commit 406ccc0

Please sign in to comment.