mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-08-07 13:53:57 +08:00
Compare commits
34
Commits
2024.10.14
...
2024.11.10
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6edd4e141 | ||
|
|
70189c24dd | ||
|
|
a23abe9df7 | ||
|
|
9436e0311a | ||
|
|
8e33673d02 | ||
|
|
2180a04d29 | ||
|
|
f06089d83f | ||
|
|
e84224970c | ||
|
|
8368ed168a | ||
|
|
eed4e0d776 | ||
|
|
d16adc50e4 | ||
|
|
4efabb2023 | ||
|
|
c7e3f6ed0d | ||
|
|
01bae0a5e6 | ||
|
|
0d261f4f57 | ||
|
|
fcb98c9b83 | ||
|
|
7c79626344 | ||
|
|
73b6d58a42 | ||
|
|
f44cf966ae | ||
|
|
b62bb30caa | ||
|
|
f9060bd8e5 | ||
|
|
8a7549b717 | ||
|
|
b9253b56d2 | ||
|
|
b6c425bb47 | ||
|
|
6e5aa6329d | ||
|
|
41af5d686b | ||
|
|
285e6e9b6a | ||
|
|
6a7562a5dd | ||
|
|
0f073670f2 | ||
|
|
e4224ecaaa | ||
|
|
7856dd97cf | ||
|
|
9af839e7de | ||
|
|
29f824d25b | ||
|
|
76b325bd20 |
@@ -208,7 +208,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Configure Base System
|
- name: Configure Base System
|
||||||
run: |
|
run: |
|
||||||
bash .github/workflows/configure-building-enviroment-base-system.sh loong64 unstable $REPOSITORY https://github.com/$GITHUB_REPOSITORY https://deb.debian.org/debian-ports/
|
bash .github/workflows/configure-building-enviroment-base-system.sh loong64 unstable $REPOSITORY https://packages.gxde.org/debian-loong64/
|
||||||
|
#bash .github/workflows/configure-building-enviroment-base-system.sh loong64 unstable $REPOSITORY https://github.com/$GITHUB_REPOSITORY https://deb.debian.org/debian-ports/
|
||||||
|
|
||||||
- name: Building ${{ GITHUB.repository }}
|
- name: Building ${{ GITHUB.repository }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -63,9 +63,9 @@ jobs:
|
|||||||
ssh-keyscan -p $UPORT -H $UHOST >> ~/.ssh/known_hosts
|
ssh-keyscan -p $UPORT -H $UHOST >> ~/.ssh/known_hosts
|
||||||
tarName=$(ls | grep .tar | head -n 1)
|
tarName=$(ls | grep .tar | head -n 1)
|
||||||
sshpass -p "$UPASSWD" rsync -e "ssh -p $UPORT" $tarName $UUSERS@$UHOST:$UPATH
|
sshpass -p "$UPASSWD" rsync -e "ssh -p $UPORT" $tarName $UUSERS@$UHOST:$UPATH
|
||||||
sshpass -p "$UPASSWD" ssh $UUSERS@$UHOST -p $UPORT $UPROGRAM $UPATH/$tarName > /dev/null
|
sshpass -p "$UPASSWD" ssh $UUSERS@$UHOST -p $UPORT $UPROGRAM tianlu $UPATH/$tarName > /dev/null
|
||||||
|
|
||||||
amd64:
|
amd64-Debian12:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Clone Repository To Get Script
|
- name: Clone Repository To Get Script
|
||||||
@@ -106,10 +106,11 @@ jobs:
|
|||||||
ssh-keyscan -p $UPORT -H $UHOST >> ~/.ssh/known_hosts
|
ssh-keyscan -p $UPORT -H $UHOST >> ~/.ssh/known_hosts
|
||||||
tarName=$(ls | grep .tar | head -n 1)
|
tarName=$(ls | grep .tar | head -n 1)
|
||||||
sshpass -p "$UPASSWD" rsync -e "ssh -p $UPORT" $tarName $UUSERS@$UHOST:$UPATH
|
sshpass -p "$UPASSWD" rsync -e "ssh -p $UPORT" $tarName $UUSERS@$UHOST:$UPATH
|
||||||
sshpass -p "$UPASSWD" ssh $UUSERS@$UHOST -p $UPORT $UPROGRAM $UPATH/$tarName > /dev/null
|
sshpass -p "$UPASSWD" ssh $UUSERS@$UHOST -p $UPORT $UPROGRAM tianlu $UPATH/$tarName > /dev/null
|
||||||
|
|
||||||
arm64:
|
arm64:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
#runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Clone Repository To Get Script
|
- name: Clone Repository To Get Script
|
||||||
run: |
|
run: |
|
||||||
@@ -149,7 +150,7 @@ jobs:
|
|||||||
ssh-keyscan -p $UPORT -H $UHOST >> ~/.ssh/known_hosts
|
ssh-keyscan -p $UPORT -H $UHOST >> ~/.ssh/known_hosts
|
||||||
tarName=$(ls | grep .tar | head -n 1)
|
tarName=$(ls | grep .tar | head -n 1)
|
||||||
sshpass -p "$UPASSWD" rsync -e "ssh -p $UPORT" $tarName $UUSERS@$UHOST:$UPATH
|
sshpass -p "$UPASSWD" rsync -e "ssh -p $UPORT" $tarName $UUSERS@$UHOST:$UPATH
|
||||||
sshpass -p "$UPASSWD" ssh $UUSERS@$UHOST -p $UPORT $UPROGRAM $UPATH/$tarName > /dev/null
|
sshpass -p "$UPASSWD" ssh $UUSERS@$UHOST -p $UPORT $UPROGRAM tianlu $UPATH/$tarName > /dev/null
|
||||||
|
|
||||||
|
|
||||||
mips64:
|
mips64:
|
||||||
@@ -193,7 +194,7 @@ jobs:
|
|||||||
ssh-keyscan -p $UPORT -H $UHOST >> ~/.ssh/known_hosts
|
ssh-keyscan -p $UPORT -H $UHOST >> ~/.ssh/known_hosts
|
||||||
tarName=$(ls | grep .tar | head -n 1)
|
tarName=$(ls | grep .tar | head -n 1)
|
||||||
sshpass -p "$UPASSWD" rsync -e "ssh -p $UPORT" $tarName $UUSERS@$UHOST:$UPATH
|
sshpass -p "$UPASSWD" rsync -e "ssh -p $UPORT" $tarName $UUSERS@$UHOST:$UPATH
|
||||||
sshpass -p "$UPASSWD" ssh $UUSERS@$UHOST -p $UPORT $UPROGRAM $UPATH/$tarName > /dev/null
|
sshpass -p "$UPASSWD" ssh $UUSERS@$UHOST -p $UPORT $UPROGRAM tianlu $UPATH/$tarName > /dev/null
|
||||||
|
|
||||||
loong64:
|
loong64:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
@@ -208,7 +209,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Configure Base System
|
- name: Configure Base System
|
||||||
run: |
|
run: |
|
||||||
bash .github/workflows/configure-building-enviroment-base-system.sh loong64 unstable $REPOSITORY https://github.com/$GITHUB_REPOSITORY https://deb.debian.org/debian-ports/
|
bash .github/workflows/configure-building-enviroment-base-system.sh loong64 unstable $REPOSITORY https://github.com/$GITHUB_REPOSITORY https://packages.gxde.org/debian-loong64/
|
||||||
|
#bash .github/workflows/configure-building-enviroment-base-system.sh loong64 unstable $REPOSITORY https://github.com/$GITHUB_REPOSITORY https://deb.debian.org/debian-ports/
|
||||||
|
|
||||||
- name: Building ${{ GITHUB.repository }}
|
- name: Building ${{ GITHUB.repository }}
|
||||||
run: |
|
run: |
|
||||||
@@ -238,7 +240,7 @@ jobs:
|
|||||||
ssh-keyscan -p $UPORT -H $UHOST >> ~/.ssh/known_hosts
|
ssh-keyscan -p $UPORT -H $UHOST >> ~/.ssh/known_hosts
|
||||||
tarName=$(ls | grep .tar | head -n 1)
|
tarName=$(ls | grep .tar | head -n 1)
|
||||||
sshpass -p "$UPASSWD" rsync -e "ssh -p $UPORT" $tarName $UUSERS@$UHOST:$UPATH
|
sshpass -p "$UPASSWD" rsync -e "ssh -p $UPORT" $tarName $UUSERS@$UHOST:$UPATH
|
||||||
sshpass -p "$UPASSWD" ssh $UUSERS@$UHOST -p $UPORT $UPROGRAM $UPATH/$tarName > /dev/null
|
sshpass -p "$UPASSWD" ssh $UUSERS@$UHOST -p $UPORT $UPROGRAM tianlu $UPATH/$tarName > /dev/null
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -290,7 +292,51 @@ jobs:
|
|||||||
tarName=$(ls | grep .tar | head -n 1)
|
tarName=$(ls | grep .tar | head -n 1)
|
||||||
if [[ $tarName != "" ]]; then
|
if [[ $tarName != "" ]]; then
|
||||||
sshpass -p "$UPASSWD" rsync -e "ssh -p $UPORT" $tarName $UUSERS@$UHOST:$UPATH > /dev/null
|
sshpass -p "$UPASSWD" rsync -e "ssh -p $UPORT" $tarName $UUSERS@$UHOST:$UPATH > /dev/null
|
||||||
sshpass -p "$UPASSWD" ssh $UUSERS@$UHOST -p $UPORT $UPROGRAM $UPATH/$tarName > /dev/null
|
sshpass -p "$UPASSWD" ssh $UUSERS@$UHOST -p $UPORT $UPROGRAM tianlu $UPATH/$tarName > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# amd64-ubuntu24:
|
||||||
|
# runs-on: ubuntu-24.04
|
||||||
|
# steps:
|
||||||
|
# - name: Clone Repository To Get Script
|
||||||
|
# run: |
|
||||||
|
# git clone $REPOSITORY --depth=1
|
||||||
|
# mv $(basename $REPOSITORY)/* . -v
|
||||||
|
# mv $(basename $REPOSITORY)/.* . -v | true
|
||||||
|
#
|
||||||
|
# - name: Configure Base System
|
||||||
|
# run: |
|
||||||
|
# git clone https://github.com/$GITHUB_REPOSITORY
|
||||||
|
# cd $(basename $GITHUB_REPOSITORY)
|
||||||
|
# sudo bash ../.github/workflows/configure-building-enviroment.sh
|
||||||
|
#
|
||||||
|
# - name: Building ${{ GITHUB.repository }}
|
||||||
|
# run: |
|
||||||
|
# cd $(basename $GITHUB_REPOSITORY)
|
||||||
|
# env GO111MODULE=off dpkg-buildpackage -b
|
||||||
|
#
|
||||||
|
# - name: Remove Debug Package
|
||||||
|
# run: |
|
||||||
|
# rm -rfv *dbg*.deb
|
||||||
|
#
|
||||||
|
# - name: Pack tar
|
||||||
|
# run: |
|
||||||
|
# sudo tar -cvf deb-$(date +%s).tar *.deb
|
||||||
|
#
|
||||||
|
# - name: Push
|
||||||
|
# env:
|
||||||
|
# UPASSWD: ${{ secrets.PASSWD }}
|
||||||
|
# UUSERS: ${{ secrets.USERS }}
|
||||||
|
# UHOST: ${{ secrets.HOST }}
|
||||||
|
# UPATH: ${{ secrets.UPATH }}
|
||||||
|
# UPROGRAM: ${{ secrets.UPROGRAM }}
|
||||||
|
# UPORT: ${{ secrets.UPORT }}
|
||||||
|
# run: |
|
||||||
|
# sudo apt update
|
||||||
|
# sudo apt install sshpass -y
|
||||||
|
# mkdir -p ~/.ssh/
|
||||||
|
# ssh-keyscan -p $UPORT -H $UHOST >> ~/.ssh/known_hosts
|
||||||
|
# tarName=$(ls | grep .tar | head -n 1)
|
||||||
|
# sshpass -p "$UPASSWD" rsync -e "ssh -p $UPORT" $tarName $UUSERS@$UHOST:$UPATH
|
||||||
|
# sshpass -p "$UPASSWD" ssh $UUSERS@$UHOST -p $UPORT $UPROGRAM hetao $UPATH/$tarName > /dev/null
|
||||||
|
|
||||||
@@ -15,14 +15,21 @@ export DEBIAN_FRONTEND=noninteractive # 防止卡 tzdate
|
|||||||
# echo "deb-src http://deb.debian.org/debian sid main" > /etc/apt/sources.list.d/debian-sources.list
|
# echo "deb-src http://deb.debian.org/debian sid main" > /etc/apt/sources.list.d/debian-sources.list
|
||||||
#fi
|
#fi
|
||||||
# 写入 GXDE 源
|
# 写入 GXDE 源
|
||||||
echo "deb [trusted=true] https://repo1.gxde.top/gxde-os/tianlu ./" >> /etc/apt/sources.list.d/gxde-os.list
|
# 判断是否是 Ubuntu
|
||||||
echo "deb [trusted=true] https://repo1.gxde.top/gxde-os/bixie ./" >> /etc/apt/sources.list.d/gxde-os.list
|
isUbuntu=$(cat /etc/os-release | grep Ubuntu | wc -l)
|
||||||
if [[ $(dpkg --print-architecture) == "loong64" ]]; then
|
if [[ $isUbuntu -gt 1 ]]; then
|
||||||
echo "deb [trusted=true] http://deb.debian.org/debian-ports unreleased main" > /etc/apt/sources.list.d/debian-unreleased.list
|
echo "deb [trusted=true] https://repo1.gxde.top/gxde-os/hetao ./" >> /etc/apt/sources.list.d/gxde-os.list
|
||||||
|
else
|
||||||
|
echo "deb [trusted=true] https://repo1.gxde.top/gxde-os/tianlu ./" >> /etc/apt/sources.list.d/gxde-os.list
|
||||||
|
echo "deb [trusted=true] https://repo1.gxde.top/gxde-os/bixie ./" >> /etc/apt/sources.list.d/gxde-os.list
|
||||||
fi
|
fi
|
||||||
|
if [[ $(dpkg --print-architecture) == "loong64" ]]; then
|
||||||
|
echo "deb [trusted=true] https://packages.gxde.org/debian-loong64/ unreleased main" > /etc/apt/sources.list.d/debian-unreleased.list
|
||||||
|
fi
|
||||||
|
apt install debian-ports-archive-keyring debian-archive-keyring -y
|
||||||
for i in {1..8};
|
for i in {1..8};
|
||||||
do
|
do
|
||||||
apt update -y
|
apt update -o Acquire::Check-Valid-Until=false -y
|
||||||
if [[ $? == 0 ]]; then
|
if [[ $? == 0 ]]; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
This file contains honored contributers of GXDE and GXDE OS. The list is in alphabetical order.
|
||||||
|
|
||||||
|
elysia <c.elysia@foxmail.com>
|
||||||
|
gfdgd xi <3025613752@qq.com>
|
||||||
|
qingyu <qingyuqingyu123@proton.me>
|
||||||
|
shenmo <shenmo@spark-app.store>
|
||||||
|
yoyo <chowhound_xb@163.com>
|
||||||
@@ -1,13 +1,9 @@
|
|||||||
<center><img src=new-logo-long.png width=300/></center>
|
|
||||||
<hr>
|
|
||||||
<a href='https://gitee.com/GXDE-OS/GXDE/stargazers'><img src='https://gitee.com/GXDE-OS/GXDE/badge/star.svg?theme=dark' alt='star'></img></a>
|
|
||||||
|
|
||||||
|
|
||||||
|
## Welcome to GXDE OS Community
|
||||||
|
|
||||||
**[中文](/README.zh.md)**
|
**[中文](/README.zh.md)**
|
||||||
|
|
||||||
|
|
||||||
## Introduction
|
|
||||||
|
|
||||||
GXDE OS is an Debian based Linux distro featuring GXDE Desktop Environment. It offers an elegant, beautifu, light weight and out-of-the-box experience.
|
GXDE OS is an Debian based Linux distro featuring GXDE Desktop Environment. It offers an elegant, beautifu, light weight and out-of-the-box experience.
|
||||||
|
|
||||||
### Classic and Extended Deepin DE Experience
|
### Classic and Extended Deepin DE Experience
|
||||||
@@ -32,6 +28,7 @@ Also, simply replace apt with aptss will `apt` with `aptss` command can boost y
|
|||||||
Please Click the Star in the Upper Right Corner, Your Support is Our Greatest Motivation
|
Please Click the Star in the Upper Right Corner, Your Support is Our Greatest Motivation
|
||||||
|
|
||||||
### User Group
|
### User Group
|
||||||
|
<center><img src=new-logo-long.png width=300/></center>
|
||||||
|
|
||||||
QQ Group: 881201853
|
QQ Group: 881201853
|
||||||
|
|
||||||
|
|||||||
Vendored
+10
-8
@@ -1,19 +1,21 @@
|
|||||||
gxde (2024.10.14) UNRELEASED; urgency=medium
|
gxde (2024.11.10) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Change package: dde-calendar --> gxde-calendar
|
||||||
|
* Add package: gparted
|
||||||
|
|
||||||
|
-- gfdgd_xi <3025613752@qq.com> Sun, 10 Nov 2024 11:14:38 +0800
|
||||||
|
|
||||||
|
gxde (2024.10.20) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Add package: gxde-boot-maker
|
* Add package: gxde-boot-maker
|
||||||
* Add package : system-config-printer
|
* Add package : system-config-printer
|
||||||
* Add package : deepin-clone
|
* Add package : deepin-clone
|
||||||
* Add package: deepin-system-monitor
|
* Add package: deepin-system-monitor
|
||||||
|
* Change package: deepin-movie --> gxde-movie
|
||||||
|
* Change package: gxde-download --> gxde-downloader
|
||||||
|
|
||||||
-- shenmo <shenmo@spark-app.store> Fri, 04 Oct 2024 09:22:50 +0800
|
-- shenmo <shenmo@spark-app.store> Fri, 04 Oct 2024 09:22:50 +0800
|
||||||
|
|
||||||
gxde (2024.10.01) UNRELEASED; urgency=medium
|
|
||||||
|
|
||||||
* fix 15.14 conponents dependencies
|
|
||||||
*
|
|
||||||
|
|
||||||
-- gfdgd_xi <3025613752@qq.com> Sat, 05 Oct 2024 13:39:12 +0800
|
|
||||||
|
|
||||||
gxde (2024.09.01) UNRELEASED; urgency=medium
|
gxde (2024.09.01) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Non-maintainer upload.
|
* Non-maintainer upload.
|
||||||
|
|||||||
Vendored
+6
-6
@@ -8,7 +8,7 @@ Homepage: http://www.gfdgdxi.top
|
|||||||
|
|
||||||
Package: gxde-desktop-extra
|
Package: gxde-desktop-extra
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends},
|
Recommends: ${misc:Depends},
|
||||||
gxde-voice-recorder,
|
gxde-voice-recorder,
|
||||||
gxde-calculator,
|
gxde-calculator,
|
||||||
gxde-terminal,
|
gxde-terminal,
|
||||||
@@ -17,13 +17,11 @@ Depends: ${misc:Depends},
|
|||||||
gxde-image-viewer,
|
gxde-image-viewer,
|
||||||
gxde-icon-theme,
|
gxde-icon-theme,
|
||||||
gxde-sea-icon-theme,
|
gxde-sea-icon-theme,
|
||||||
gxde-download,
|
|
||||||
gxde-ocr,
|
gxde-ocr,
|
||||||
gxde-music,
|
gxde-music,
|
||||||
gxde-picker,
|
gxde-picker,
|
||||||
gxde-font-installer,
|
gxde-font-installer,
|
||||||
deepin-movie,
|
gxde-movie,
|
||||||
gxde-requ,
|
|
||||||
gxde-quick-hash,
|
gxde-quick-hash,
|
||||||
gxde-sendbylan,
|
gxde-sendbylan,
|
||||||
gxde-dict,
|
gxde-dict,
|
||||||
@@ -32,7 +30,9 @@ Depends: ${misc:Depends},
|
|||||||
gxde-boot-maker,
|
gxde-boot-maker,
|
||||||
deepin-clone,
|
deepin-clone,
|
||||||
system-config-printer,
|
system-config-printer,
|
||||||
deepin-system-monitor
|
deepin-system-monitor,
|
||||||
|
gxde-downloader,
|
||||||
|
gparted
|
||||||
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.
|
||||||
.
|
.
|
||||||
@@ -120,7 +120,7 @@ Recommends:
|
|||||||
miraclecast,
|
miraclecast,
|
||||||
x-display-manager,
|
x-display-manager,
|
||||||
gxde-image-viewer,
|
gxde-image-viewer,
|
||||||
dde-calendar,
|
gxde-calendar,
|
||||||
gxde-calculator,
|
gxde-calculator,
|
||||||
gxde-voice-recorder,
|
gxde-voice-recorder,
|
||||||
deepin-screen-recorder,
|
deepin-screen-recorder,
|
||||||
|
|||||||
Reference in New Issue
Block a user