forked from artix/iso-profiles
Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
4a2c45dae8
|
|||
deadb42c63
|
|||
3b3df59354
|
|||
7edd466a8a | |||
4378886686
|
|||
24fccd628a
|
|||
39b153ae01 | |||
15f10277ad
|
|||
9c9e86d81c
|
|||
085d08cbc3 | |||
ffd8f52ad8 |
@@ -81,7 +81,7 @@ else
|
||||
git clone https://gitea.artixlinux.org/artix/iso-profiles.git
|
||||
fi
|
||||
|
||||
cd $PROFILES && git checkout refactor
|
||||
cd $PROFILES && git checkout master
|
||||
echo "#################################" >>$CWD/ISO_build.log
|
||||
for profile in ${profiles[@]}; do
|
||||
for init in ${inits[@]}; do
|
||||
|
@@ -89,8 +89,8 @@ inxi
|
||||
|
||||
@openrc alsa-utils-openrc
|
||||
@openrc avahi-openrc
|
||||
@openrc displaymanager-openrc
|
||||
@openrc networkmanager-openrc
|
||||
@openrc displaymanager-openrc
|
||||
@openrc ntp-openrc
|
||||
@openrc openrc-settingsd
|
||||
@openrc bluez-openrc
|
||||
@@ -124,6 +124,7 @@ xdg-utils
|
||||
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
xorg-xhost
|
||||
|
||||
xf86-input-vmmouse
|
||||
xf86-video-amdgpu
|
||||
@@ -140,20 +141,13 @@ xf86-video-voodoo
|
||||
# Core ISO packages end here
|
||||
|
||||
# Branding
|
||||
artix-gtk-presets
|
||||
artix-grub-theme
|
||||
artix-dark-theme
|
||||
xcursor-premium
|
||||
artix-branding-base
|
||||
|
||||
# Basic usability apps
|
||||
gvfs-mtp
|
||||
leafpad
|
||||
lightdm-gtk-greeter
|
||||
light-locker
|
||||
midori
|
||||
mpv
|
||||
xreader
|
||||
artix-gtk-presets
|
||||
artix-qt-presets
|
||||
xcursor-premium
|
||||
artix-sddm-theme
|
||||
|
||||
# Cinnamon
|
||||
cinnamon
|
||||
@@ -174,3 +168,16 @@ nemo-preview
|
||||
nemo-seahorse
|
||||
nemo-share
|
||||
xcursor-vanilla-dmz
|
||||
|
||||
# Basic usability apps
|
||||
leafpad
|
||||
midori
|
||||
atril
|
||||
lightdm-gtk-greeter
|
||||
light-locker
|
||||
mpv
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbs
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
gvfs-mtp
|
||||
|
@@ -1,14 +0,0 @@
|
||||
#!/bin/sh
|
||||
# local.d execution in runit/s6
|
||||
|
||||
init=$(ls -l /sbin/init | sed 's/.*->\ \(.*\)-init/\1/')
|
||||
|
||||
case $init in
|
||||
runit|s6) for script in /etc/local.d/*.start; do
|
||||
[[ $script =~ local.start ]] && continue
|
||||
[[ $script =~ $0 ]] && continue
|
||||
[[ -x $script ]] && $script
|
||||
done
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
@@ -213,9 +213,12 @@ firefox-noscript
|
||||
firefox-ublock-origin
|
||||
libreoffice-fresh
|
||||
mpv
|
||||
youtube-dl
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbs
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
gvfs-mtp
|
||||
youtube-dl
|
||||
pulseaudio-alsa
|
||||
p7zip
|
||||
unrar
|
||||
@@ -277,6 +280,7 @@ leafpad
|
||||
gtk-engines
|
||||
accountsservice
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
bluez-utils
|
||||
yaourtix
|
||||
hunspell-en_US
|
||||
@@ -296,7 +300,6 @@ vertex-themes
|
||||
oxygen
|
||||
|
||||
# KIO is still lacking
|
||||
gvfs-mtp
|
||||
gvfs-smb
|
||||
gvfs-afc
|
||||
gvfs-google
|
||||
|
@@ -194,7 +194,9 @@ libreoffice-fresh
|
||||
mpv
|
||||
youtube-dl
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbs
|
||||
#ffmpegthumbs # included in kdemultimedia
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
pulseaudio-alsa
|
||||
p7zip
|
||||
unrar
|
||||
@@ -244,7 +246,6 @@ meld
|
||||
# other stuff
|
||||
gtk-engines
|
||||
accountsservice
|
||||
raw-thumbnailer
|
||||
bluez-utils
|
||||
yaourtix
|
||||
hunspell-en_US
|
||||
|
@@ -1,14 +0,0 @@
|
||||
#!/bin/sh
|
||||
# local.d execution in runit/s6
|
||||
|
||||
init=$(ls -l /sbin/init | sed 's/.*->\ \(.*\)-init/\1/')
|
||||
|
||||
case $init in
|
||||
runit|s6) for script in /etc/local.d/*.start; do
|
||||
[[ $script =~ local.start ]] && continue
|
||||
[[ $script =~ $0 ]] && continue
|
||||
[[ -x $script ]] && $script
|
||||
done
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
@@ -1 +0,0 @@
|
||||
../../../live-overlay/etc/local.d/0-process_local.d.start
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
||||
exfat-utils
|
||||
f2fs-tools
|
||||
grub
|
||||
htop
|
||||
inetutils
|
||||
iptables
|
||||
ipw2100-fw
|
||||
@@ -123,6 +124,7 @@ xdg-utils
|
||||
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
xorg-xhost
|
||||
|
||||
xf86-input-vmmouse
|
||||
xf86-video-amdgpu
|
||||
@@ -165,11 +167,15 @@ openbox
|
||||
pcmanfm
|
||||
|
||||
# Basic usability apps
|
||||
connman-gtk
|
||||
leafpad
|
||||
midori
|
||||
atril
|
||||
lightdm-gtk-greeter
|
||||
light-locker
|
||||
atril
|
||||
connman-gtk
|
||||
midori
|
||||
leafpad
|
||||
mpv
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbs
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
gvfs-mtp
|
||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
||||
exfat-utils
|
||||
f2fs-tools
|
||||
grub
|
||||
htop
|
||||
inetutils
|
||||
iptables
|
||||
ipw2100-fw
|
||||
@@ -123,6 +124,7 @@ xdg-utils
|
||||
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
xorg-xhost
|
||||
|
||||
xf86-input-vmmouse
|
||||
xf86-video-amdgpu
|
||||
@@ -144,19 +146,23 @@ artix-dark-theme
|
||||
artix-branding-base
|
||||
artix-gtk-presets
|
||||
artix-qt-presets
|
||||
artix-sddm-theme
|
||||
xcursor-premium
|
||||
artix-sddm-theme
|
||||
|
||||
# LXQt
|
||||
lxqt
|
||||
|
||||
# Basic usability apps
|
||||
screengrab
|
||||
cmst
|
||||
kwrite
|
||||
falkon
|
||||
xarchiver
|
||||
breeze-icons
|
||||
mpv
|
||||
gvfs-mtp
|
||||
qpdfview
|
||||
cmst
|
||||
lxqt-archiver
|
||||
breeze-icons
|
||||
screengrab
|
||||
mpv
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbs
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
gvfs-mtp
|
||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
||||
exfat-utils
|
||||
f2fs-tools
|
||||
grub
|
||||
htop
|
||||
inetutils
|
||||
iptables
|
||||
ipw2100-fw
|
||||
@@ -123,6 +124,7 @@ xdg-utils
|
||||
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
xorg-xhost
|
||||
|
||||
xf86-input-vmmouse
|
||||
xf86-video-amdgpu
|
||||
@@ -169,11 +171,15 @@ mate-utils
|
||||
mozo
|
||||
|
||||
# Basic usability apps
|
||||
connman-gtk
|
||||
leafpad
|
||||
midori
|
||||
atril
|
||||
lightdm-gtk-greeter
|
||||
light-locker
|
||||
atril
|
||||
connman-gtk
|
||||
midori
|
||||
leafpad
|
||||
mpv
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbs
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
gvfs-mtp
|
||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
||||
exfat-utils
|
||||
f2fs-tools
|
||||
grub
|
||||
htop
|
||||
inetutils
|
||||
iptables
|
||||
ipw2100-fw
|
||||
@@ -123,6 +124,7 @@ xdg-utils
|
||||
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
xorg-xhost
|
||||
|
||||
xf86-input-vmmouse
|
||||
xf86-video-amdgpu
|
||||
@@ -144,8 +146,8 @@ artix-dark-theme
|
||||
artix-branding-base
|
||||
artix-gtk-presets
|
||||
artix-qt-presets
|
||||
artix-sddm-theme
|
||||
xcursor-premium
|
||||
artix-sddm-theme
|
||||
|
||||
# KDE Plasma
|
||||
artix-qt-presets
|
||||
@@ -176,6 +178,7 @@ plasma-browser-integration
|
||||
plasma-desktop
|
||||
plasma-integration
|
||||
plasma-workspace
|
||||
plasma-pa
|
||||
polkit-kde-agent
|
||||
powerdevil
|
||||
sddm-kcm
|
||||
@@ -190,16 +193,19 @@ khelpcenter
|
||||
konsole
|
||||
kwalletmanager
|
||||
gwenview
|
||||
ark
|
||||
spectacle
|
||||
|
||||
# Basic usability apps
|
||||
screengrab
|
||||
plasma-nm
|
||||
kwrite
|
||||
falkon
|
||||
xarchiver
|
||||
breeze-icons
|
||||
mpv
|
||||
gvfs-mtp
|
||||
okular
|
||||
plasma-nm
|
||||
ark
|
||||
breeze-icons
|
||||
screengrab
|
||||
mpv
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbs
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
gvfs-mtp
|
||||
|
@@ -16,6 +16,7 @@ ecryptfs-utils
|
||||
exfat-utils
|
||||
f2fs-tools
|
||||
grub
|
||||
htop
|
||||
inetutils
|
||||
iptables
|
||||
ipw2100-fw
|
||||
@@ -123,6 +124,7 @@ xdg-utils
|
||||
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
xorg-xhost
|
||||
|
||||
xf86-input-vmmouse
|
||||
xf86-video-amdgpu
|
||||
@@ -153,11 +155,15 @@ pulseaudio
|
||||
pavucontrol
|
||||
|
||||
# Basic usability apps
|
||||
connman-gtk
|
||||
leafpad
|
||||
midori
|
||||
atril
|
||||
lightdm-gtk-greeter
|
||||
light-locker
|
||||
atril
|
||||
connman-gtk
|
||||
midori
|
||||
leafpad
|
||||
mpv
|
||||
ffmpegthumbnailer
|
||||
ffmpegthumbs
|
||||
raw-thumbnailer
|
||||
qt5-imageformats
|
||||
gvfs-mtp
|
||||
|
Reference in New Issue
Block a user