|
| 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