Update PKGBUILDs and some locale options

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2024-05-20 20:31:53 +02:00
parent 23fe7c2f8f
commit c313afab3c
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
7 changed files with 62 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Severin Kaderli <severin@kaderli.dev>
pkgname="severin-base"
pkgver=1.0.0
pkgrel=41
pkgrel=43
arch=('x86_64')
license=('MIT')
depends=(
@ -13,6 +13,9 @@ depends=(
# Kernel modules
'v4l2loopback-dkms'
# Locale
'locale-en_xx'
# Vulkan
'vulkan-icd-loader'
@ -23,6 +26,8 @@ depends=(
'pipewire-pulse'
'pipewire-alsa'
'pipewire-jack'
'wireplumber'
'gst-plugin-pipewire'
'chromaprint'
# Fonts
@ -35,7 +40,6 @@ depends=(
'inter-font'
# Wayland
'xdg-desktop-portal-kde'
'qt5-wayland'
'qt6-wayland'
@ -63,6 +67,7 @@ depends=(
'syncthing'
'phpstorm'
'micro'
'vim'
'qbittorrent'
'figlet'
'discord'
@ -107,6 +112,7 @@ depends=(
'man-pages'
'imv'
'inetutils'
'obsidian'
# Printer
'cups'
@ -137,9 +143,11 @@ depends=(
'steam'
'heroic-games-launcher-bin'
'mangohud'
'goverlay'
'winetricks'
'protontricks'
'lumafly-git'
'pocket-sync-bin'
# Bluetooth
'bluez'

View file

@ -1,7 +1,7 @@
# Maintainer: Severin Kaderli <severin@kaderli.dev>
pkgname="severin-plasma"
pkgver=1.0.0
pkgrel=1
pkgrel=2
arch=('x86_64')
license=('MIT')
depends=(
@ -13,4 +13,6 @@ depends=(
'okular'
'dolphin'
'ark'
'spectacle'
'haruna'
)

View file

@ -16,6 +16,10 @@ install-pkgbuild() {
cd "${INSTALL_DIR}/PKGBUILDs/${1}" || exit
paru -Ui --noconfirm
output::success "${1} successfully installed"
# Mark dependencies as dependency
paru -D --asexplicit "${1}"
paru -D --asdeps $(pactree --linear --unique "${1}" | tail -n +2 | xargs)
}
if output::prompt "Do you want to install Arch packages?"; then