Commit Graph

13 Commits

Author SHA1 Message Date
Daniel Wróbel e66eaf42b3
Adding pyside6 as alternative to pyside2 in deb dependencies 2024-08-10 09:37:46 +02:00
Daniel Wróbel 7c9682a6f6
Add missing depency to deb package
python3-pem missing was causing the client to not support TLS.
2024-02-06 22:43:04 +01:00
Alberto Sottile 2aa73122ab macOS: bundle PySide6 and create a `universal2` app
- macOS build: add arch checker for the bundle
- Actions macOS: restrict env to universal2 step
- Actions macOS: universal2 for zope.interface
- Actions macOS: universal2 for cffi and cryptography
- macOS build: ad-hoc sign again bundle after altering it
- macOS build: symlink instead of copy libshiboken6
- vendor.Qt: restrict warnings to QT_VERBOSE
- GHA: re-enable all jobs
- GHA macOS: use Python installer to build universal2 app
- Actions macOS: build Python with pyenv
- Older pyenv version is used...
- Abandon pyenv action
- Bump image to macOS-12
- One more attempt with pyenv
- Try with the official Python installer
- Must run as root
- Switch back to python3 calls
- Manually update PATH
- Momentarily disable other jobs
- Restore app cleaner
- ui: add support for PySide6
- vendor.Qt: "support" PySide6
- Update vendored Qt.py to 1.3.7
- Update requirements_gui
2022-11-05 23:40:30 +01:00
Alberto Sottile 8f44c28c73 macOS build: upgrade to Python 3.9 and PySide2 5.15.2 2021-10-18 21:57:18 +02:00
daniel-123 49d6b824d8
Revert "Merge branch 'master' into master"
This reverts commit 173007e9b1, reversing
changes made to 6105da870a.
2021-08-02 18:26:25 +02:00
Daniel Wróbel 173007e9b1
Merge branch 'master' into master 2021-08-02 09:16:36 +02:00
daniel-123 f558337b4c
Bundle libxcb1 into AppImage to fix #380 2021-07-21 18:46:11 +02:00
Daniel Wróbel 868c26383f
add libxcb manually 2021-06-25 11:41:06 +02:00
Teoh Han Hui 184b8d9e47
Bundle libgthread-2.0.so.0 into AppImage 2021-06-20 05:52:55 +08:00
daniel-123 403efe8812 Fix permissions for server build script 2021-01-23 21:35:51 +01:00
Daniel Wróbel ef4b6b31f5
Allow running the server build in the same job.
Making the paths used by server package build process separate from full package.
2021-01-23 20:21:24 +01:00
Daniel Wróbel f2f0afc609
Add script to build server only deb package
Addresses the #375 and #335
2021-01-23 20:04:35 +01:00
Alberto Sottile f791faca91
Migrate from Travis CI to GitHub Actions (#374)
* Migrate from Travis CI to GitHub Actions

* Remove snapcraft build
2021-01-11 18:55:59 +00:00