From ddf7f69bf0216eaa76fe85f2d7c0b3d1b43abce2 Mon Sep 17 00:00:00 2001 From: ck Date: Tue, 20 Dec 2022 15:35:23 +0800 Subject: [PATCH] feat: add linglong build support add linglong.yaml to support linglong build see https://linglong.dev/guide/ll-builder/manifests.html Log: linglong Influence: linglong Change-Id: I85a359dbde9a61e0f531e9292865cde166838eba --- linglong.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 linglong.yaml diff --git a/linglong.yaml b/linglong.yaml new file mode 100644 index 0000000..4875690 --- /dev/null +++ b/linglong.yaml @@ -0,0 +1,35 @@ +package: + id: qt5integration + name: qt5integration + kind: lib + version: 5.6.3 + description: | + Qt platform theme integration plugins for DDE \ + Multiple Qt plugins to provide better Qt5 integration for DDE is included. + +base: + id: org.deepin.base/23.0.0 + +variables: + extra_args: | + VERSION=${VERSION} + +depends: + - id: qtbase/5.15.7 + - id: qttools/5.15.7 + - id: qtx11extras/5.15.7 + - id: qtsvg/5.15.7 + - id: qtmultimedia/5.15.7 + - id: gsettings-qt/0.3.1.1 + - id: dtkcommon/5.6.3 + - id: dtkcore/5.6.3 + - id: dtkgui/5.6.3 + - id: dtkwidget/5.6.3 + - id: libqtxdg/3.6.0.1 + #- id: googletest/1.8.1 + +source: + kind: local + +build: + kind: qmake