From e550c510df0d3ba06515b5f08900f8cd3573a414 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Mon, 19 Aug 2024 14:21:00 +0330 Subject: [PATCH 1/4] Added Cosmic from extra --- README.md | 11 +++++++++-- iso/packages.x86_64 | 8 +++++--- iso/pacman.conf | 4 +--- 3 files changed, 15 insertions(+), 8 deletions(-) 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..d283ff6 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 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] From c331d57a93405db7dc3b0494af1047d5019f76e3 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Fri, 30 Aug 2024 23:18:57 +0330 Subject: [PATCH 2/4] updated iso --- iso/.gitlab-ci.yml | 16 ++++++++++++++++ iso/packages.x86_64 | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 iso/.gitlab-ci.yml diff --git a/iso/.gitlab-ci.yml b/iso/.gitlab-ci.yml new file mode 100644 index 0000000..4c38c5d --- /dev/null +++ b/iso/.gitlab-ci.yml @@ -0,0 +1,16 @@ +stages: + - build + +image: archlinux/archlinux:base-devel + +archiso: + stage: build + script: + - ./build.sh + artifacts: + paths: + - out/*.iso + expire_in: 1 week + +rules: + when: manual diff --git a/iso/packages.x86_64 b/iso/packages.x86_64 index d283ff6..c86c611 100644 --- a/iso/packages.x86_64 +++ b/iso/packages.x86_64 @@ -153,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 From 055cce2cec3291ee7eec018ffdb76d380ee796ad Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Fri, 30 Aug 2024 23:19:58 +0330 Subject: [PATCH 3/4] updated iso --- iso/.gitlab-ci.yml => .gitlab-ci.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename iso/.gitlab-ci.yml => .gitlab-ci.yml (100%) diff --git a/iso/.gitlab-ci.yml b/.gitlab-ci.yml similarity index 100% rename from iso/.gitlab-ci.yml rename to .gitlab-ci.yml From 5df46d809f660638766589b7c685a3b0ad6aec51 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Fri, 30 Aug 2024 23:21:10 +0330 Subject: [PATCH 4/4] updated iso --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c38c5d..a2a19a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,10 +7,11 @@ archiso: stage: build script: - ./build.sh + rules: + when: manual artifacts: paths: - out/*.iso expire_in: 1 week -rules: - when: manual +