Skip to content

Commit

Permalink
chore: Update linglong build script
Browse files Browse the repository at this point in the history
Update linglong build script.

Log: Update linglong build script
  • Loading branch information
wangrong1069 committed Oct 19, 2024
1 parent 918f3d0 commit b60a8f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion arm64/linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: "1"
package:
id: org.dde.calendar
name: dde-calendar
version: 5.14.7.1
version: 5.14.8.1
kind: app
description: |
calendar for deepin os.
Expand Down Expand Up @@ -36,6 +36,8 @@ build: |
cmake --build build -j`nproc`
cmake --build build --target install >app.install 2>&1
cp arm64/org.dde.calendar.install .
sources:
# - kind: git
# url: https://github.com/linuxdeepin/dde-calendar
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dde-calendar (5.14.8) unstable; urgency=medium

* chore: Update linglong build script.

-- wangrong <wangrong@uniontech.com> Sat, 19 Oct 2024 15:18:45 +0800

dde-calendar (5.14.7) unstable; urgency=medium

* chore: linglong package slimming.
Expand Down
2 changes: 1 addition & 1 deletion linglong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: "1"
package:
id: org.dde.calendar
name: dde-calendar
version: 5.14.7.1
version: 5.14.8.1
kind: app
description: |
calendar for deepin os.
Expand Down

0 comments on commit b60a8f1

Please sign in to comment.