Merge branch 'master' of ssh://gitlab.manjaro.org:22277/profiles-and-settings/iso-profiles

This commit is contained in:
Chrysostomus 2021-05-28 00:18:20 +03:00
commit 93a1267b08
11 changed files with 383 additions and 0 deletions

1
community/cutefish/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.org

View file

@ -0,0 +1,159 @@
#-------------------------------------------------
# CUTEFISH MINIMAL/FULL PROFILE
## Extra Network packages
>extra mobile-broadband-provider-info
>extra networkmanager-openconnect
>extra networkmanager-pptp
>extra networkmanager-vpnc
>extra nss-mdns
>extra usb_modeswitch
## Apps and Libraries for Sound/Audio/Video
>extra faad2
>extra ffmpeg
>extra flac
>extra imlib2
>extra libdvdcss
>extra libdvdread
>extra libdvdnav
>extra libmad
>extra libmicrodns
>extra libvorbis
>extra mpg123
>extra protobuf
>extra smplayer
>extra smplayer-skins
>extra smplayer-themes
>extra smtube
>extra twolame
## Printer
## meta-pkg manjaro-printer
>extra cups
>extra cups-pdf
>extra cups-pk-helper
>extra ghostscript
>extra gsfonts
>extra gutenprint
>extra hplip
>extra python-gobject
>extra splix
>extra system-config-printer
>extra simple-scan
## Internet applications
>extra trojita
#-------------------------------------------------
# EDITION BASE PACKAGES
## webbrowser
firefox
## bluetooth device management
blueman
pulseaudio-bluetooth
## audio support
alsa-firmware
alsa-plugins
alsa-utils
pamixer
paprefs
pavucontrol-qt
playerctl
pulseaudio
pulseaudio-alsa
pulseaudio-ctl
pulseaudio-zeroconf
## edition theming and settings
manjaro-icons
xcursor-breeze
## display manager and greeter
sddm
norse-sddm-theme
## office
qpdfview
## fonts
ttf-dejavu
# cantarell-fonts # Installed as gnome-themes-standard dependency
noto-fonts # default font
#noto-fonts-cjk # asian fonts - needed big package, ~76 mb compressed
adobe-source-sans-pro-fonts
adobe-source-han-sans-jp-fonts
adobe-source-han-sans-kr-fonts
adobe-source-han-sans-cn-fonts
# >extra noto-fonts-emoji
terminus-font
>extra ttf-inconsolata
>extra ttf-indic-otf
>extra ttf-liberation
>extra ttf-droid
## filemanager
#android-tools
#android-udev
gvfs
gvfs-afc
gvfs-gphoto2
gvfs-mtp
gvfs-nfs
gvfs-smb
udiskie
udisks2
## package manager
pamac-gtk
pamac-cli
## basic utilities
dmidecode
inxi
powertop
## network
firewalld
openresolv
openssh
## core
cutefish
cutefish-manjaro-settings
konsole
kate
## settings manager
manjaro-application-utility
manjaro-documentation-en
manjaro-hello
manjaro-settings-manager
## system
accountsservice
gnome-keyring
perl-file-mimeinfo
polkit
python-pyxdg
squashfs-tools
xdg-user-dirs
xdg-user-dirs-gtk
xdg-utils
zensu
zlib
## xorg
xf86-input-libinput
xorg-server
xorg-server-common
xorg-twm
xorg-xbacklight
xorg-xinit
xorg-xinput
xorg-xkill
xorg-xprop
xsettingsd

View file

@ -0,0 +1,11 @@
calamares-git
grub-theme-live-manjaro
#gsmartcontrol
#manjaro-architect
manjaro-live-skel
manjaro-live-systemd
mkinitcpio-nfs-utils
nbd
clonezilla
KERNEL-zfs
zfs-utils

View file

@ -0,0 +1 @@
../../shared/Packages-Mhwd

View file

@ -0,0 +1 @@
../../shared/Packages-Root

View file

@ -0,0 +1,8 @@
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
EndSection

View file

