dotfiles/.install/PKGBUILDs/severin-base/PKGBUILD
Severin Kaderli c313afab3c
Update PKGBUILDs and some locale options
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2024-05-20 20:31:53 +02:00

182 lines
2.6 KiB
Bash

# Maintainer: Severin Kaderli <severin@kaderli.dev>
pkgname="severin-base"
pkgver=1.0.0
pkgrel=43
arch=('x86_64')
license=('MIT')
depends=(
# Base packages and kernel
'base'
'linux'
'linux-firmware'
'linux-headers'
# Kernel modules
'v4l2loopback-dkms'
# Locale
'locale-en_xx'
# Vulkan
'vulkan-icd-loader'
'lib32-vulkan-icd-loader'
# Audio
'pipewire'
'pipewire-pulse'
'pipewire-alsa'
'pipewire-jack'
'wireplumber'
'gst-plugin-pipewire'
'chromaprint'
# Fonts
'noto-fonts'
'noto-fonts-cjk'
'noto-fonts-emoji'
'ttc-iosevka'
'ttf-iosevka-nerd'
'terminus-font'
'inter-font'
# Wayland
'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'
'vim'
'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'
'obsidian'
# 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'
'goverlay'
'winetricks'
'protontricks'
'lumafly-git'
'pocket-sync-bin'
# 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'
)