96 lines
1.1 KiB
Bash
96 lines
1.1 KiB
Bash
|
# Maintainer: OnTake <ontake@ontake.dev>
|
||
|
pkgname=ontake-desktop
|
||
|
pkgver=1
|
||
|
pkgrel=1
|
||
|
pkgdesc="Desktop packages"
|
||
|
arch=('any')
|
||
|
url="https://git.ontake.dev/sys/arch"
|
||
|
license=('MIT')
|
||
|
depends=(
|
||
|
# Audio
|
||
|
'tenacity'
|
||
|
'pipewire'
|
||
|
'pipewire-alsa'
|
||
|
'pipewire-jack'
|
||
|
'pipewire-pulse'
|
||
|
'wireplumber'
|
||
|
|
||
|
# Browser: see gitmodules (using Chrome)
|
||
|
|
||
|
# Editor: see gitmodules (using VSCodium)
|
||
|
|
||
|
# Email
|
||
|
'thunderbird'
|
||
|
|
||
|
# Files
|
||
|
'ffmpegthumbnailer'
|
||
|
'file-roller'
|
||
|
'ghex'
|
||
|
'meld'
|
||
|
'nautilus'
|
||
|
|
||
|
# Images
|
||
|
'eog'
|
||
|
'gimp'
|
||
|
|
||
|
# Kernel
|
||
|
'linux-zen'
|
||
|
'linux-zen-headers'
|
||
|
|
||
|
# Keys
|
||
|
'gnome-keyring'
|
||
|
'seahorse'
|
||
|
|
||
|
# Fonts
|
||
|
'noto-fonts'
|
||
|
'noto-fonts-cjk'
|
||
|
'noto-fonts-emoji'
|
||
|
'ttf-ubuntu-mono-nerd'
|
||
|
'ttf-ubuntu-nerd'
|
||
|
|
||
|
# Creative
|
||
|
'blender'
|
||
|
'godot'
|
||
|
'mangohud'
|
||
|
'vulkan-tools'
|
||
|
|
||
|
# Terminal
|
||
|
'alacritty'
|
||
|
'gnome-console'
|
||
|
'kitty'
|
||
|
|
||
|
# Torrents
|
||
|
'deluge-gtk'
|
||
|
|
||
|
# Utilities
|
||
|
'nvtop'
|
||
|
'nwg-look'
|
||
|
|
||
|
# Videos
|
||
|
'ffmpeg'
|
||
|
'mpv'
|
||
|
'obs-studio'
|
||
|
'yt-dlp'
|
||
|
|
||
|
# Virtualization
|
||
|
'dmidecode'
|
||
|
'dnsmasq'
|
||
|
'gnome-boxes'
|
||
|
'qemu-desktop'
|
||
|
'virt-manager'
|
||
|
|
||
|
# Wayland
|
||
|
'cliphist'
|
||
|
'fuzzel'
|
||
|
'grim'
|
||
|
'greetd'
|
||
|
'mako'
|
||
|
'slurp'
|
||
|
'waybar'
|
||
|
'wtype'
|
||
|
|
||
|
# DEs
|
||
|
'gnome'
|
||
|
'gnome-extra'
|
||
|
'hyprland'
|
||
|
)
|