@ -0,0 +1,123 @@
[Autologin]
# Whether sddm should automatically log back into sessions when they exit
Relogin=false
# Name of session file for autologin session (if empty try last logged in)
Session=
# Username for autologin session
User=
[General]
# Halt command
HaltCommand=/usr/bin/systemctl poweroff
# Input method module
InputMethod=
# Initial NumLock state. Can be on, off or none.
# If property is set to none, numlock won't be changed
# NOTE: Currently ignored if autologin is enabled.
Numlock=none
RebootCommand=/usr/bin/systemctl reboot
[Theme]
# Current theme name
Current=Norse
# Cursor theme used in the greeter
CursorTheme=breeze_cursors
# Number of users to use as threshold
# above which avatars are disabled
# unless explicitly enabled with EnableAvatars
DisableAvatarsThreshold=7
# Enable display of custom user avatars
EnableAvatars=true
# Global directory for user avatars
# The files should be named <username>.face.icon
FacesDir=/usr/share/sddm/faces
# Theme directory path
ThemeDir=/usr/share/sddm/themes
[Users]
# Default $PATH for logged in users
DefaultPath=/usr/local/sbin:/usr/local/bin:/usr/bin
# Comma-separated list of shells.
# Users with these shells as their default won't be listed
HideShells=
# Comma-separated list of users that should not be listed
HideUsers=
# Maximum user id for displayed users
MaximumUid=60000
# Minimum user id for displayed users
MinimumUid=1000
# Remember the session of the last successfully logged in user
RememberLastSession=true
# Remember the last successfully logged in user
RememberLastUser=true
# When logging in as the same user twice, restore the original session, rather than create a new one
ReuseSession=false
[Wayland]
# Enable Qt's automatic high-DPI scaling
EnableHiDPI=false
# Path to a script to execute when starting the desktop session
SessionCommand=/usr/share/sddm/scripts/wayland-session
# Directory containing available Wayland sessions
SessionDir=/usr/share/wayland-sessions
# Path to the user session log file
SessionLogFile=.local/share/sddm/wayland-session.log
[X11]
# Path to a script to execute when starting the display server
DisplayCommand=/usr/share/sddm/scripts/Xsetup
# Path to a script to execute when stopping the display server
DisplayStopCommand=/usr/share/sddm/scripts/Xstop
# Enable Qt's automatic high-DPI scaling
EnableHiDPI=false
# The lowest virtual terminal number that will be used.
MinimumVT=1
# Arguments passed to the X server invocation
ServerArguments=-nolisten tcp
# Path to X server binary
ServerPath=/usr/bin/X
# Path to a script to execute when starting the desktop session
SessionCommand=/usr/share/sddm/scripts/Xsession
# Directory containing available X sessions
SessionDir=/usr/share/xsessions
# Path to the user session log file
SessionLogFile=.local/share/sddm/xorg-session.log
# Path to the Xauthority file
UserAuthFile=.Xauthority
# Path to xauth binary
XauthPath=/usr/bin/xauth
# Path to Xephyr binary
XephyrPath=/usr/bin/Xephyr

View file

@ -0,0 +1 @@
../../shared/manjaro/live-overlay

View file

@ -0,0 +1,77 @@
##########################################
###### use this file in the profile ######
##########################################
# use multilib packages; x86_64 only
multilib="false"
# displaymanager
displaymanager="sddm"
# Set to false to disable autologin in the livecd
autologin="true"
# nonfree mhwd drivers
#nonfree_mhwd="true"
# use extra packages as defined in pkglist to activate a full profile
#extra="true"
# use office installer
#office="false"
################ install ################
# unset defaults to given value
efi_boot_loader="grub"
# configure calamares for netinstall
#netinstall="false"
# configure calamares to use chrootcfg instead of unpackfs
#chrootcfg="false"
# use geoip for localization
geoip='true'
# unset defaults to given values
# addgroups="lp,network,power,wheel"
# unset defaults to given values
# names must match systemd service names
enable_systemd=('avahi-daemon' 'bluetooth' 'firewalld' 'NetworkManager' 'cups' 'systemd-timesyncd' 'tlp' 'tlp-sleep')
disable_systemd=('pacman-init' 'systemd-rfkill.service' 'systemd-rfkill.socket')
# the same workgroup name if samba is used
# smb_workgroup=""
# default system shell is bash
# '/etc/defaults/useradd': " "
# userShell : "/bin/zsh"
# empty value will not be used
user_shell="/bin/zsh"
################# livecd #################
# unset defaults to given value
hostname="manjaro"
# unset defaults to given value
# username="manjaro"
# unset defaults to given value
# password="manjaro"
# the login shell
# defaults to bash
login_shell=/bin/zsh
# unset defaults to given values
# addgroups="lp,network,power,wheel"
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
disable_systemd_live=('tlp' 'tlp-sleep')

View file

@ -32,6 +32,7 @@ gawk
gcc-libs
gettext
glibc
glibc-locales
grep
grub
gzip