Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8248c3df4 | ||
|
|
ef5bf6173a | ||
|
|
d41a3774c9 | ||
|
|
e27db9a795 | ||
|
|
25e1682fc8 | ||
|
|
1497160f95 | ||
|
|
46caf00ce5 | ||
|
|
ddb939c83d | ||
|
|
3102a858ac | ||
|
|
857879d5b9 | ||
|
|
184a08e094 | ||
|
|
6be814f636 | ||
|
|
8cb50bcf3b | ||
|
|
382c1586a5 |
2 changed files with 8 additions and 56 deletions
|
|
@ -1,42 +0,0 @@
|
|||
---
|
||||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: Hardcore 3D space shooter with spaceship upgrade possibilities
|
||||
description: >-
|
||||
Space is a vast area, an unbounded territory where it seems there is a room for
|
||||
everybody, but reversal of fortune put things differently. The hordes of hostile
|
||||
creatures crawled out from the dark corners of the universe, craving to conquer
|
||||
your homeland. Their force is compelling, their legions are interminable. However,
|
||||
humans didn't give up without a final showdown and put their best pilot to fight
|
||||
back. These malicious invaders chose the wrong galaxy to conquer and you are to
|
||||
prove it! Go ahead and make alien aggressors regret their insolence.
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
flatpak-common: [f33]
|
||||
flatpak-runtime: [f33]
|
||||
platform: [f33]
|
||||
requires:
|
||||
flatpak-common: [f33]
|
||||
flatpak-runtime: [f33]
|
||||
platform: [f33]
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- astromenace
|
||||
components:
|
||||
rpms:
|
||||
astromenace:
|
||||
rationale: Application package
|
||||
ref: f33
|
||||
buildorder: 10
|
||||
freealut:
|
||||
rationale: Runtime dependency
|
||||
ref: f33
|
||||
linux-libertine-fonts:
|
||||
rationale: Runtime dependency
|
||||
ref: f33
|
||||
...
|
||||
|
|
@ -1,23 +1,17 @@
|
|||
compose:
|
||||
modules:
|
||||
- astromenace:stable
|
||||
flatpak:
|
||||
# Derived from the project's domain name
|
||||
id: com.viewizard.astromenace
|
||||
id: com.viewizard.AstroMenace
|
||||
branch: stable
|
||||
# Binary to execute to run the app
|
||||
runtime-name: flatpak-runtime
|
||||
runtime-version: f44
|
||||
packages:
|
||||
- astromenace
|
||||
command: astromenace
|
||||
rename-icon: astromenace
|
||||
rename-desktop-file: astromenace.desktop
|
||||
rename-appdata-file: astromenace.appdata.xml
|
||||
tags: []
|
||||
# Not sandboxed. See 'man flatpak-build-finish'
|
||||
finish-args: |
|
||||
--filesystem=host
|
||||
--share=ipc
|
||||
finish-args: |-
|
||||
--socket=x11
|
||||
--share=ipc
|
||||
--socket=wayland
|
||||
--socket=session-bus
|
||||
--device=dri
|
||||
--socket=pulseaudio
|
||||
|
||||
--device=all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue