From c313afab3c13e56a864897f4085c48e10c527f75 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 20 May 2024 20:31:53 +0200 Subject: [PATCH] Update PKGBUILDs and some locale options Signed-off-by: Severin Kaderli --- .install/PKGBUILDs/severin-base/PKGBUILD | 12 +++++-- .install/PKGBUILDs/severin-plasma/PKGBUILD | 4 ++- .install/arch.sh | 4 +++ system/.config/MangoHud/MangoHud.conf | 41 ++++++++++++++++++++++ system/.config/konsolerc | 1 + system/etc/locale.conf | 4 +-- system/etc/locale.gen | 2 +- 7 files changed, 62 insertions(+), 6 deletions(-) diff --git a/.install/PKGBUILDs/severin-base/PKGBUILD b/.install/PKGBUILDs/severin-base/PKGBUILD index 9fafc4c..6c4776c 100644 --- a/.install/PKGBUILDs/severin-base/PKGBUILD +++ b/.install/PKGBUILDs/severin-base/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Severin Kaderli 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' diff --git a/.install/PKGBUILDs/severin-plasma/PKGBUILD b/.install/PKGBUILDs/severin-plasma/PKGBUILD index b3f5bc0..12c2af9 100644 --- a/.install/PKGBUILDs/severin-plasma/PKGBUILD +++ b/.install/PKGBUILDs/severin-plasma/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Severin Kaderli 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' ) diff --git a/.install/arch.sh b/.install/arch.sh index 49b17a3..bacf793 100644 --- a/.install/arch.sh +++ b/.install/arch.sh @@ -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 diff --git a/system/.config/MangoHud/MangoHud.conf b/system/.config/MangoHud/MangoHud.conf index 309fab9..71d7f3f 100644 --- a/system/.config/MangoHud/MangoHud.conf +++ b/system/.config/MangoHud/MangoHud.conf @@ -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 diff --git a/system/.config/konsolerc b/system/.config/konsolerc index f371fe2..327590a 100644 --- a/system/.config/konsolerc +++ b/system/.config/konsolerc @@ -11,6 +11,7 @@ ToolBarsMovable=Disabled [Notification Messages] CloseAllEmptyTabs=true +CloseAllTabs=true [UiSettings] ColorScheme= diff --git a/system/etc/locale.conf b/system/etc/locale.conf index 6c58aea..e77ffd6 100644 --- a/system/etc/locale.conf +++ b/system/etc/locale.conf @@ -1,2 +1,2 @@ -LANG=en_US.UTF-8 -LC_TIME=en_DK.UTF-8 \ No newline at end of file +LANG=en_XX.UTF-8@POSIX +LC_CTYPE=en_US.UTF-8 diff --git a/system/etc/locale.gen b/system/etc/locale.gen index 4a271cd..b23efc3 100644 --- a/system/etc/locale.gen +++ b/system/etc/locale.gen @@ -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