Next Cosmic iso #4
4 changed files with 35 additions and 11 deletions
17
.gitlab-ci.yml
Normal file
17
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
image: archlinux/archlinux:base-devel
|
||||||
|
|
||||||
|
archiso:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- ./build.sh
|
||||||
|
rules:
|
||||||
|
when: manual
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- out/*.iso
|
||||||
|
expire_in: 1 week
|
||||||
|
|
||||||
|
|
11
README.md
11
README.md
|
@ -1,3 +1,10 @@
|
||||||
# Parch Linux iso template
|
# Parch Linux Cosmic
|
||||||
|
|
||||||
## Use this template for making releases
|
Cosmic is a DE made by System76 in Rust and Iced.
|
||||||
|
|
||||||
|
|
||||||
|
Parch Linux Cosmic features Cosmic DE with a Touch of Parch Linux itself.
|
||||||
|
|
||||||
|
|
||||||
|
## Note:
|
||||||
|
> currently cosmic is in alpha stage and it is not fully finished, use Parch Linux Cosmic only for testing.
|
||||||
|
|
|
@ -93,7 +93,6 @@ python
|
||||||
python-psutil
|
python-psutil
|
||||||
python-systemd
|
python-systemd
|
||||||
refind
|
refind
|
||||||
#reflector
|
|
||||||
reiserfsprogs
|
reiserfsprogs
|
||||||
rp-pppoe
|
rp-pppoe
|
||||||
rsync
|
rsync
|
||||||
|
@ -136,12 +135,15 @@ openssl
|
||||||
gvfs
|
gvfs
|
||||||
gvfs-mtp
|
gvfs-mtp
|
||||||
networkmanager
|
networkmanager
|
||||||
android-file-transfer
|
|
||||||
boost
|
boost
|
||||||
sddm
|
sddm
|
||||||
|
|
||||||
#Desktop
|
#Desktop
|
||||||
cosmic-session-git
|
cosmic
|
||||||
|
|
||||||
|
#Essential Apps
|
||||||
|
nheko
|
||||||
|
firefox
|
||||||
|
|
||||||
#systemutils
|
#systemutils
|
||||||
btop
|
btop
|
||||||
|
@ -151,11 +153,11 @@ fastfetch
|
||||||
|
|
||||||
#ParchLinux Core Packages
|
#ParchLinux Core Packages
|
||||||
parch-welcome
|
parch-welcome
|
||||||
calamares-parch-beta
|
calamares-parch
|
||||||
calamares-git
|
calamares
|
||||||
os-prober
|
os-prober
|
||||||
paru
|
paru
|
||||||
parch-emoji-ios
|
parch-emoji-ios
|
||||||
vazirmatn-fonts
|
ttf-vazirmatn
|
||||||
parch-branding
|
parch-branding
|
||||||
parch-pacman
|
parch-pacman
|
||||||
|
|
|
@ -98,9 +98,7 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
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/
|
||||||
|
|
||||||
[chaotic-aur]
|
|
||||||
SigLevel = Never
|
|
||||||
Server = https://geo-mirror.chaotic.cx/$repo/$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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue