ready to build tde

This commit is contained in:
Sohrab Behdani 2023-09-02 14:31:34 +03:30
parent a6b07e387c
commit 84c917807f
6 changed files with 16 additions and 10 deletions

View file

@ -15,6 +15,10 @@ jobs:
options: --privileged options: --privileged
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Add Trinity keys
run: |
pacman-key --recv-keys 8685AD8B
pacman-key --refresh-keys
- name: Install Packages via Pacman - name: Install Packages via Pacman
run: | run: |
pacman -Suy --noconfirm --noprogressbar pacman -Suy --noconfirm --noprogressbar

View file

@ -1,3 +1,2 @@
# Parch Linux iso template # Parch Linux Trinity edition
## Use this template for making releases

View file

@ -1,3 +1,3 @@
timeout 15 timeout 15
default 01-archiso-x86_64-linux.conf default 01-archiso-x86_64-linux.conf
beep on beep off

View file

@ -40,8 +40,6 @@ grub
hdparm hdparm
hyperv hyperv
intel-ucode intel-ucode
#ipw2100-fw
#ipw2200-fw
irssi irssi
iw iw
iwd iwd
@ -93,7 +91,6 @@ python
python-psutil python-psutil
python-systemd python-systemd
refind refind
#reflector
reiserfsprogs reiserfsprogs
rp-pppoe rp-pppoe
rsync rsync
@ -137,16 +134,18 @@ gvfs
gvfs-mtp gvfs-mtp
networkmanager networkmanager
android-file-transfer android-file-transfer
sddm
parch-grub
#Desktop #Desktop
tde-meta
#systemutils #systemutils
btop btop
xdg-user-dirs xdg-user-dirs
packagekit-qt5 packagekit-qt5
neofetch-git neofetch-git
ttf-ms-fonts ttf-dejavu
parch-firefox-config
firefox firefox
#parchlinuxstuff #parchlinuxstuff
@ -157,3 +156,4 @@ paru
parch-emoji-ios parch-emoji-ios
parch-branding parch-branding
parch-pacman parch-pacman
parch-tde

View file

@ -98,6 +98,9 @@ Server = https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/
SigLevel = Optional TrustedOnly SigLevel = Optional TrustedOnly
Server = https://raw.githubusercontent.com/parchlinux/pcp/main/x86_64/ Server = https://raw.githubusercontent.com/parchlinux/pcp/main/x86_64/
[trinity]
Server = https://mirror.ppa.trinitydesktop.org/trinity/archlinux/$arch
# An example of a custom package repository. See the pacman manpage for # An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories. # tips on creating your own repositories.
#[custom] #[custom]

View file

@ -1,8 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# shellcheck disable=SC2034 # shellcheck disable=SC2034
iso_name="Parchlinux" iso_name="Parchlinux Trinity"
iso_label="PARCH_$(date +%Y%m)" iso_label="PARCH_LINUX_TRINITY$(date +%Y%m)"
iso_publisher="Parch Linux <https://parchlinux.ir>" iso_publisher="Parch Linux <https://parchlinux.ir>"
iso_application="Parch Linux Live/Rescue CD" iso_application="Parch Linux Live/Rescue CD"
iso_version="$(date +%Y.%m.%d)" iso_version="$(date +%Y.%m.%d)"