diff --git a/com.github.mgerhold.OOPetris.yml b/com.github.mgerhold.OOPetris.yml index cf6fea56..309d8d3b 100644 --- a/com.github.mgerhold.OOPetris.yml +++ b/com.github.mgerhold.OOPetris.yml @@ -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: @@ -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: "." @@ -39,7 +28,6 @@ cleanup: - /include - /lib/pkgconfig - /share/pkgconfig - - /python # TODO: remove after meson_1.3_patch was removed finish-args: - --socket=x11