Update PKGBUILD
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
7e1c562168
commit
a05f8692ba
1 changed files with 81 additions and 12 deletions
93
PKGBUILD
93
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Severin Kaderli <severin@kaderli.dev>
|
||||
pkgname="severin-base"
|
||||
pkgver=1.0.0
|
||||
pkgrel=27
|
||||
pkgrel=33
|
||||
arch=('x86_64')
|
||||
license=('MIT')
|
||||
depends=(
|
||||
|
@ -15,15 +15,36 @@ depends=(
|
|||
'nvidia-dkms'
|
||||
'v4l2loopback-dkms'
|
||||
|
||||
# Graphic Driver
|
||||
'nvidia-prime'
|
||||
'mesa'
|
||||
|
||||
# Audio
|
||||
'pipewire'
|
||||
'pipewire-pulse'
|
||||
'pavucontrol'
|
||||
'chromaprint'
|
||||
|
||||
# Microcode
|
||||
'intel-ucode'
|
||||
|
||||
# Window manager
|
||||
'sway'
|
||||
'swaybg'
|
||||
|
||||
# Monitor Auto Detect
|
||||
'kanshi'
|
||||
|
||||
# Status Bar
|
||||
'waybar'
|
||||
|
||||
# Run
|
||||
'fuzzel'
|
||||
|
||||
# Notifications
|
||||
'dunst'
|
||||
|
||||
# Screenshots
|
||||
'slurp'
|
||||
'grim'
|
||||
|
||||
|
@ -31,13 +52,17 @@ depends=(
|
|||
'noto-fonts'
|
||||
'noto-fonts-cjk'
|
||||
'noto-fonts-emoji'
|
||||
'ttc-iosevka'
|
||||
'ttf-iosevka-nerd'
|
||||
'terminus-font'
|
||||
'inter-font'
|
||||
|
||||
# Vulkan
|
||||
'vulkan-intel'
|
||||
|
||||
# Wayland
|
||||
'xdg-desktop-portal-wlr'
|
||||
'xdg-desktop-portal-gtk'
|
||||
'wl-clipboard'
|
||||
'qt5-wayland'
|
||||
'qt6-wayland'
|
||||
|
@ -48,6 +73,7 @@ depends=(
|
|||
'xdg-utils'
|
||||
|
||||
# Themes
|
||||
'catppuccin-gtk-theme-mocha'
|
||||
'gnome-themes-extra'
|
||||
'adwaita-qt5'
|
||||
'adwaita-qt6'
|
||||
|
@ -66,20 +92,19 @@ depends=(
|
|||
|
||||
# Java
|
||||
'jdk-openjdk'
|
||||
|
||||
'caddy'
|
||||
'jq'
|
||||
|
||||
# Applications
|
||||
'micro'
|
||||
'nautilus'
|
||||
'qbittorrent'
|
||||
'redshift'
|
||||
'figlet'
|
||||
'discord'
|
||||
'shellcheck'
|
||||
'szyszka'
|
||||
'libreoffice-fresh'
|
||||
|
||||
'inkscape'
|
||||
#'joplin-appimage'
|
||||
'joplin-appimage'
|
||||
'firefox'
|
||||
'filezilla'
|
||||
'discord'
|
||||
|
@ -88,8 +113,7 @@ depends=(
|
|||
'streamlink'
|
||||
'ncdu'
|
||||
'simple-scan'
|
||||
'zathura'
|
||||
'zathura-pdf-mupdf'
|
||||
'evince'
|
||||
'networkmanager'
|
||||
'ncdu'
|
||||
'mpv'
|
||||
|
@ -97,6 +121,41 @@ depends=(
|
|||
'bat'
|
||||
'nextcloud-client'
|
||||
'picard'
|
||||
'espanso-wayland'
|
||||
'jetbrains-toolbox'
|
||||
'obs-studio'
|
||||
'bottom'
|
||||
'chromium'
|
||||
'chromium-widevine'
|
||||
'fwupd'
|
||||
'playerctl'
|
||||
'reflector'
|
||||
'pkgstats'
|
||||
'logiops-git'
|
||||
'logrotate'
|
||||
'yt-dlp'
|
||||
'zola'
|
||||
'rsync'
|
||||
'tauon-music-box'
|
||||
'docker'
|
||||
'docker-compose'
|
||||
'lsd'
|
||||
'light'
|
||||
'lxappearance'
|
||||
'file-roller'
|
||||
'gnome-keyring'
|
||||
'pacman-contrib'
|
||||
|
||||
# Printer
|
||||
'cups'
|
||||
'cups-pdf'
|
||||
'brother-dcp1610w'
|
||||
'brscan4'
|
||||
'system-config-printer'
|
||||
|
||||
# Homebrew
|
||||
'fusee-launcher-git'
|
||||
'ns-usbloader'
|
||||
|
||||
# Development
|
||||
'mypy'
|
||||
|
@ -110,7 +169,6 @@ depends=(
|
|||
'strace'
|
||||
'pkgconf'
|
||||
'namcap'
|
||||
|
||||
'xdg-user-dirs'
|
||||
|
||||
# Gaming
|
||||
|
@ -118,22 +176,33 @@ depends=(
|
|||
'lutris'
|
||||
'heroic-games-launcher-bin'
|
||||
'gamemode'
|
||||
'gamescope'
|
||||
'mangohud'
|
||||
'winetricks'
|
||||
'antimicrox'
|
||||
|
||||
# Bluetooth
|
||||
'bluez'
|
||||
'bluez-utils'
|
||||
|
||||
# Games
|
||||
'airshipper'
|
||||
'gzdoom'
|
||||
'polymc'
|
||||
'prismlauncher'
|
||||
'osu-lazer-bin'
|
||||
|
||||
# Emulation
|
||||
'dolphin-emu-git'
|
||||
'duckstation-git'
|
||||
'mgba-qt'
|
||||
'duckstation-git'
|
||||
'citra-qt-git'
|
||||
'flycast-git'
|
||||
'melonds-git'
|
||||
'ares-emu'
|
||||
|
||||
# Archiving & Compression
|
||||
'zip'
|
||||
'unzip'
|
||||
'zstd'
|
||||
'lzop'
|
||||
'p7zip'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue