-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfix-appdata.patch
More file actions
57 lines (53 loc) · 2.68 KB
/
fix-appdata.patch
File metadata and controls
57 lines (53 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
From 99768ff4f8dede583d926b970db0c6b53955896d Mon Sep 17 00:00:00 2001
From: Sabri Ünal <yakushabb@gmail.com>
Date: Sat, 14 Mar 2026 16:14:02 +0300
Subject: [PATCH] Fix appdata paper cuts
---
io.github.ptitSeb.hydracastlelabyrinth.metainfo.xml | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/io.github.ptitSeb.hydracastlelabyrinth.metainfo.xml b/io.github.ptitSeb.hydracastlelabyrinth.metainfo.xml
index 1a043aa..9f2e9cf 100644
--- a/io.github.ptitSeb.hydracastlelabyrinth.metainfo.xml
+++ b/io.github.ptitSeb.hydracastlelabyrinth.metainfo.xml
@@ -2,12 +2,16 @@
<component type="desktop-application">
<id>io.github.ptitSeb.hydracastlelabyrinth</id>
<name>Hydra Castle Labyrinth</name>
- <developer id="ptitseb.github.io/hydracastlelabyrinth/"><name>E.Hashimoto, Anonymous, HCL Contributors</name></developer>
+ <developer id="io.github.ptitseb">
+ <name>E.Hashimoto, Anonymous, HCL Contributors</name>
+ </developer>
<summary>A modern Linux port of the "metroidvania" game Hydra Castle Labyrinth</summary>
<launchable type="desktop-id">io.github.ptitSeb.hydracastlelabyrinth.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license> GPL-2.0-only</project_license>
- <url type="homepage">https://github.com/ptitSeb/hydracastlelabyrinth/</url>
+ <url type="homepage">https://github.com/ptitSeb/hydracastlelabyrinth</url>
+ <url type="bugtracker">https://github.com/ptitSeb/hydracastlelabyrinth/issues</url>
+ <url type="vcs-browser">https://github.com/ptitSeb/hydracastlelabyrinth</url>
<icon type="remote" height="256" width="256">https://raw.githubusercontent.com/ptitSeb/hydracastlelabyrinth/master/io.github.ptitSeb.hydracastlelabyrinth.png</icon>
<description>
<p>This is a Linux port of Hydra Castle Labyrinth, based on the anonymously fan-made 3DS version.</p>
@@ -19,18 +23,16 @@
<caption>In-game</caption>
</screenshot>
</screenshots>
- <categories>
- <category>Game</category>
- </categories>
<releases>
<release version="1.1" date="2024-02-27">
- <description>This release fixes saving game state and configuration in the Flatpak build, and detection of game controller names.</description>
+ <description>
+ <p>This release fixes saving game state and configuration in the Flatpak build, and detection of game controller names.</p>
+ </description>
</release>
<release version="1" date="2024-02-07"/>
</releases>
<content_rating type="oars-1.1">
<content_attribute id="violence-fantasy">moderate</content_attribute>
</content_rating>
- <update_contact>https://github.com/ptitSeb/hydracastlelabyrinth/issues</update_contact>
</component>
--
libgit2 1.7.2