Update PKGBUILDs and some locale options
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
23fe7c2f8f
commit
c313afab3c
7 changed files with 62 additions and 6 deletions
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
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
|
||||
|
|
|
@ -11,6 +11,7 @@ ToolBarsMovable=Disabled
|
|||
|
||||
[Notification Messages]
|
||||
CloseAllEmptyTabs=true
|
||||
CloseAllTabs=true
|
||||
|
||||
[UiSettings]
|
||||
ColorScheme=
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
LANG=en_US.UTF-8
|
||||
LC_TIME=en_DK.UTF-8
|
||||
LANG=en_XX.UTF-8@POSIX
|
||||
LC_CTYPE=en_US.UTF-8
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
en_DK.UTF-8 UTF-8
|
||||
en_US.UTF-8 UTF-8
|
||||
en_XX.UTF-8@POSIX UTF-8
|
||||
# Empty line needed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue