-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manage .desktop .metainfo.xml and icon upstream
- Loading branch information
1 parent
b6c70d3
commit 9d5dc71
Showing
4 changed files
with
64 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[Desktop Entry] | ||
Version=1.0 | ||
Type=Application | ||
|
||
Name=Kulki | ||
Comment=Simple logic game of matching marbles | ||
Categories=Game;LogicGame; | ||
|
||
Icon=net.jockx.Kulki | ||
Exec=Kulki | ||
Terminal=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>net.jockx.Kulki</id> | ||
|
||
<name>Kulki</name> | ||
<summary>A simple game of matching marbles</summary> | ||
|
||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>MIT</project_license> | ||
|
||
<developer id="net.jockx"> | ||
<name>Mateusz Pietryga</name> | ||
</developer> | ||
|
||
<supports> | ||
<control>pointing</control> | ||
<control>keyboard</control> | ||
</supports> | ||
<categories> | ||
<category>Game</category> | ||
</categories> | ||
|
||
<description> | ||
<p> | ||
Move marbles around the board and try to match the same colors until you inevitably run out of space or get | ||
bored. | ||
</p> | ||
</description> | ||
|
||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://kulki.jockx.net/img/screenshot.png</image> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<releases> | ||
<release version="1.0.0" date="2024-05-11"></release> | ||
</releases> | ||
|
||
<content_rating type="oars-1.1" /> | ||
|
||
<url type="homepage">https://kulki.jockx.net/</url> | ||
<url type="vcs-browser">https://github.com/jockx-net/kulki.git</url> | ||
|
||
|
||
<launchable type="desktop-id">net.jockx.Kulki.desktop</launchable> | ||
</component> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.