From 40d97ebc6c8dd5f49f5229c0ca7606daf142645a Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 15 Jun 2020 21:35:48 +0800 Subject: [PATCH 1/4] fix: don't autostart in other desktop environments --- src/Printer/platform/linux/dde-printer-watch.desktop | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Printer/platform/linux/dde-printer-watch.desktop b/src/Printer/platform/linux/dde-printer-watch.desktop index a987c9c..1be3e43 100755 --- a/src/Printer/platform/linux/dde-printer-watch.desktop +++ b/src/Printer/platform/linux/dde-printer-watch.desktop @@ -8,3 +8,4 @@ Icon=dde-printer Name=Printer Manager Name[zh_CN]=打印管理器 Type=Application +OnlyShowIn=Deepin From e4d64fce532b40086069658fde098e09002dc92b Mon Sep 17 00:00:00 2001 From: deepin-admin-bot Date: Fri, 14 Oct 2022 05:12:03 +0000 Subject: [PATCH 2/4] chore: Sync by https://github.com/linuxdeepin/.github/commit/6fbf8e00b96efe3fd50deef879f6679b80fa59a8 sync by github workflow Log: none Influence: none --- .github/workflows/call-auto-tag.yml | 16 ++++++++++++++++ .github/workflows/call-tag-build.yml | 13 +++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 .github/workflows/call-auto-tag.yml create mode 100644 .github/workflows/call-tag-build.yml diff --git a/.github/workflows/call-auto-tag.yml b/.github/workflows/call-auto-tag.yml new file mode 100644 index 0000000..5018e5b --- /dev/null +++ b/.github/workflows/call-auto-tag.yml @@ -0,0 +1,16 @@ +name: auto tag + +on: + pull_request_target: + types: [opened, synchronize, closed] + paths: + - "debian/changelog" + +concurrency: + group: ${{ github.workflow }}-pull/${{ github.event.number }} + cancel-in-progress: true + +jobs: + auto_tag: + uses: linuxdeepin/.github/.github/workflows/auto-tag.yml@master + secrets: inherit diff --git a/.github/workflows/call-tag-build.yml b/.github/workflows/call-tag-build.yml new file mode 100644 index 0000000..3b1850a --- /dev/null +++ b/.github/workflows/call-tag-build.yml @@ -0,0 +1,13 @@ +name: tag build +on: + push: + tags: "*" + +concurrency: + group: ${{ github.workflow }} + cancel-in-progress: true + +jobs: + build: + uses: linuxdeepin/.github/.github/workflows/build-tag.yml@master + secrets: inherit From 9c711c853c98a42452a53c9c08a33161f75a0c40 Mon Sep 17 00:00:00 2001 From: deepin-admin-bot Date: Fri, 18 Nov 2022 02:01:58 +0000 Subject: [PATCH 3/4] chore: Sync by https://github.com/linuxdeepin/.github/commit/6aa579e31cc66ec92da0523a11b7f638f668833b sync by github workflow Log: none Influence: none --- .github/workflows/call-tag-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-tag-build.yml b/.github/workflows/call-tag-build.yml index 3b1850a..6420b29 100644 --- a/.github/workflows/call-tag-build.yml +++ b/.github/workflows/call-tag-build.yml @@ -9,5 +9,5 @@ concurrency: jobs: build: - uses: linuxdeepin/.github/.github/workflows/build-tag.yml@master + uses: linuxdeepin/.github/.github/workflows/tag-build.yml@master secrets: inherit From 39e38769bd143503edb5acf3e94cb2b36ea05cd5 Mon Sep 17 00:00:00 2001 From: deepin-admin-bot Date: Wed, 10 May 2023 01:59:16 +0000 Subject: [PATCH 4/4] chore: Sync by https://github.com/linuxdeepin/.github/commit/2e5e092ba3f86b16d1aabbabcf0bfd2ae65b19c8 sync by github workflow Log: none Influence: none --- .github/workflows/call-tag-build.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/call-tag-build.yml diff --git a/.github/workflows/call-tag-build.yml b/.github/workflows/call-tag-build.yml deleted file mode 100644 index 6420b29..0000000 --- a/.github/workflows/call-tag-build.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: tag build -on: - push: - tags: "*" - -concurrency: - group: ${{ github.workflow }} - cancel-in-progress: true - -jobs: - build: - uses: linuxdeepin/.github/.github/workflows/tag-build.yml@master - secrets: inherit