Skip to content

Commit

Permalink
chore: Adapt to the new version of linglong
Browse files Browse the repository at this point in the history
Adapt to the new version of linglong.

Log: Adapt to the new version of linglong.
Task: https://pms.uniontech.com/task-view-369975.html
  • Loading branch information
wangrong1069 authored and deepin-bot[bot] committed Dec 13, 2024
1 parent 697cb23 commit 99bf06e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arm64/linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ runtime: org.deepin.runtime.dtk/23.2.0/arm64
build: |
bash ./install_dep linglong/sources "$PREFIX"
# 修改服务使用玲珑启动
sed -i "s|Exec=/usr/bin/deepin-draw|Exec=deepin-draw|g" com.deepin.Draw.service
sed -i "s|Exec=/usr/bin/deepin-picker -i|Exec=deepin-picker -i|g" ${PREFIX}/share/dbus-1/services/com.deepin.Picker.service
VERSION=$(head -1 debian/changelog | awk -F'[()]' '{print $2}')
cmake -B build \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
4 changes: 4 additions & 0 deletions linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ runtime: org.deepin.runtime.dtk/23.2.0/x86_64
build: |
bash ./install_dep linglong/sources "$PREFIX"
# 修改服务使用玲珑启动
sed -i "s|Exec=/usr/bin/deepin-draw|Exec=deepin-draw|g" com.deepin.Draw.service
sed -i "s|Exec=/usr/bin/deepin-picker -i|Exec=deepin-picker -i|g" ${PREFIX}/share/dbus-1/services/com.deepin.Picker.service
VERSION=$(head -1 debian/changelog | awk -F'[()]' '{print $2}')
cmake -B build \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
4 changes: 4 additions & 0 deletions loong64/linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ runtime: org.deepin.runtime.dtk/23.2.0/loong64
build: |
bash ./install_dep linglong/sources "$PREFIX"
# 修改服务使用玲珑启动
sed -i "s|Exec=/usr/bin/deepin-draw|Exec=deepin-draw|g" com.deepin.Draw.service
sed -i "s|Exec=/usr/bin/deepin-picker -i|Exec=deepin-picker -i|g" ${PREFIX}/share/dbus-1/services/com.deepin.Picker.service
VERSION=$(head -1 debian/changelog | awk -F'[()]' '{print $2}')
cmake -B build \
-DCMAKE_BUILD_TYPE=Release \
Expand Down

0 comments on commit 99bf06e

Please sign in to comment.