diff --git a/.gitignore b/.gitignore index cd64ecefc..75fee7856 100755 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ include*/ *.DS_Store *.qm *.autosave + +# linglong build file +linglong/ diff --git a/linglong.yaml b/linglong.yaml index f7a5a1a73..4e4026ea4 100644 --- a/linglong.yaml +++ b/linglong.yaml @@ -1,44 +1,31 @@ +version: "1" + package: id: org.deepin.draw name: "deepin-draw" - version: 6.0.1 + version: 7.0.5.0 kind: app description: | draw for deepin os. -variables: +variables: extra_args: | -DVERSION=${VERSION} -runtime: - id: org.deepin.Runtime - version: 23.0.0 +command: [deepin-draw] -depends: - - id: "dde-qt-dbus-factory" - version: 5.5.12 - - id: qtmpris - version: 0.1.0.1 - - id: icu - version: 63.1 - type: runtime - - id: xcb-util - version: 0.3.8.1 - type: runtime - - id: qtdbusextended - version: 0.0.3 +base: org.deepin.base/23.1.0 +runtime: org.deepin.runtime.dtk/23.1.0 source: kind: local patch: patches/fix-linglong.patch -build: - kind: manual - manual: - configure: | - mkdir build - cd build - cmake -DCMAKE_INSTALL_PREFIX=${PREFIX} ${extra_args} .. - make -j6 - #make test - make -j install +build: | + rm -rf build + mkdir build + cd build + cmake -DCMAKE_INSTALL_PREFIX=${PREFIX} ${extra_args} .. + make -j6 + #make test + make -j install