mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-08-07 11:03:57 +08:00
Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
089a8c5f5f | ||
|
|
217cbfbefc | ||
|
|
c78562c22b | ||
|
|
794193f1c1 | ||
|
|
37108ffdbe | ||
|
|
852b96a25b |
@@ -33,3 +33,7 @@ jobs:
|
|||||||
call-tianlu:
|
call-tianlu:
|
||||||
uses: GXDE-OS/GXDE/.github/workflows/building-deb-tianlu-cross.yml@master
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-tianlu-cross.yml@master
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
call-meimei:
|
||||||
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-meimei-cross.yml@master
|
||||||
|
secrets: inherit
|
||||||
+35
@@ -0,0 +1,35 @@
|
|||||||
|
name: Building GXDE Package (meimei)
|
||||||
|
run-name: Building ${{ GITHUB.REPOSITORY }}
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_call:
|
||||||
|
secrets:
|
||||||
|
PASSWD:
|
||||||
|
required: true
|
||||||
|
USERS:
|
||||||
|
required: true
|
||||||
|
HOST:
|
||||||
|
required: true
|
||||||
|
UPATH:
|
||||||
|
required: true
|
||||||
|
UPROGRAM:
|
||||||
|
required: true
|
||||||
|
UPORT:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
env:
|
||||||
|
REPOSITORY: https://github.com/GXDE-OS/GXDE
|
||||||
|
BOTTLEPATH: system-bottle
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
call-loong64-meimei:
|
||||||
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
||||||
|
secrets: inherit
|
||||||
|
with:
|
||||||
|
display-name: loong64-meimei
|
||||||
|
arch: amd64
|
||||||
|
rootfs-codename: trixie
|
||||||
|
rootfs-source: https://deb.debian.org/debian/
|
||||||
|
gxde-codename: meimei
|
||||||
|
gxde-codename-upload: meimei
|
||||||
|
gxde-cross-arch: loong64
|
||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
display-name: loong64-meimei
|
display-name: loong64-meimei
|
||||||
arch: loong64
|
arch: loong64
|
||||||
rootfs-codename: loongnix
|
rootfs-codename: loongnix-stable
|
||||||
rootfs-source: https://pkg.loongnix.cn/loongnix/25
|
rootfs-source: https://pkg.loongnix.cn/loongnix/25
|
||||||
gxde-codename: meimei
|
gxde-codename: meimei
|
||||||
gxde-codename-upload: meimei
|
gxde-codename-upload: meimei
|
||||||
|
|||||||
@@ -46,20 +46,6 @@ jobs:
|
|||||||
gxde-codename-upload: zhuangzhuang
|
gxde-codename-upload: zhuangzhuang
|
||||||
gxde-cross-arch: arm64
|
gxde-cross-arch: arm64
|
||||||
|
|
||||||
|
|
||||||
call-mips64el-zhuangzhuang:
|
|
||||||
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
|
||||||
secrets: inherit
|
|
||||||
with:
|
|
||||||
display-name: mips64el-zhuangzhuang
|
|
||||||
arch: amd64
|
|
||||||
rootfs-codename: sid
|
|
||||||
rootfs-source: https://mips-repo.gxde.top/
|
|
||||||
gxde-codename: lizhi
|
|
||||||
gxde-codename-upload: zhuangzhuang
|
|
||||||
gxde-cross-arch: mips64el
|
|
||||||
|
|
||||||
|
|
||||||
call-riscv64-zhuangzhuang:
|
call-riscv64-zhuangzhuang:
|
||||||
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
@@ -44,17 +44,6 @@ jobs:
|
|||||||
gxde-codename: lizhi
|
gxde-codename: lizhi
|
||||||
gxde-codename-upload: zhuangzhuang
|
gxde-codename-upload: zhuangzhuang
|
||||||
|
|
||||||
call-mips64el-zhuangzhuang:
|
|
||||||
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
|
||||||
secrets: inherit
|
|
||||||
with:
|
|
||||||
display-name: mips64el-zhuangzhuang
|
|
||||||
arch: mips64el
|
|
||||||
rootfs-codename: sid
|
|
||||||
rootfs-source: https://mips-repo.gxde.top/
|
|
||||||
gxde-codename: lizhi
|
|
||||||
gxde-codename-upload: zhuangzhuang
|
|
||||||
|
|
||||||
call-riscv64-zhuangzhuang:
|
call-riscv64-zhuangzhuang:
|
||||||
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
@@ -25,6 +25,10 @@ jobs:
|
|||||||
call-zhuangzhuang:
|
call-zhuangzhuang:
|
||||||
uses: GXDE-OS/GXDE/.github/workflows/building-deb-zhuangzhuang.yml@master
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-zhuangzhuang.yml@master
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
call-meimei:
|
||||||
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-meimei.yml@master
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
call-hetao:
|
call-hetao:
|
||||||
uses: GXDE-OS/GXDE/.github/workflows/building-deb-hetao.yml@master
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-hetao.yml@master
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ function useDebianPort() {
|
|||||||
sudo cp /usr/share/keyrings/debian-archive-keyring.gpg /usr/share/keyrings/debian-ports-archive-keyring.gpg -v
|
sudo cp /usr/share/keyrings/debian-archive-keyring.gpg /usr/share/keyrings/debian-ports-archive-keyring.gpg -v
|
||||||
}
|
}
|
||||||
function useLoongnix() {
|
function useLoongnix() {
|
||||||
sudo cp .github/workflows/loongnix /usr/share/debootstrap/scripts/ -v
|
sudo cp .github/workflows/loongnix-stable /usr/share/debootstrap/scripts/ -v
|
||||||
}
|
}
|
||||||
function useDeepin25() {
|
function useDeepin25() {
|
||||||
sudo cp .github/workflows/crimson /usr/share/debootstrap/scripts/ -v
|
sudo cp .github/workflows/crimson /usr/share/debootstrap/scripts/ -v
|
||||||
@@ -29,7 +29,7 @@ bottlePath=./system-bottle
|
|||||||
if [[ $2 == "beige" ]]; then
|
if [[ $2 == "beige" ]]; then
|
||||||
getd23debootstrap
|
getd23debootstrap
|
||||||
else
|
else
|
||||||
if [[ $1 == "loong64" ]] && [[ $2 != "loongnix" ]]; then
|
if [[ $1 == "loong64" ]] && [[ $2 != "loongnix-stable" ]]; then
|
||||||
useDebianPort
|
useDebianPort
|
||||||
else
|
else
|
||||||
useLoongnix
|
useLoongnix
|
||||||
@@ -79,7 +79,7 @@ case $2 in
|
|||||||
"sid")
|
"sid")
|
||||||
env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh zhuangzhuang
|
env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh zhuangzhuang
|
||||||
;;
|
;;
|
||||||
"loongnix")
|
"loongnix-stable")
|
||||||
env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh meimei
|
env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh meimei
|
||||||
;;
|
;;
|
||||||
"crimson")
|
"crimson")
|
||||||
|
|||||||
Vendored
+3
-2
@@ -1,4 +1,4 @@
|
|||||||
gxde (2025.12.27) UNRELEASED; urgency=medium
|
gxde (2026.02.06) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* 新增 remmina 以解决远程问题
|
* 新增 remmina 以解决远程问题
|
||||||
* 改为安装 dde-printer
|
* 改为安装 dde-printer
|
||||||
@@ -22,8 +22,9 @@ gxde (2025.12.27) UNRELEASED; urgency=medium
|
|||||||
* gxde-desktop-android gxde-ocr 设置为推荐依赖
|
* gxde-desktop-android gxde-ocr 设置为推荐依赖
|
||||||
* 新增 GXDE 硬件管理器
|
* 新增 GXDE 硬件管理器
|
||||||
* 推荐安装 deepin 跨端协同
|
* 推荐安装 deepin 跨端协同
|
||||||
|
* 更改 gxde-desktop-extra 推荐依赖
|
||||||
|
|
||||||
-- gfdgd_xi <3025613752@qq.com> Sat, 27 Dec 2025 11:34:46 +0800
|
-- gfdgd_xi <3025613752@qq.com> Fri, 06 Feb 2026 20:04:16 +0800
|
||||||
|
|
||||||
gxde (2024.10.20) UNRELEASED; urgency=medium
|
gxde (2024.10.20) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -14,7 +14,7 @@ Recommends: ${misc:Depends},
|
|||||||
gxde-terminal,
|
gxde-terminal,
|
||||||
gxde-deb-installer,
|
gxde-deb-installer,
|
||||||
gxde-editor,
|
gxde-editor,
|
||||||
gxde-image-viewer,
|
gxde-image-viewer | deepin-image-viewer,
|
||||||
gxde-icon-theme,
|
gxde-icon-theme,
|
||||||
gxde-sea-icon-theme,
|
gxde-sea-icon-theme,
|
||||||
gxde-ocr,
|
gxde-ocr,
|
||||||
|
|||||||
Reference in New Issue
Block a user