Philipp Hörist pushed to branch port-pyproject at gajim / gajim


Commits:
27a8146b by André Apitzsch at 2023-01-28T13:38:48+01:00
other: Update build commands for pyproject in flatpak manifest

- - - - -


2 changed files:

- flatpak/org.gajim.Gajim.Devel.yaml
- flatpak/org.gajim.Gajim.yaml


Changes:

=====================================
flatpak/org.gajim.Gajim.Devel.yaml
=====================================
@@ -332,10 +332,11 @@ modules:
     buildsystem: simple
     build-commands:
       - pip3 install --no-build-isolation .
+      - ./pep517build/build_metadata.py
+      - ./pep517build/install_metadata.py dist/metadata --prefix=/app
       - touch /app/share/run-as-flatpak
       - cp -t ${FLATPAK_DEST} app-overrides.json
-      - echo -e '#!/bin/sh\ngajim --gapplication-app-id=org.gajim.Gajim.Devel 
"$@"'
-        > /app/bin/gajim-devel
+      - echo -e '#!/bin/sh\ngajim --gapplication-app-id=org.gajim.Gajim.Devel 
"$@"' > /app/bin/gajim-devel
       - chmod 755 /app/bin/gajim-devel
     sources:
       - type: git


=====================================
flatpak/org.gajim.Gajim.yaml
=====================================
@@ -326,6 +326,8 @@ modules:
     buildsystem: simple
     build-commands:
       - pip3 install --no-build-isolation .
+      - ./pep517build/build_metadata.py
+      - ./pep517build/install_metadata.py dist/metadata --prefix=/app
       - touch /app/share/run-as-flatpak
       - cp -t ${FLATPAK_DEST} app-overrides.json
     sources:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/27a8146b691c757d17159b730dfd258a521ea309

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/27a8146b691c757d17159b730dfd258a521ea309
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to