Skip to content
Merged
Changes from all 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
12 changes: 0 additions & 12 deletions com.github.mgerhold.OOPetris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ runtime-version: "23.08"
sdk: org.freedesktop.Sdk
command: oopetris
modules:
- name: meson_1.3_patch # TODO: remove after the sdk has meson >= 1.3
buildsystem: simple
build-options:
build-args:
- --share=network
build-commands:
- mkdir -p /app/python/
- PYTHONUSERBASE=/app/python/ pip install --user -U meson
- sed -i "s/import sys/import sys; sys.path.insert(1,'\/app\/python\/lib\/python3.11\/site-packages')/g" /app/python/bin/meson

- name: OOPetris
buildsystem: meson
config-opts:
Expand All @@ -25,7 +15,6 @@ modules:
build-options:
build-args:
- --share=network
prepend-path: /app/python/bin/ # TODO: remove after meson_1.3_patch was removed
sources:
- type: dir
path: "."
Expand All @@ -39,7 +28,6 @@ cleanup:
- /include
- /lib/pkgconfig
- /share/pkgconfig
- /python # TODO: remove after meson_1.3_patch was removed

finish-args:
- --socket=x11
Expand Down