-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #198 from OpenBrickProtocolFoundation/add_flatpak_…
…repo Chore: Improve flatpak support
- Loading branch information
Showing
18 changed files
with
212 additions
and
33 deletions.
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: musl CI | ||
name: Musl CI | ||
|
||
on: | ||
push: | ||
|
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
2 changes: 1 addition & 1 deletion
2
.github/workflows/installer.yml → .github/workflows/windows_installer.yml
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Installer CI | ||
name: Windows Installer CI | ||
|
||
on: | ||
push: | ||
|
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
33 changes: 33 additions & 0 deletions
33
assets/io.github.openbrickprotocolfoundation.oopetris.metainfo.xml.in
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,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>@APP_ID@</id> | ||
<name>OOPetris</name> | ||
<summary>A Tetris clone in OOP</summary> | ||
<metadata_license>MIT</metadata_license> | ||
<project_license>MIT</project_license> | ||
<supports> | ||
<control>pointing</control> | ||
<control>keyboard</control> | ||
<control>touch</control> | ||
<control>gamepad</control> | ||
</supports> | ||
<description> | ||
<p> | ||
A Tetris clone in OOP. Supports multiplayer, recordings and many more features. For more information vist the github repository. | ||
</p> | ||
</description> | ||
<launchable type="desktop-id">@[email protected]</launchable> | ||
<content_rating type="oars-1.0" /> | ||
<developer id="lt.totto"> | ||
<name>Totto16</name> | ||
</developer> | ||
<releases> | ||
<release version="0.5.6" date="2024-05-17"> | ||
<url type="details">https://github.com/OpenBrickProtocolFoundation/oopetris/releases/tag/0.5.6</url> | ||
</release> | ||
</releases> | ||
<url type="homepage">https://oopetris.totto.lt/</url> | ||
<url type="bugtracker">https://github.com/OpenBrickProtocolFoundation/oopetris/issues</url> | ||
<url type="contribute">https://github.com/OpenBrickProtocolFoundation/oopetris/pulls</url> | ||
<url type="vcs-browser">https://github.com/OpenBrickProtocolFoundation/oopetris</url> | ||
</component> |
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
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,45 @@ | ||
<!-- LTeX: enabled=true, language=en --> | ||
|
||
# OOPetris Releases | ||
|
||
|
||
We support multiple platforms and different types of executables / packages. | ||
So here is a list of supported "package managers" / installation platforms. | ||
|
||
## Android / FDroid | ||
|
||
> [!NOTE] | ||
> This is still WIP | ||
## Linux / Flatpak | ||
|
||
We provide stable and beta releases via 2 remotes: | ||
|
||
To use the stable version, use this repo: | ||
|
||
```bash | ||
flatpak remote-add --if-not-exists oopetris-stable https://oopetris.totto.lt/repo/assets/oopetris.stable.flatpakrepo | ||
|
||
``` | ||
|
||
And to use beta version: | ||
|
||
```bash | ||
flatpak remote-add --if-not-exists oopetris-beta https://oopetris.totto.lt/repo/assets/oopetris.beta.flatpakrepo | ||
|
||
``` | ||
|
||
Than install it by using this command: | ||
|
||
```bash | ||
flatpak install -v io.github.openbrickprotocolfoundation.oopetris | ||
``` | ||
|
||
To update use the normal flatpak update command, keep in mind, that the bet may be unstable and break things, use with caution! | ||
|
||
## Other | ||
|
||
> [!NOTE] | ||
> This is still WIP | ||
All other platforms have more difficult to support auto update capabilities, so you can find more on our [website](https://oopetris.totto.lt/releases). |
2 changes: 1 addition & 1 deletion
2
com.github.mgerhold.OOPetris.yml → ....openbrickprotocolfoundation.oopetris.yml
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
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
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
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
Oops, something went wrong.