From c74e8d30cbe71d31f550f02f8438a869d6e0558f Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sun, 1 Sep 2024 07:11:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=87=AA=E5=8A=A8=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../configure-building-enviroment-base-system.sh | 8 ++++++++ debian/changelog | 4 ++-- debian/control | 2 ++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/configure-building-enviroment-base-system.sh b/.github/workflows/configure-building-enviroment-base-system.sh index 7e1bde4..5b740ec 100755 --- a/.github/workflows/configure-building-enviroment-base-system.sh +++ b/.github/workflows/configure-building-enviroment-base-system.sh @@ -27,9 +27,17 @@ else fi fi sudo debootstrap --arch=$1 $2 $bottlePath $5 +if [[ $? != 0 ]] && [[ $1 == loong64 ]]; then + sudo apt install squashfs-tools git -y + wget https://github.com/GXDE-OS/GXDE/releases/download/resources/debian-base-loong64.squashfs + sudo unsquashfs debian-base-loong64.squashfs + sudo rm -rf $bottlePath/ + sudo mv squashfs-root $bottlePath -v +fi sudo bash .github/workflows/pardus-chroot $bottlePath # 配置 git sudo chroot $bottlePath apt update +sudo chroot $bottlePath apt full-upgrade -y sudo chroot $bottlePath apt install git -y sudo chroot $bottlePath git clone $3 --depth=1 sudo chroot $bottlePath git clone $4 --depth=1 diff --git a/debian/changelog b/debian/changelog index 034e37b..58ecad6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -gxde (2024.08.29) UNRELEASED; urgency=medium +gxde (2024.08.31) UNRELEASED; urgency=medium * Non-maintainer upload. - -- gfdgd_xi <3025613752@qq.com> Thu, 29 Aug 2024 08:42:17 +0800 + -- gfdgd_xi <3025613752@qq.com> Sun, 01 Sep 2024 07:11:11 +0800 gxde (2024.03.23) stable; urgency=medium diff --git a/debian/control b/debian/control index d86bd24..1ec8a4a 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,8 @@ Depends: ${misc:Depends}, gxde-download, gxde-ocr, gxde-music, + gxde-picker, + gxde-font-installer, deepin-movie Description: GXDE New Desktop Environment Extra - Next This is a meta package depends GXDE New Desktop Envrionment Extra.