Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions com.github.makhber.Makhber.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
app-id: com.github.makhber.Makhber
runtime: org.kde.Platform
sdk: org.kde.Sdk
runtime-version: 5.15-24.08
runtime-version: 5.15-25.08
command: makhber
finish-args:
- --share=ipc
Expand Down Expand Up @@ -132,7 +132,7 @@ modules:
- name: pyqt5
buildsystem: simple
build-commands:
- sip-install --confirm-license --build-dir ./build --target-dir /app/lib/python3.12/site-packages
- sip-install --confirm-license --build-dir ./build --target-dir /app/lib/python3.13/site-packages
--concatenate $(nproc) --no-designer-plugin --no-qml-plugin --no-tools --disable
QtQml --disable QtBluetooth --disable QtDBus --disable QtDesigner --disable
QtHelp --disable QtMultimedia --disable QtMultimediaWidgets --disable QtNfc
Expand All @@ -149,7 +149,7 @@ modules:
type: pypi
name: PyQt5
cleanup:
- /lib/python3.12/site-packages/PyQt5/bindings
- /lib/python3.13/site-packages/PyQt5/bindings

- name: makhber
buildsystem: cmake-ninja
Expand Down