arch/desktop/PKGBUILD

114 lines
1.3 KiB
Bash
Raw Permalink Normal View History

2024-04-19 17:24:12 +02:00
# 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'
2024-04-19 17:49:04 +02:00
# Browser
2024-04-19 18:08:34 +02:00
#'google-chrome'
2024-04-19 17:24:12 +02:00
2024-04-19 17:49:04 +02:00
# Editor
2024-04-19 18:08:34 +02:00
#'vscodium-bin'
2024-04-19 17:24:12 +02:00
# 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'
2024-04-19 17:42:11 +02:00
# DEs (GNOME)
2024-04-19 17:24:12 +02:00
'gnome'
'gnome-extra'
2024-04-19 18:06:30 +02:00
#'qogir-gtk-theme'
#'qogir-icon-theme'
2024-04-19 17:42:11 +02:00
# DEs (Hyprland)
'grim'
2024-04-19 18:06:30 +02:00
#'hyprland-git'
2024-04-19 17:42:11 +02:00
'slurp'
'swaylock'
2024-04-19 18:06:30 +02:00
#'swaylock-effects-git'
#'waypaper-git'
#'wlogout-git'
2024-04-19 17:49:04 +02:00
# Misc
2024-04-19 18:08:34 +02:00
#'opentabletdriver'
2024-04-19 17:49:04 +02:00
# Games
2024-04-19 18:06:30 +02:00
#'osu-lazer-bin'
2024-04-19 17:24:12 +02:00
)