diff --git a/package.env/00compiler b/package.env/00compiler index 7468119..7b484a5 100644 --- a/package.env/00compiler +++ b/package.env/00compiler @@ -57,4 +57,3 @@ dev-scheme/racket gcc llvm-core/llvm:18 clang-18 llvm-core/clang:18 clang-18 -dev-python/zstandard gcc diff --git a/package.use/python_targets b/package.use/python_targets index d89dc94..60a1475 100644 --- a/package.use/python_targets +++ b/package.use/python_targets @@ -2,4 +2,7 @@ */* PYTHON_SINGLE_TARGET: -python3_12 python3_13 +dev-libs/libixion PYTHON_SINGLE_TARGET: python3_12 +dev-libs/liborcus PYTHON_SINGLE_TARGET: python3_12 +net-mail/mailutils PYTHON_SINGLE_TARGET: python3_12 sys-apps/dtc PYTHON_SINGLE_TARGET: python3_12 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 new file mode 100644 index 0000000..dafd65b --- /dev/null +++ b/patches/app-arch/xar-1.8.0.0.487.100.1/includes.patch @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..e052391 --- /dev/null +++ b/patches/app-misc/neofetch-7.1.0/neofetch-7.1.0-fix-kitty-font-detection.patch @@ -0,0 +1,22 @@ +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")