From 38edeae0e89937c3974fffaf6509d9e20f23234b Mon Sep 17 00:00:00 2001 From: Moritz Gmeiner Date: Thu, 27 Mar 2025 13:58:06 +0100 Subject: [PATCH] removed some old patches --- .../xar-1.8.0.0.487.100.1/includes.patch | 12 ---------- ...fetch-7.1.0-fix-kitty-font-detection.patch | 22 ------------------- 2 files changed, 34 deletions(-) delete mode 100644 patches/app-arch/xar-1.8.0.0.487.100.1/includes.patch delete mode 100644 patches/app-misc/neofetch-7.1.0/neofetch-7.1.0-fix-kitty-font-detection.patch diff --git a/patches/app-arch/xar-1.8.0.0.487.100.1/includes.patch b/patches/app-arch/xar-1.8.0.0.487.100.1/includes.patch deleted file mode 100644 index dafd65b..0000000 --- a/patches/app-arch/xar-1.8.0.0.487.100.1/includes.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/lib/ext2.c b/lib/ext2.c -index 2380846..be3921c 100644 ---- a/lib/ext2.c -+++ b/lib/ext2.c -@@ -40,6 +40,7 @@ - #ifndef HAVE_ASPRINTF - #include "asprintf.h" - #endif -+#include - #include - #include - #include "xar.h" diff --git a/patches/app-misc/neofetch-7.1.0/neofetch-7.1.0-fix-kitty-font-detection.patch b/patches/app-misc/neofetch-7.1.0/neofetch-7.1.0-fix-kitty-font-detection.patch deleted file mode 100644 index e052391..0000000 --- a/patches/app-misc/neofetch-7.1.0/neofetch-7.1.0-fix-kitty-font-detection.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/neofetch b/neofetch -index 1e4b5646..ec209087 100755 ---- a/neofetch -+++ b/neofetch -@@ -3292,11 +3292,13 @@ END - ;; - - "kitty"*) -- kitty_config="$(kitty --debug-config)" -- [[ "$kitty_config" != *font_family* ]] && return -+ # kitty_config="$(kitty --debug-config)" -+ # [[ "$kitty_config" != *font_family* ]] && return -+ # -+ # term_font="$(awk '/^font_family|^font_size/ {$1="";gsub("^ *","",$0);print $0}' \ -+ # <<< "$kitty_config")" - -- term_font="$(awk '/^font_family|^font_size/ {$1="";gsub("^ *","",$0);print $0}' \ -- <<< "$kitty_config")" -+ term_font="$(kitty +runpy 'from kitty.cli import *; print(create_default_opts().font_family)')" - ;; - - "konsole" | "yakuake")