diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a2a19a1 --- /dev/null +++ b/.gitlab-ci.yml @@ -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 + + diff --git a/README.md b/README.md index 0acc702..c5ee622 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ -# Parch Linux iso template +# Parch Linux Cosmic -## Use this template for making releases \ No newline at end of file +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. diff --git a/iso/packages.x86_64 b/iso/packages.x86_64 index 9a3ee42..c86c611 100644 --- a/iso/packages.x86_64 +++ b/iso/packages.x86_64 @@ -93,7 +93,6 @@ python python-psutil python-systemd refind -#reflector reiserfsprogs rp-pppoe rsync @@ -136,12 +135,15 @@ openssl gvfs gvfs-mtp networkmanager -android-file-transfer boost sddm #Desktop -cosmic-session-git +cosmic + +#Essential Apps +nheko +firefox #systemutils btop @@ -151,11 +153,11 @@ fastfetch #ParchLinux Core Packages parch-welcome -calamares-parch-beta -calamares-git +calamares-parch +calamares os-prober paru parch-emoji-ios -vazirmatn-fonts +ttf-vazirmatn parch-branding parch-pacman diff --git a/iso/pacman.conf b/iso/pacman.conf index 4b2730c..2e5fe3e 100644 --- a/iso/pacman.conf +++ b/iso/pacman.conf @@ -98,9 +98,7 @@ Include = /etc/pacman.d/mirrorlist SigLevel = Optional TrustedOnly 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 # tips on creating your own repositories. #[custom]