Skip to content

Commit a1cf7d1

Browse files
Copilot0xrinegade
andcommitted
Fix ISO build by removing unavailable packages (pinta, tzupdate, yaru-icon-theme)
Co-authored-by: 0xrinegade <[email protected]>
1 parent 5f1730d commit a1cf7d1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-iso.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
nvim
173173
obs-studio
174174
pamixer
175-
pinta
175+
# pinta # Not available in official Arch repos
176176
playerctl
177177
plocate
178178
plymouth
@@ -193,7 +193,7 @@ jobs:
193193
tree-sitter-cli
194194
ttf-cascadia-mono-nerd
195195
ttf-jetbrains-mono
196-
tzupdate
196+
# tzupdate # Not available in official Arch repos
197197
ufw
198198
unzip
199199
waybar
@@ -203,7 +203,7 @@ jobs:
203203
wl-clipboard
204204
xmlstarlet
205205
xournalpp
206-
yaru-icon-theme
206+
# yaru-icon-theme # Ubuntu theme, not available in Arch repos
207207
zoxide
208208
209209
# Additional tools for ISO building

install/packages.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ sudo pacman -S --noconfirm --needed \
7272
obsidian \
7373
osvmarchi-chromium \
7474
pamixer \
75-
pinta \
75+
# pinta \
7676
playerctl \
7777
plocate \
7878
plymouth \
@@ -97,7 +97,7 @@ sudo pacman -S --noconfirm --needed \
9797
ttf-cascadia-mono-nerd \
9898
ttf-jetbrains-mono \
9999
typora \
100-
tzupdate \
100+
# tzupdate \
101101
ufw \
102102
ufw-docker \
103103
unzip \
@@ -116,6 +116,6 @@ sudo pacman -S --noconfirm --needed \
116116
xdg-desktop-portal-hyprland \
117117
xmlstarlet \
118118
xournalpp \
119-
yaru-icon-theme \
119+
# yaru-icon-theme \
120120
yay \
121121
zoxide

0 commit comments

Comments
 (0)