90 lines
1015 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-03-31 10:36:46 +00:00
pkgrel=7
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
'tenacity'
'pipewire'
'pipewire-alsa'
'pipewire-jack'
'pipewire-pulse'
'wireplumber'
# Browser
'firefox'
# Editor
2024-03-30 17:02:32 +00:00
'code'
2024-03-31 09:37:19 +00:00
# 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'
'nautilus'
# Images
'eog'
2024-03-30 17:02:32 +00:00
'gimp'
2024-03-31 09:37:19 +00:00
# Kernel
2024-03-30 17:02:32 +00:00
'linux-zen'
2024-03-30 20:17:00 +00:00
'linux-zen-headers'
2024-03-31 09:37:19 +00:00
# Keys
'gnome-keyring'
'seahorse'
# 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'
# Terminal
'alacritty'
# Torrents
'transmission-gtk'
# Utilities
2024-03-30 19:40:59 +00:00
'nvtop'
2024-03-30 20:17:00 +00:00
'nwg-look'
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'
# Virtualization
'dmidecode'
'dnsmasq'
2024-03-30 17:02:32 +00:00
'qemu-desktop'
'virt-manager'
2024-03-31 09:37:19 +00:00
# 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-03-30 17:02:32 +00:00
)