Added more packages

This commit is contained in:
Eduard Urbach 2024-03-30 20:40:59 +01:00
parent 36fb0f89ee
commit af4e068d4c
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
3 changed files with 17 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev> # Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-desktop pkgname=akyoto-desktop
pkgver=1 pkgver=1
pkgrel=2 pkgrel=3
pkgdesc="Desktop packages" pkgdesc="Desktop packages"
arch=('any') arch=('any')
url="https://git.akyoto.dev/sys/arch" url="https://git.akyoto.dev/sys/arch"
@ -11,6 +11,8 @@ depends=(
'blender' 'blender'
'code' 'code'
'cliphist' 'cliphist'
'dmidecode'
'dnsmasq'
'eog' 'eog'
'evolution' 'evolution'
'ffmpegthumbnailer' 'ffmpegthumbnailer'
@ -23,10 +25,12 @@ depends=(
'godot' 'godot'
'greetd' 'greetd'
'grim' 'grim'
'iptables-nft'
'linux-zen' 'linux-zen'
'meld' 'meld'
'mpv' 'mpv'
'nautilus' 'nautilus'
'nvtop'
'obs-studio' 'obs-studio'
'pipewire' 'pipewire'
'qemu-desktop' 'qemu-desktop'
@ -35,4 +39,6 @@ depends=(
'tenacity' 'tenacity'
'transmission-gtk' 'transmission-gtk'
'virt-manager' 'virt-manager'
'wireplumber'
'wtype'
) )

View File

@ -1,7 +1,7 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev> # Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-extra pkgname=akyoto-extra
pkgver=1 pkgver=1
pkgrel=1 pkgrel=2
pkgdesc="Extra packages" pkgdesc="Extra packages"
arch=('any') arch=('any')
url="https://git.akyoto.dev/sys/arch" url="https://git.akyoto.dev/sys/arch"
@ -14,4 +14,5 @@ depends=(
'httpie' 'httpie'
'hyperfine' 'hyperfine'
'lostfiles' 'lostfiles'
'nethogs'
) )

View File

@ -1,12 +1,19 @@
# Maintainer: Eduard Urbach <admin@akyoto.dev> # Maintainer: Eduard Urbach <admin@akyoto.dev>
pkgname=akyoto-server pkgname=akyoto-server
pkgver=1 pkgver=1
pkgrel=2 pkgrel=3
pkgdesc="Server packages" pkgdesc="Server packages"
arch=('any') arch=('any')
url="https://git.akyoto.dev/sys/arch" url="https://git.akyoto.dev/sys/arch"
license=('MIT') license=('MIT')
depends=( depends=(
'caddy' 'caddy'
'dovecot'
'fail2ban'
'gitea'
'grafana'
'linux' 'linux'
'postfix'
'prometheus'
'prometheus-node-exporter'
) )