changed build order for more optimized build process, added settings.json and changed gtkText to gtkEntry for better gnome integration

This commit is contained in:
2024-11-19 11:08:42 +01:00
parent 56488a0bf8
commit ab3c5bf363
3 changed files with 26 additions and 22 deletions

View File

@@ -19,6 +19,14 @@ modules:
url: https://www.python.org/ftp/python/3.9.9/Python-3.9.9.tar.xz
sha256: 06828c04a573c073a4e51c4292a27c1be4ae26621c3edc7cf9318418ce3b6d27
- name: pip-deps
buildsystem: simple
build-options:
build-args:
- --share=network
build-commands:
- pip3 install PyGObject
- name: rdpconnect
buildsystem: simple
build-commands:
@@ -49,11 +57,3 @@ modules:
path: com.angoosh.RDPConnect.svg
- type: file
path: com.angoosh.RDPConnect.desktop
- name: pip-deps
buildsystem: simple
build-options:
build-args:
- --share=network
build-commands:
- pip3 install PyGObject