Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ works and what does not.
If you're having issues, first see FAQ on [the wiki](https://github.com/flathub/com.valvesoftware.Steam/wiki)
to see if you're hitting some corner-case that needs manual intervention. If your case isn't listed, file an issue in addition to adding an entry in tested games.

Minimum version required 1.0.0
Minimum Flatpak version required 1.12.0
2 changes: 0 additions & 2 deletions com.valvesoftware.Steam.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
<description>
<p>**Note: This is a community package of Steam gaming platform not officially supported by Valve.**</p>
<p>Steam is a software distribution service with an online store, automated installation, automatic updates, achievements, SteamCloud synchronized savegame and screenshot functionality, and many social features.</p>
<p>Note: To add a game library on another drive, first you need to grant the app access to it:</p>
<p>flatpak override --user --filesystem=/path/to/your/Steam/Library com.valvesoftware.Steam</p>
<p xml:lang="pt-BR">Este é um pacote de comunidade da plataforma de jogos Steam não oficialmente suportada pela Valve. Relate bugs por meio do rastreador de problemas vinculado.</p>
<p xml:lang="pt-BR">O Steam é uma plataforma popular para comprar, baixar e jogar jogos e conversar com outros jogadores. </p>
<p xml:lang="pt-BR">Muitos jogos exigem uma compra online, mas alguns jogos populares, como o Team Fortress 2, são gratuitos. Ao pesquisar na loja, certifique-se de restringir os resultados pelo sistema operacional SteamOS/Linux. Nem todos os jogos Linux são compatíveis com o seu sistema, portanto, verifique os requisitos antes de comprar jogos.</p>
Expand Down
35 changes: 0 additions & 35 deletions com.valvesoftware.Steam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,41 +182,6 @@ modules:

- python3-requirements.json

- name: dotconf
cleanup:
- "*"
sources:
- type: archive
url: https://github.com/williamh/dotconf/archive/refs/tags/v1.3.tar.gz
sha256: 7f1ecf40de1ad002a065a321582ed34f8c14242309c3547ad59710ae3c805653
- type: script
commands:
- autoreconf -fiv
dest-filename: autogen.sh

- name: libspeechd
config-opts:
- --disable-python
- --with-systemdsystemunitdir=''
- --disable-rpath
- --disable-static
- --with-kali=no
- --with-baratinoo=no
- --with-ibmtts=no
- --with-voxin=no
- --without-oss
sources:
- type: archive
url: https://github.com/brailcom/speechd/releases/download/0.12.0/speech-dispatcher-0.12.0.tar.gz
sha256: e1dd0bfa24b8338545e165451330adf51c4c0dca862b1b67e76fba5142dbbb74
cleanup:
- /bin
- /etc
- /libexec
- /lib/speech-dispatcher
- /share/sounds/speech-dispatcher
- /share/speech-dispatcher

- name: steam_wrapper
buildsystem: simple
sources:
Expand Down
49 changes: 49 additions & 0 deletions modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,52 @@ modules:
url-template: https://github.com/pygobject/pycairo/archive/refs/tags/v$version.tar.gz

# -- end pygobject --

# -- libspeechd, used by Hypnospace Outlaw game --

- name: dotconf
cleanup:
- '*'
sources:
- type: archive
url: https://github.com/williamh/dotconf/archive/refs/tags/v1.4.1.tar.gz
sha256: 5922c46cacf99b2ecc4853d28a2bda4a489292e73276e604bd9cba29dfca892d
x-checker-data:
type: anitya
project-id: 13410
stable-only: true
url-template: https://github.com/williamh/dotconf/archive/refs/tags/v$version.tar.gz
- type: script
commands:
- autoreconf -fiv
dest-filename: autogen.sh

- name: libspeechd
config-opts:
- --disable-python
- --with-systemdsystemunitdir=''
- --disable-rpath
- --disable-static
- --with-kali=no
- --with-baratinoo=no
- --with-ibmtts=no
- --with-voxin=no
- --without-oss
cleanup:
- /bin
- /etc
- /libexec
- /lib/speech-dispatcher
- /share/sounds/speech-dispatcher
- /share/speech-dispatcher
sources:
- type: archive
url: https://github.com/brailcom/speechd/releases/download/0.12.1/speech-dispatcher-0.12.1.tar.gz
sha256: b14a5238d287d2dcce4dd42bbd66ca65fa228e7e683708267f7b34036f7ba4b4
x-checker-data:
type: anitya
project-id: 328138
stable-only: true
url-template: https://github.com/brailcom/speechd/releases/download/$version/speech-dispatcher-$version.tar.gz

# -- end libspeechd --