diff --git a/codes.swee.SweeCryptGTK.json b/codes.swee.SweeCryptGTK.json new file mode 100644 index 0000000..ddb66a6 --- /dev/null +++ b/codes.swee.SweeCryptGTK.json @@ -0,0 +1,63 @@ +{ +"app-id": "codes.swee.SweeCryptGTK", +"runtime": "org.freedesktop.Platform", +"runtime-version": "24.08", +"sdk": "org.freedesktop.Sdk", +"command": "sweecrypt-gtk", +"modules": [ + { + "name": "python3-modules", + "buildsystem": "simple", + "build-commands": [], + "modules": [ + { + "name": "python3-sweecrypt", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"sweecrypt\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/de/f0/7880030d201e7997573415bb26ddcb91b41bda443fa9feb964aa9a967fa5/sweecrypt-1.1.1-py3-none-any.whl", + "sha256": "09bcda1266b621b46b88b0804985330dc006818da6502c631578ff180e86640b" + } + ] + }, + { + "name": "python3-pygobject", + "buildsystem": "simple", + "build-commands": [ + "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pygobject\" --no-build-isolation" + ], + "sources": [ + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/07/4a/42b26390181a7517718600fa7d98b951da20be982a50cd4afb3d46c2e603/pycairo-1.27.0.tar.gz", + "sha256": "5cb21e7a00a2afcafea7f14390235be33497a2cce53a98a19389492a60628430" + }, + { + "type": "file", + "url": "https://files.pythonhosted.org/packages/2b/58/d34e67a79631177e3c08e7d02b5165147f590171f2cae6769502af5f7f7e/pygobject-3.50.0.tar.gz", + "sha256": "4500ad3dbf331773d8dedf7212544c999a76fc96b63a91b3dcac1e5925a1d103" + } + ] + } + ] +}, { +"name": "sweecrypt-gtk", +"buildsystem": "simple", +"build-commands": ["chmod 1777 sweecrypt-gtk.py","install -D sweecrypt-gtk.py /app/bin/sweecrypt-gtk", "install -D sweecrypt-gtk.ui /app/opt/sweecrypt-gtk.ui"], +"sources": [ +{ +"type": "file", +"path": "sweecrypt-gtk.ui", +}, +{ +"type": "file", +"path": "sweecrypt-gtk-flatpak.py", +} +] +} + ] +}