174 lines
2.5 KiB
Bash
174 lines
2.5 KiB
Bash
# Maintainer: Severin Kaderli <severin@kaderli.dev>
|
|
pkgname="severin-base"
|
|
pkgver=1.0.0
|
|
pkgrel=41
|
|
arch=('x86_64')
|
|
license=('MIT')
|
|
depends=(
|
|
# Base packages and kernel
|
|
'base'
|
|
'linux'
|
|
'linux-firmware'
|
|
'linux-headers'
|
|
|
|
# Kernel modules
|
|
'v4l2loopback-dkms'
|
|
|
|
# Vulkan
|
|
'vulkan-icd-loader'
|
|
'lib32-vulkan-icd-loader'
|
|
|
|
# Audio
|
|
'pipewire'
|
|
'pipewire-pulse'
|
|
'pipewire-alsa'
|
|
'pipewire-jack'
|
|
'chromaprint'
|
|
|
|
# Fonts
|
|
'noto-fonts'
|
|
'noto-fonts-cjk'
|
|
'noto-fonts-emoji'
|
|
'ttc-iosevka'
|
|
'ttf-iosevka-nerd'
|
|
'terminus-font'
|
|
'inter-font'
|
|
|
|
# Wayland
|
|
'xdg-desktop-portal-kde'
|
|
'qt5-wayland'
|
|
'qt6-wayland'
|
|
|
|
# XWayland
|
|
'xorg-xrandr'
|
|
'xorg-xwayland'
|
|
'xdg-utils'
|
|
|
|
# Themes
|
|
|
|
# Shell
|
|
'zsh'
|
|
'zsh-completions'
|
|
'zsh-syntax-highlighting'
|
|
|
|
# Terminal
|
|
|
|
'starship'
|
|
|
|
# Java
|
|
'jdk-openjdk'
|
|
'jq'
|
|
|
|
# Applications
|
|
'syncthing'
|
|
'phpstorm'
|
|
'micro'
|
|
'qbittorrent'
|
|
'figlet'
|
|
'discord'
|
|
'shellcheck'
|
|
'libreoffice-fresh'
|
|
'inkscape'
|
|
'firefox'
|
|
'filezilla'
|
|
'discord'
|
|
'lapce'
|
|
'element-desktop'
|
|
'streamlink'
|
|
'ncdu'
|
|
'simple-scan'
|
|
'networkmanager'
|
|
'network-manager-applet'
|
|
'ncdu'
|
|
'mpv'
|
|
'wget'
|
|
'bat'
|
|
'nextcloud-client'
|
|
'picard'
|
|
'espanso-wayland'
|
|
'obs-studio'
|
|
'bottom'
|
|
'fwupd'
|
|
'playerctl'
|
|
'reflector'
|
|
'pkgstats'
|
|
'logiops'
|
|
'logrotate'
|
|
'yt-dlp'
|
|
'rsync'
|
|
'docker'
|
|
'docker-compose'
|
|
'lsd'
|
|
'pacman-contrib'
|
|
'git-delta'
|
|
'sudo'
|
|
'openssh'
|
|
'man-db'
|
|
'man-pages'
|
|
'imv'
|
|
'inetutils'
|
|
|
|
# Printer
|
|
'cups'
|
|
'cups-pdf'
|
|
'brlaser'
|
|
'brscan4'
|
|
|
|
# Switch Homebrew
|
|
'ns-usbloader'
|
|
|
|
# Development
|
|
'ansible-core'
|
|
'base-devel'
|
|
'mypy'
|
|
'rustup'
|
|
'nodejs'
|
|
'npm'
|
|
'git'
|
|
'devtools'
|
|
'ccache'
|
|
'tokei'
|
|
'strace'
|
|
'pkgconf'
|
|
'namcap'
|
|
'xdg-user-dirs'
|
|
|
|
# Gaming
|
|
'steam'
|
|
'heroic-games-launcher-bin'
|
|
'mangohud'
|
|
'winetricks'
|
|
'protontricks'
|
|
'lumafly-git'
|
|
|
|
# Bluetooth
|
|
'bluez'
|
|
'bluez-utils'
|
|
|
|
# Games
|
|
'prismlauncher'
|
|
|
|
# Emulation
|
|
#'mgba-qt'
|
|
#'dolphin-emu-git'
|
|
#'duckstation-git'
|
|
#'citra-qt-git'
|
|
#'flycast-git'
|
|
#'melonds-git'
|
|
#'ares-emu'
|
|
'bizhawk-monort'
|
|
|
|
# Archiving & Compression
|
|
'zip'
|
|
'unzip'
|
|
'zstd'
|
|
'lzop'
|
|
'p7zip'
|
|
|
|
# Filesystem
|
|
'exfatprogs'
|
|
'gvfs-mtp'
|
|
'gvfs-smb'
|
|
'mtpfs'
|
|
'btrfs-progs'
|
|
)
|