# Copyright (C) 2019 Casper Meijn # # SPDX-License-Identifier: CC0-1.0 --- app-id: net.meijn.onvifviewer runtime: org.kde.Platform runtime-version: '5.15' sdk: org.kde.Sdk command: onvifviewer tags: - nightly desktop-file-name-suffix: " (Nightly)" finish-args: - "--share=ipc" - "--socket=x11" - "--socket=wayland" - "--device=dri" - "--share=network" separate-locales: false modules: - name: kdsoap buildsystem: cmake-ninja builddir: true config-opts: - "-DKDSoap_EXAMPLES=false" sources: - type: git url: https://github.com/KDAB/KDSoap.git tag: kdsoap-1.10.0 commit: ea2d532bcef8a84991b137b0bfc1716d28b2eb67 - name: kdsoap-ws-discovery-client buildsystem: cmake-ninja builddir: true sources: - type: git url: https://gitlab.com/caspermeijn/kdsoap-ws-discovery-client.git branch: master - name: onvifviewer buildsystem: cmake-ninja builddir: true sources: - type: dir path: ".." skip: - ".git"