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

View file

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

View file

@ -16,6 +16,10 @@ install-pkgbuild() {
cd "${INSTALL_DIR}/PKGBUILDs/${1}" || exit cd "${INSTALL_DIR}/PKGBUILDs/${1}" || exit
paru -Ui --noconfirm paru -Ui --noconfirm
output::success "${1} successfully installed" 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 if output::prompt "Do you want to install Arch packages?"; then

View file

@ -1,2 +1,43 @@
################### File Generated by Goverlay ###################
legacy_layout=false
background_alpha=0.6
round_corners=0
background_alpha=0.6
background_color=000000
font_size=24
text_color=FFFFFF
position=top-left
toggle_hud=Shift_R+F12
table_columns=3
gpu_text=GPU
gpu_stats
gpu_temp
cpu_text=CPU
cpu_stats
cpu_temp
fps
gpu_name gpu_name
vulkan_driver vulkan_driver
frame_timing
frametime_color=00FF00
fps_limit_method=late
toggle_fps_limit=Shift_L+F1
fps_limit=0
output_folder=/home/severin
log_duration=30
autostart_log=0
log_interval=100
toggle_logging=Shift_L+F2

View file

@ -11,6 +11,7 @@ ToolBarsMovable=Disabled
[Notification Messages] [Notification Messages]
CloseAllEmptyTabs=true CloseAllEmptyTabs=true
CloseAllTabs=true
[UiSettings] [UiSettings]
ColorScheme= ColorScheme=

View file

@ -1,2 +1,2 @@
LANG=en_US.UTF-8 LANG=en_XX.UTF-8@POSIX
LC_TIME=en_DK.UTF-8 LC_CTYPE=en_US.UTF-8

View file

@ -1,3 +1,3 @@
en_DK.UTF-8 UTF-8
en_US.UTF-8 UTF-8 en_US.UTF-8 UTF-8
en_XX.UTF-8@POSIX UTF-8
# Empty line needed # Empty line needed