Revert to simple buildsystem until https://github.com/flatpak/flatpak-
builder/issues/271 is fixed.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
id: org.eu.encom.spectral
|
id: org.eu.encom.spectral
|
||||||
runtime: org.kde.Platform
|
runtime: org.kde.Platform
|
||||||
runtime-version: 5.12
|
runtime-version: "5.12"
|
||||||
sdk: org.kde.Sdk
|
sdk: org.kde.Sdk
|
||||||
command: spectral
|
command: spectral
|
||||||
finish-args:
|
finish-args:
|
||||||
@@ -12,8 +12,23 @@ finish-args:
|
|||||||
- --filesystem=xdg-download
|
- --filesystem=xdg-download
|
||||||
- --talk-name=org.freedesktop.Notifications
|
- --talk-name=org.freedesktop.Notifications
|
||||||
modules:
|
modules:
|
||||||
|
- name: olm
|
||||||
|
buildsystem: cmake-ninja
|
||||||
|
sources:
|
||||||
|
- type: git
|
||||||
|
url: https://gitlab.matrix.org/matrix-org/olm.git
|
||||||
|
tag: 3.1.3
|
||||||
|
commit: ebd3ba6cc17862aefc9cb3299d60aeae953cc143
|
||||||
|
disable-shallow-clone: true
|
||||||
|
config-opts:
|
||||||
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
- name: spectral
|
- name: spectral
|
||||||
buildsystem: qmake
|
buildsystem: simple
|
||||||
sources:
|
sources:
|
||||||
- type: dir
|
- type: dir
|
||||||
path: ../
|
path: ../
|
||||||
|
build-commands:
|
||||||
|
- qmake QMAKE_CFLAGS="$CFLAGS" QMAKE_CXXFLAGS="$CXXFLAGS" QMAKE_LFLAGS="$LDFLAGS" PREFIX=/app .
|
||||||
|
- make -j4
|
||||||
|
- make install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user