Skip to content

Commit 7e23fb7

Browse files
yakushabbbbhtt
authored andcommitted
Update version to v0.2
- Update version to v0.2 - Remove .svg file, already present in the source code - Fix appdata paper cuts
1 parent bc90368 commit 7e23fb7

File tree

3 files changed

+45
-4
lines changed

3 files changed

+45
-4
lines changed

com.github.gpuvis.Gpuvis.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

com.github.gpuvis.Gpuvis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
sources:
3232
- type: git
3333
url: https://github.com/Tencent/rapidjson.git
34+
# The latest commit from the repository
3435
commit: 24b5e7a8b27f42fa16b96fc70aade9106cf7102f
3536

3637
- name: gpuvis
@@ -42,6 +43,7 @@
4243
sources:
4344
- type: git
4445
url: https://github.com/mikesart/gpuvis.git
45-
commit: 25eeb5597f9f4f19758bbfc3558eefcb5c906662
46-
- type: file
47-
path: com.github.gpuvis.Gpuvis.svg
46+
tag: 'v0.2'
47+
commit: fe3d30268eedee65fdbfc06275d0762fd743c469
48+
- type: patch
49+
path: fix-appdata.patch

fix-appdata.patch

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
From 03302d63bec4171107673d9eb0a5a1117b9e36b4 Mon Sep 17 00:00:00 2001
2+
From: Sabri Ünal <yakushabb@gmail.com>
3+
Date: Tue, 6 Jan 2026 23:19:35 +0300
4+
Subject: [PATCH] Fix appdata paper cuts
5+
6+
---
7+
com.github.gpuvis.Gpuvis.metainfo.xml | 11 +++++------
8+
1 file changed, 5 insertions(+), 6 deletions(-)
9+
10+
diff --git a/com.github.gpuvis.Gpuvis.metainfo.xml b/com.github.gpuvis.Gpuvis.metainfo.xml
11+
index 329dee7..242886a 100644
12+
--- a/com.github.gpuvis.Gpuvis.metainfo.xml
13+
+++ b/com.github.gpuvis.Gpuvis.metainfo.xml
14+
@@ -1,5 +1,5 @@
15+
<?xml version="1.0" encoding="UTF-8"?>
16+
-<component type="desktop">
17+
+<component type="desktop-application">
18+
<id>com.github.gpuvis.Gpuvis</id>
19+
<metadata_license>CC0-1.0</metadata_license>
20+
<project_license>MIT</project_license>
21+
@@ -23,12 +23,11 @@
22+
<image>https://raw.githubusercontent.com/mikesart/gpuvis/master/images/gpuvis.jpg</image>
23+
</screenshot>
24+
</screenshots>
25+
- <content_rating type="oars-1.1">
26+
- <content_attribute id="social-chat">intense</content_attribute>
27+
- <content_attribute id="social-audio">intense</content_attribute>
28+
- <content_attribute id="social-contacts">intense</content_attribute>
29+
- </content_rating>
30+
+ <content_rating type="oars-1.1"/>
31+
<url type="homepage">https://github.com/mikesart/gpuvis/wiki</url>
32+
+ <url type="bugtracker">https://github.com/mikesart/gpuvis/issues</url>
33+
+ <url type="vcs-browser">https://github.com/mikesart/gpuvis</url>
34+
+ <launchable type="desktop-id">com.github.gpuvis.Gpuvis.desktop</launchable>
35+
<developer_name>Michael Sartain</developer_name>
36+
<update_contact>mikesart@fastmail.com</update_contact>
37+
</component>
38+
--
39+
libgit2 1.7.2
40+

0 commit comments

Comments
 (0)