Added desktop and social
This commit is contained in:
parent
8a2ddf0d72
commit
a3a15a00df
19 changed files with 1944 additions and 20 deletions
|
@ -1,18 +1,46 @@
|
|||
# Maintainer: Tibo De Peuter <tibo.depeuter@gmail.com>
|
||||
pkgbase=tdpeuter
|
||||
pkgname=(tdpeuter-base)
|
||||
pkgname=(tdpeuter-base tdpeuter-desktop tdpeuter-social)
|
||||
pkgver=0.0.1
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="Sysconfig for my systems"
|
||||
arch=(any)
|
||||
url="https://github.com/tdpeuter/sisyphus"
|
||||
url="https://git.depeuter.tk/tdpeuter/arch-pkgs"
|
||||
license=(GPL)
|
||||
groups=(tdpeuter)
|
||||
|
||||
package_tdpeuter-base() {
|
||||
provides=(tdpeuter-devel)
|
||||
|
||||
depends=(base linux linux-firmware)
|
||||
|
||||
depends+=(traceroute vscodium vscode thunderbird)
|
||||
|
||||
# Linux base
|
||||
depends=(
|
||||
base
|
||||
linux
|
||||
linux-firmware
|
||||
)
|
||||
}
|
||||
|
||||
package_tdpeuter-desktop() {
|
||||
|
||||
depends=(
|
||||
alacritty
|
||||
brightnessctl
|
||||
dunst
|
||||
sway
|
||||
waybar
|
||||
xwayland
|
||||
)
|
||||
|
||||
# Fonts
|
||||
depends+=(
|
||||
awesome-terminal-fonts
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
)
|
||||
}
|
||||
|
||||
package_tdpeuter-social() {
|
||||
depends=(
|
||||
betterbird
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue