90 lines
998 B
Bash
Raw Normal View History

2024-03-30 17:02:32 +00:00
# Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-desktop
pkgver=1
2024-07-02 08:57:29 +00:00
pkgrel=12
2024-03-30 17:02:32 +00:00
pkgdesc="Desktop packages"
arch=('any')
url="https://git.akyoto.dev/sys/arch"
license=('MIT')
depends=(
2024-03-31 09:37:19 +00:00
# Audio
'pipewire'
'pipewire-alsa'
'pipewire-jack'
'pipewire-pulse'
2024-06-03 21:25:11 +00:00
'tenacity'
2024-03-31 09:37:19 +00:00
'wireplumber'
2024-06-03 21:25:11 +00:00
# Audio effects
'calf'
'easyeffects'
'lsp-plugins'
2024-03-31 09:37:19 +00:00
# Browser
'firefox'
# Email
2024-03-30 17:02:32 +00:00
'evolution'
2024-03-31 09:37:19 +00:00
# Files
2024-03-30 17:02:32 +00:00
'ffmpegthumbnailer'
'file-roller'
'ghex'
2024-03-31 09:37:19 +00:00
'meld'
# Fonts
2024-03-30 20:17:00 +00:00
'noto-fonts'
'noto-fonts-cjk'
'noto-fonts-emoji'
2024-03-31 09:37:19 +00:00
'ttf-ubuntu-mono-nerd'
'ttf-ubuntu-nerd'
# Gamedev
'blender'
'godot'
'mangohud'
'vulkan-tools'
2024-06-02 12:41:38 +00:00
# Images
'eog'
'gimp'
# Kernel
'linux-zen'
'linux-zen-headers'
# Keys
'seahorse'
# PDF
'evince'
2024-03-31 09:37:19 +00:00
# Terminal
'alacritty'
# Torrents
'transmission-gtk'
# Utilities
2024-06-03 21:25:11 +00:00
'cpupower'
2024-03-30 19:40:59 +00:00
'nvtop'
2024-03-30 20:17:00 +00:00
'nwg-look'
2024-06-03 21:25:11 +00:00
'pacman-contrib'
2024-03-31 09:37:19 +00:00
# Videos
'ffmpeg'
'mpv'
2024-03-30 17:02:32 +00:00
'obs-studio'
2024-03-31 09:37:19 +00:00
'yt-dlp'
# Wayland
'cliphist'
'fuzzel'
'grim'
'greetd'
'mako'
'slurp'
2024-03-30 20:17:00 +00:00
'waybar'
2024-03-30 19:40:59 +00:00
'wtype'
2024-05-17 12:44:25 +00:00
)