Skip to content

Commit

Permalink
feat: add linglong build support
Browse files Browse the repository at this point in the history
add linglong.yaml to support linglong build
see https://linglong.dev/guide/ll-builder/manifests.html

Log: linglong
Influence: linglong
Change-Id: I85a359dbde9a61e0f531e9292865cde166838eba
  • Loading branch information
kegechen committed Dec 27, 2022
1 parent c915242 commit ddf7f69
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions linglong.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ddf7f69

Please sign in to comment.