mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-08-07 06:13:57 +08:00
Compare commits
12
Commits
2025.06.09
...
2025.06.30
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5305ceff00 | ||
|
|
1e41f890a5 | ||
|
|
4e9d928ccc | ||
|
|
62bd578c8e | ||
|
|
6d2bd7bbff | ||
|
|
e1079908d9 | ||
|
|
b5ec9309fe | ||
|
|
d69d54ecd9 | ||
|
|
52d131446c | ||
|
|
ca37c5931a | ||
|
|
dc74a19201 | ||
|
|
701576ea5d |
@@ -89,11 +89,13 @@ jobs:
|
|||||||
if [[ ${{ inputs.gxde-is-backport }} == true ]]; then
|
if [[ ${{ inputs.gxde-is-backport }} == true ]]; then
|
||||||
isBackport=backport
|
isBackport=backport
|
||||||
fi
|
fi
|
||||||
|
export REPO_BRANCH=${{ github.ref_name }}
|
||||||
bash .github/workflows/configure-building-enviroment-base-system.sh ${{ inputs.arch }} \
|
bash .github/workflows/configure-building-enviroment-base-system.sh ${{ inputs.arch }} \
|
||||||
${{ inputs.rootfs-codename }} \
|
${{ inputs.rootfs-codename }} \
|
||||||
$REPOSITORY \
|
$REPOSITORY \
|
||||||
https://github.com/$GITHUB_REPOSITORY \
|
https://github.com/$GITHUB_REPOSITORY \
|
||||||
${{ inputs.rootfs-source }} \
|
${{ inputs.rootfs-source }} \
|
||||||
|
${{ github.ref_name }} \
|
||||||
$isBackport
|
$isBackport
|
||||||
|
|
||||||
- name: Building ${{ GITHUB.repository }}
|
- name: Building ${{ GITHUB.repository }}
|
||||||
|
|||||||
Executable
+67
@@ -0,0 +1,67 @@
|
|||||||
|
name: Building GXDE Package (hetao)
|
||||||
|
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-amd64-hetao:
|
||||||
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
||||||
|
secrets: inherit
|
||||||
|
with:
|
||||||
|
display-name: amd64-hetao
|
||||||
|
arch: amd64
|
||||||
|
rootfs-codename: crimson
|
||||||
|
rootfs-source: https://mirrors.kernel.org/deepin/beige/
|
||||||
|
gxde-codename: hetao
|
||||||
|
gxde-codename-upload: hetao
|
||||||
|
|
||||||
|
call-arm64-hetao:
|
||||||
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
||||||
|
secrets: inherit
|
||||||
|
with:
|
||||||
|
display-name: arm64-hetao
|
||||||
|
arch: arm64
|
||||||
|
rootfs-codename: crimson
|
||||||
|
rootfs-source: https://mirrors.kernel.org/deepin/beige/
|
||||||
|
gxde-codename: hetao
|
||||||
|
gxde-codename-upload: hetao
|
||||||
|
|
||||||
|
call-loong64-hetao:
|
||||||
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
||||||
|
secrets: inherit
|
||||||
|
with:
|
||||||
|
display-name: loong64-hetao
|
||||||
|
arch: loong64
|
||||||
|
rootfs-codename: crimson
|
||||||
|
rootfs-source: https://mirrors.kernel.org/deepin/beige/
|
||||||
|
gxde-codename: hetao
|
||||||
|
gxde-codename-upload: hetao
|
||||||
|
|
||||||
|
call-riscv64-hetao:
|
||||||
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
||||||
|
secrets: inherit
|
||||||
|
with:
|
||||||
|
display-name: riscv64-hetao
|
||||||
|
arch: riscv64
|
||||||
|
rootfs-codename: crimson
|
||||||
|
rootfs-source: https://mirrors.kernel.org/deepin/beige/
|
||||||
|
gxde-codename: hetao
|
||||||
|
gxde-codename-upload: hetao
|
||||||
@@ -37,6 +37,6 @@ jobs:
|
|||||||
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:
|
call-hetao:
|
||||||
uses: GXDE-OS/GXDE/.github/workflows/building-deb-meimei.yml@master
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-hetao.yml@master
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
@@ -22,17 +22,6 @@ env:
|
|||||||
BOTTLEPATH: system-bottle
|
BOTTLEPATH: system-bottle
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-loong64-tianlu:
|
|
||||||
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
|
||||||
secrets: inherit
|
|
||||||
with:
|
|
||||||
display-name: loong64-tianlu
|
|
||||||
arch: loong64
|
|
||||||
rootfs-codename: sid
|
|
||||||
rootfs-source: https://deb.debian.org/debian-ports/
|
|
||||||
gxde-codename: bixie
|
|
||||||
gxde-codename-upload: tianlu
|
|
||||||
|
|
||||||
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
|
||||||
@@ -65,14 +65,3 @@ jobs:
|
|||||||
rootfs-source: https://deb.debian.org/debian/
|
rootfs-source: https://deb.debian.org/debian/
|
||||||
gxde-codename: bixie
|
gxde-codename: bixie
|
||||||
gxde-codename-upload: tianlu
|
gxde-codename-upload: tianlu
|
||||||
|
|
||||||
call-loong64-tianlu:
|
|
||||||
uses: GXDE-OS/GXDE/.github/workflows/building-deb-base.yml@master
|
|
||||||
secrets: inherit
|
|
||||||
with:
|
|
||||||
display-name: loong64-tianlu
|
|
||||||
arch: loong64
|
|
||||||
rootfs-codename: sid
|
|
||||||
rootfs-source: https://deb.debian.org/debian-ports/
|
|
||||||
gxde-codename: bixie
|
|
||||||
gxde-codename-upload: tianlu
|
|
||||||
|
|||||||
@@ -26,8 +26,8 @@ jobs:
|
|||||||
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:
|
call-hetao:
|
||||||
uses: GXDE-OS/GXDE/.github/workflows/building-deb-meimei.yml@master
|
uses: GXDE-OS/GXDE/.github/workflows/building-deb-hetao.yml@master
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
call-tianlu:
|
call-tianlu:
|
||||||
|
|||||||
@@ -18,6 +18,9 @@ function useDebianPort() {
|
|||||||
function useLoongnix() {
|
function useLoongnix() {
|
||||||
sudo cp .github/workflows/loongnix /usr/share/debootstrap/scripts/ -v
|
sudo cp .github/workflows/loongnix /usr/share/debootstrap/scripts/ -v
|
||||||
}
|
}
|
||||||
|
function useDeepin25() {
|
||||||
|
sudo cp .github/workflows/crimson /usr/share/debootstrap/scripts/ -v
|
||||||
|
}
|
||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install debootstrap rename binfmt-support qemu-user qemu-user-static git -y
|
sudo apt install debootstrap rename binfmt-support qemu-user qemu-user-static git -y
|
||||||
@@ -32,7 +35,16 @@ else
|
|||||||
useLoongnix
|
useLoongnix
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
sudo debootstrap --no-check-gpg --include=git,gcc,make,debian-ports-archive-keyring,debian-archive-keyring,g++,dpkg-dev,qtbase5-dev,ca-certificates --arch=$1 $2 $bottlePath $5
|
if [[ $2 == "crimson" ]]; then
|
||||||
|
useDeepin25
|
||||||
|
sudo debootstrap --no-check-gpg --include=git,deepin-keyring,gcc,make,g++,dpkg-dev,qtbase5-dev,ca-certificates --arch=$1 $2 $bottlePath $5
|
||||||
|
else
|
||||||
|
sudo debootstrap --no-check-gpg --include=git,gcc,make,debian-ports-archive-keyring,debian-archive-keyring,g++,dpkg-dev,qtbase5-dev,ca-certificates --arch=$1 $2 $bottlePath $5
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ $2 == "crimson" ]]; then
|
||||||
|
sudo sed -i "s/main/main commercial community/g" $bottlePath/etc/apt/sources.list
|
||||||
|
fi
|
||||||
#if [[ $? != 0 ]]; then
|
#if [[ $? != 0 ]]; then
|
||||||
# sudo debootstrap --foreign --include=git,gcc,make,debian-ports-archive-keyring,debian-archive-keyring,g++,dpkg-dev,qtbase5-dev,ca-certificates --arch=$1 $2 $bottlePath $5
|
# sudo debootstrap --foreign --include=git,gcc,make,debian-ports-archive-keyring,debian-archive-keyring,g++,dpkg-dev,qtbase5-dev,ca-certificates --arch=$1 $2 $bottlePath $5
|
||||||
#fi
|
#fi
|
||||||
@@ -44,7 +56,7 @@ if [[ $? != 0 ]] && [[ $1 == loong64 ]] && [[ $2 != "loongnix" ]]; then
|
|||||||
sudo mv squashfs-root $bottlePath -v
|
sudo mv squashfs-root $bottlePath -v
|
||||||
fi
|
fi
|
||||||
sudo bash .github/workflows/pardus-chroot $bottlePath
|
sudo bash .github/workflows/pardus-chroot $bottlePath
|
||||||
if [[ $6 == "backport" ]]; then
|
if [[ $7 == "backport" ]]; then
|
||||||
sudo cp -rv .github/workflows/debian-backports.list $bottlePath/etc/apt/sources.list.d
|
sudo cp -rv .github/workflows/debian-backports.list $bottlePath/etc/apt/sources.list.d
|
||||||
sudo mkdir -p $bottlePath/etc/apt/preferences.d/
|
sudo mkdir -p $bottlePath/etc/apt/preferences.d/
|
||||||
sudo cp -rv .github/workflows/90bookworm-backports $bottlePath/etc/apt/preferences.d/
|
sudo cp -rv .github/workflows/90bookworm-backports $bottlePath/etc/apt/preferences.d/
|
||||||
@@ -56,7 +68,7 @@ sudo chroot $bottlePath apt update
|
|||||||
sudo chroot $bottlePath apt full-upgrade -y
|
sudo chroot $bottlePath apt full-upgrade -y
|
||||||
sudo chroot $bottlePath apt install git -y
|
sudo chroot $bottlePath apt install git -y
|
||||||
sudo chroot $bottlePath git clone $3 #--depth=1
|
sudo chroot $bottlePath git clone $3 #--depth=1
|
||||||
sudo chroot $bottlePath git clone $4 #--depth=1
|
sudo chroot $bottlePath git clone $4 -b $6 #--depth=1
|
||||||
sudo mv $bottlePath/$(basename $3)/.github/workflows/* $bottlePath/$(basename $4)/.github/workflows -v
|
sudo mv $bottlePath/$(basename $3)/.github/workflows/* $bottlePath/$(basename $4)/.github/workflows -v
|
||||||
# 修改版本号
|
# 修改版本号
|
||||||
#sudo sed -i "s/) UNRELEASED; urgency=medium/~$2) UNRELEASED; urgency=medium/g" $bottlePath/deep-wine-runner-qemu-system/debian/changelog
|
#sudo sed -i "s/) UNRELEASED; urgency=medium/~$2) UNRELEASED; urgency=medium/g" $bottlePath/deep-wine-runner-qemu-system/debian/changelog
|
||||||
@@ -67,6 +79,9 @@ case $2 in
|
|||||||
"loongnix")
|
"loongnix")
|
||||||
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")
|
||||||
|
env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh hetao
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh
|
env gitPath=$(basename $4) bash .github/workflows/run-command-in-chroot.sh .github/workflows/configure-building-enviroment.sh
|
||||||
;;
|
;;
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
mirror_style release
|
||||||
|
download_style apt
|
||||||
|
finddebs_style from-indices
|
||||||
|
variants - buildd fakechroot minbase
|
||||||
|
keyring /usr/share/keyrings/debian-archive-keyring.gpg
|
||||||
|
default_mirror https://community-packages.deepin.com/deepin/beige/
|
||||||
|
|
||||||
|
# include common settings
|
||||||
|
if [ -e "$DEBOOTSTRAP_DIR/scripts/debian-common" ]; then
|
||||||
|
. "$DEBOOTSTRAP_DIR/scripts/debian-common"
|
||||||
|
elif [ -e /debootstrap/debian-common ]; then
|
||||||
|
. /debootstrap/debian-common
|
||||||
|
elif [ -e "$DEBOOTSTRAP_DIR/debian-common" ]; then
|
||||||
|
. "$DEBOOTSTRAP_DIR/debian-common"
|
||||||
|
else
|
||||||
|
error 1 NOCOMMON "File not found: debian-common"
|
||||||
|
fi
|
||||||
Vendored
+6
-2
@@ -1,4 +1,4 @@
|
|||||||
gxde (2025.06.09) UNRELEASED; urgency=medium
|
gxde (2025.06.30) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* 新增 remmina 以解决远程问题
|
* 新增 remmina 以解决远程问题
|
||||||
* 改为安装 dde-printer
|
* 改为安装 dde-printer
|
||||||
@@ -11,8 +11,12 @@ gxde (2025.06.09) UNRELEASED; urgency=medium
|
|||||||
* 修改 dde-session-ui、dde-file-manager、dde-desktop 为
|
* 修改 dde-session-ui、dde-file-manager、dde-desktop 为
|
||||||
gxde-session-ui、gxde-file-manager、gxde-desktop-panel
|
gxde-session-ui、gxde-file-manager、gxde-desktop-panel
|
||||||
* startdde=>startgxde
|
* startdde=>startgxde
|
||||||
|
* dde-kwin --> gxde-wm-shim
|
||||||
|
* 新增推荐依赖 gxde-desktop
|
||||||
|
* gxde-introduction 由 Depends 设置为 Recommends
|
||||||
|
* 推荐安装 apt-is-aptss
|
||||||
|
|
||||||
-- gfdgd_xi <3025613752@qq.com> Mon, 09 Jun 2025 07:42:12 +0800
|
-- gfdgd_xi <3025613752@qq.com> Sun, 22 Jun 2025 09:59:58 +0800
|
||||||
|
|
||||||
gxde (2024.10.20) UNRELEASED; urgency=medium
|
gxde (2024.10.20) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
|||||||
Vendored
+5
-3
@@ -26,7 +26,6 @@ Recommends: ${misc:Depends},
|
|||||||
gxde-sendbylan,
|
gxde-sendbylan,
|
||||||
gxde-dict,
|
gxde-dict,
|
||||||
gxde-system-assistant,
|
gxde-system-assistant,
|
||||||
spark-store | aptss,
|
|
||||||
loongsonapplication,
|
loongsonapplication,
|
||||||
gxde-boot-maker,
|
gxde-boot-maker,
|
||||||
deepin-clone,
|
deepin-clone,
|
||||||
@@ -42,6 +41,7 @@ Recommends: ${misc:Depends},
|
|||||||
remmina,
|
remmina,
|
||||||
screensaver-pp,
|
screensaver-pp,
|
||||||
gxde-time-screensaver,
|
gxde-time-screensaver,
|
||||||
|
gxde-desktop,
|
||||||
Description: GXDE New Desktop Environment Extra - Next
|
Description: GXDE New Desktop Environment Extra - Next
|
||||||
This is a meta package depends GXDE New Desktop Envrionment Extra.
|
This is a meta package depends GXDE New Desktop Envrionment Extra.
|
||||||
.
|
.
|
||||||
@@ -66,6 +66,7 @@ Depends:
|
|||||||
deepin-system-monitor,
|
deepin-system-monitor,
|
||||||
gxde-control-center,
|
gxde-control-center,
|
||||||
gxde-file-manager,
|
gxde-file-manager,
|
||||||
|
spark-store | aptss,
|
||||||
Conflicts:
|
Conflicts:
|
||||||
plymouth-theme-gxde-logo,
|
plymouth-theme-gxde-logo,
|
||||||
linux-kernel-gxde-i386,
|
linux-kernel-gxde-i386,
|
||||||
@@ -101,15 +102,15 @@ Depends: ${misc:Depends},
|
|||||||
eject,
|
eject,
|
||||||
gxde-wallpapers,
|
gxde-wallpapers,
|
||||||
fonts-noto,
|
fonts-noto,
|
||||||
dde-kwin | gxde-kwin,
|
gxde-wm-shim | gxde-kwin-neo,
|
||||||
deepin-screensaver,
|
deepin-screensaver,
|
||||||
gxde-default-settings,
|
gxde-default-settings,
|
||||||
gxde-shell-tools,
|
gxde-shell-tools,
|
||||||
gxde-compressor,
|
gxde-compressor,
|
||||||
gxde-introduction,
|
|
||||||
Recommends:
|
Recommends:
|
||||||
gxde-desktop-extra | gxde-desktop-android,
|
gxde-desktop-extra | gxde-desktop-android,
|
||||||
gxde-editor,
|
gxde-editor,
|
||||||
|
gxde-introduction,
|
||||||
pppoe,
|
pppoe,
|
||||||
gvfs-fuse,
|
gvfs-fuse,
|
||||||
smbclient,
|
smbclient,
|
||||||
@@ -157,6 +158,7 @@ Recommends:
|
|||||||
fcitx5-table,
|
fcitx5-table,
|
||||||
fantascene-dynamic-wallpaper,
|
fantascene-dynamic-wallpaper,
|
||||||
x11vnc,
|
x11vnc,
|
||||||
|
apt-is-aptss,
|
||||||
Conflicts:
|
Conflicts:
|
||||||
deepin-desktop-environment-desktop,
|
deepin-desktop-environment-desktop,
|
||||||
deepin-desktop-environment-dock,
|
deepin-desktop-environment-dock,
|
||||||
|
|||||||
Reference in New Issue
Block a user