From 39d40a42b0e6a378fc6b0a916ba894fc48589a9d Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sat, 11 Apr 2026 07:18:54 +0700 Subject: [PATCH] Change all ncurses to ncursesw --- recipes/wip/data-recovery/testdisk/recipe.toml | 2 +- recipes/wip/db/mariadb-lts/recipe.toml | 2 +- recipes/wip/db/mariadb/recipe.toml | 2 +- recipes/wip/db/mysql-server/recipe.toml | 2 +- recipes/wip/dev/debug/gdb/recipe.toml | 2 +- recipes/wip/dev/debug/termfu/recipe.toml | 2 +- recipes/wip/dev/lang/php80/recipe.toml | 2 +- recipes/wip/dev/lang/python39/recipe.toml | 2 +- recipes/wip/dev/other/allocscope/recipe.toml | 2 +- recipes/wip/files/mc/recipe.toml | 2 +- recipes/wip/games/engines/defold-engine/recipe.toml | 2 +- recipes/wip/graphics/shaders/glsl-viewer/recipe.toml | 2 +- recipes/wip/libs/other/libedit/recipe.toml | 2 +- recipes/wip/monitors/conky/recipe.toml | 2 +- recipes/wip/players/cmus/recipe.toml | 2 +- recipes/wip/players/ncspot/recipe.toml | 2 +- recipes/wip/security/clamav/recipe.toml | 2 +- recipes/wip/shells/fish-shell/recipe.toml | 2 +- recipes/wip/sys-info/cpu-x/recipe.toml | 2 +- recipes/wip/terminal/contour-terminal/recipe.toml | 2 +- recipes/wip/terminal/pipes-sh/recipe.toml | 2 +- recipes/wip/text/emacs-nox/recipe.toml | 2 +- recipes/wip/text/emacs-pgtk/recipe.toml | 2 +- recipes/wip/tui/finch/recipe.toml | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/recipes/wip/data-recovery/testdisk/recipe.toml b/recipes/wip/data-recovery/testdisk/recipe.toml index 3c92e0a86..6f41b0155 100644 --- a/recipes/wip/data-recovery/testdisk/recipe.toml +++ b/recipes/wip/data-recovery/testdisk/recipe.toml @@ -6,7 +6,7 @@ tar = "https://www.cgsecurity.org/testdisk-7.2.tar.bz2" [build] template = "custom" dependencies = [ - "ncurses", + "ncursesw", ] script = """ export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses" diff --git a/recipes/wip/db/mariadb-lts/recipe.toml b/recipes/wip/db/mariadb-lts/recipe.toml index 02a5f5ab1..5dc9a723e 100644 --- a/recipes/wip/db/mariadb-lts/recipe.toml +++ b/recipes/wip/db/mariadb-lts/recipe.toml @@ -7,7 +7,7 @@ tar = "https://archive.mariadb.org/mariadb-10.11.6/source/mariadb-10.11.6.tar.gz [build] template = "cmake" dependencies = [ - "ncurses", + "ncursesw", "zlib", "libevent", "openssl3", diff --git a/recipes/wip/db/mariadb/recipe.toml b/recipes/wip/db/mariadb/recipe.toml index 5c69d1539..1e51f07b1 100644 --- a/recipes/wip/db/mariadb/recipe.toml +++ b/recipes/wip/db/mariadb/recipe.toml @@ -8,7 +8,7 @@ patches = [ [build] template = "custom" dependencies = [ - "ncurses", + "ncursesw", "bzip2", "curl", "zlib", diff --git a/recipes/wip/db/mysql-server/recipe.toml b/recipes/wip/db/mysql-server/recipe.toml index c94fb4448..792645617 100644 --- a/recipes/wip/db/mysql-server/recipe.toml +++ b/recipes/wip/db/mysql-server/recipe.toml @@ -6,6 +6,6 @@ tar = "https://dev.mysql.com/downloads/file/?id=523432" template = "cmake" dependencies = [ "boost", - "ncurses", + "ncursesw", "openssl3", ] diff --git a/recipes/wip/dev/debug/gdb/recipe.toml b/recipes/wip/dev/debug/gdb/recipe.toml index ec52462b5..90872a3cb 100644 --- a/recipes/wip/dev/debug/gdb/recipe.toml +++ b/recipes/wip/dev/debug/gdb/recipe.toml @@ -6,7 +6,7 @@ template = "custom" dependencies = [ "libgmp", "libmpfr", - "ncurses", + "ncursesw", "readline", ] script = """ diff --git a/recipes/wip/dev/debug/termfu/recipe.toml b/recipes/wip/dev/debug/termfu/recipe.toml index 5b9cef4a6..7d64ce5da 100644 --- a/recipes/wip/dev/debug/termfu/recipe.toml +++ b/recipes/wip/dev/debug/termfu/recipe.toml @@ -6,7 +6,7 @@ rev = "v0.2.2" [build] template = "custom" dependencies = [ - "ncurses", + "ncursesw", ] [package] dependencies = [ diff --git a/recipes/wip/dev/lang/php80/recipe.toml b/recipes/wip/dev/lang/php80/recipe.toml index 83a19b813..9c6cbd80f 100644 --- a/recipes/wip/dev/lang/php80/recipe.toml +++ b/recipes/wip/dev/lang/php80/recipe.toml @@ -24,7 +24,7 @@ dependencies = [ "libxml2", "libiconv", "libzip", - "ncurses", + "ncursesw", "nghttp2", "openssl3", "pcre", diff --git a/recipes/wip/dev/lang/python39/recipe.toml b/recipes/wip/dev/lang/python39/recipe.toml index 04ce1786c..463ed9c74 100644 --- a/recipes/wip/dev/lang/python39/recipe.toml +++ b/recipes/wip/dev/lang/python39/recipe.toml @@ -11,7 +11,7 @@ dependencies = [ "bzip2", "libffi", "libuuid", - "ncurses", + "ncursesw", "ncursesw", "openssl3", "readline", diff --git a/recipes/wip/dev/other/allocscope/recipe.toml b/recipes/wip/dev/other/allocscope/recipe.toml index e6757368a..bc6decd92 100644 --- a/recipes/wip/dev/other/allocscope/recipe.toml +++ b/recipes/wip/dev/other/allocscope/recipe.toml @@ -10,7 +10,7 @@ cargopackages = [ ] dependencies = [ "libiberty", - "ncurses", + "ncursesw", "sqlite3", "libunwind", ] diff --git a/recipes/wip/files/mc/recipe.toml b/recipes/wip/files/mc/recipe.toml index 1659d9daa..d7c8846ee 100644 --- a/recipes/wip/files/mc/recipe.toml +++ b/recipes/wip/files/mc/recipe.toml @@ -9,5 +9,5 @@ configureflags = [ "--without-gpm-mouse", ] dependencies = [ - "ncurses", + "ncursesw", ] diff --git a/recipes/wip/games/engines/defold-engine/recipe.toml b/recipes/wip/games/engines/defold-engine/recipe.toml index 13d89a562..39ad2bd77 100644 --- a/recipes/wip/games/engines/defold-engine/recipe.toml +++ b/recipes/wip/games/engines/defold-engine/recipe.toml @@ -15,7 +15,7 @@ dependencies = [ "freeglut", "libuuid", "openal", - "ncurses", + "ncursesw", ] script = """ export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses" diff --git a/recipes/wip/graphics/shaders/glsl-viewer/recipe.toml b/recipes/wip/graphics/shaders/glsl-viewer/recipe.toml index fad66faaf..6f9c615ae 100644 --- a/recipes/wip/graphics/shaders/glsl-viewer/recipe.toml +++ b/recipes/wip/graphics/shaders/glsl-viewer/recipe.toml @@ -7,7 +7,7 @@ rev = "7eb6254cb4cedf03f1c78653f90905fe0c3b48fb" template = "custom" dependencies = [ "mesa-glu", - "ncurses", + "ncursesw", "ncursesw", "ffmpeg6", "glfw3", diff --git a/recipes/wip/libs/other/libedit/recipe.toml b/recipes/wip/libs/other/libedit/recipe.toml index 62d169b81..3304557b4 100644 --- a/recipes/wip/libs/other/libedit/recipe.toml +++ b/recipes/wip/libs/other/libedit/recipe.toml @@ -7,7 +7,7 @@ patches = [ [build] template = "configure" dependencies = [ - "ncurses", + "ncursesw", "termcap", "terminfo", ] diff --git a/recipes/wip/monitors/conky/recipe.toml b/recipes/wip/monitors/conky/recipe.toml index 3f0a2d44e..e9e0262d1 100644 --- a/recipes/wip/monitors/conky/recipe.toml +++ b/recipes/wip/monitors/conky/recipe.toml @@ -7,7 +7,7 @@ rev = "bbdc7081aec27daafca07fc40523335a2ea0a992" template = "custom" dependencies = [ "imlib2", - "ncurses", + "ncursesw", "libxml2", "curl", ] diff --git a/recipes/wip/players/cmus/recipe.toml b/recipes/wip/players/cmus/recipe.toml index df673f223..002e03253 100644 --- a/recipes/wip/players/cmus/recipe.toml +++ b/recipes/wip/players/cmus/recipe.toml @@ -5,7 +5,7 @@ rev = "ade6e2a7253d7a256e87fdac3da17c9158e6700e" [build] template = "custom" dependencies = [ - "ncurses", + "ncursesw", ] script = """ export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses" diff --git a/recipes/wip/players/ncspot/recipe.toml b/recipes/wip/players/ncspot/recipe.toml index 6d7a9f92c..f888a21d8 100644 --- a/recipes/wip/players/ncspot/recipe.toml +++ b/recipes/wip/players/ncspot/recipe.toml @@ -5,7 +5,7 @@ git = "https://github.com/hrkfdn/ncspot" template = "custom" dependencies = [ "openssl3", - "ncurses", + "ncursesw", ] script = """ export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses" diff --git a/recipes/wip/security/clamav/recipe.toml b/recipes/wip/security/clamav/recipe.toml index 50ab6f1a4..d9a9a3bdb 100644 --- a/recipes/wip/security/clamav/recipe.toml +++ b/recipes/wip/security/clamav/recipe.toml @@ -7,7 +7,7 @@ tar = "https://www.clamav.net/downloads/production/clamav-1.5.0.tar.gz" template = "custom" dependencies = [ "curl", - "ncurses", + "ncursesw", "bzip2", "json-c", "pcre", diff --git a/recipes/wip/shells/fish-shell/recipe.toml b/recipes/wip/shells/fish-shell/recipe.toml index 1327a0519..ca1bf5887 100644 --- a/recipes/wip/shells/fish-shell/recipe.toml +++ b/recipes/wip/shells/fish-shell/recipe.toml @@ -6,7 +6,7 @@ patches = ["redox.patch"] [build] template = "custom" -dependencies = ["gettext", "ncurses", "pcre"] +dependencies = ["gettext", "ncursesw", "pcre"] script = """ DYNAMIC_INIT diff --git a/recipes/wip/sys-info/cpu-x/recipe.toml b/recipes/wip/sys-info/cpu-x/recipe.toml index 10552eded..12af058c2 100644 --- a/recipes/wip/sys-info/cpu-x/recipe.toml +++ b/recipes/wip/sys-info/cpu-x/recipe.toml @@ -7,7 +7,7 @@ rev = "41f5d1ac3b13e60aa30212f2b9f38de646fd2b07" template = "custom" dependencies = [ #"gtk3mm", - "ncurses", + "ncursesw", #"glfw3", #"libvulkan", "libstatgrab", diff --git a/recipes/wip/terminal/contour-terminal/recipe.toml b/recipes/wip/terminal/contour-terminal/recipe.toml index 40110b1a3..27e88ef84 100644 --- a/recipes/wip/terminal/contour-terminal/recipe.toml +++ b/recipes/wip/terminal/contour-terminal/recipe.toml @@ -11,7 +11,7 @@ dependencies = [ "freetyoe2", "harfbuzz", "libssh2", - "ncurses", + "ncursesw", "qt6-base", "qt6-declarative", "qt6-multimedia", diff --git a/recipes/wip/terminal/pipes-sh/recipe.toml b/recipes/wip/terminal/pipes-sh/recipe.toml index d42c62674..30b494cc7 100644 --- a/recipes/wip/terminal/pipes-sh/recipe.toml +++ b/recipes/wip/terminal/pipes-sh/recipe.toml @@ -12,5 +12,5 @@ chmod a+x "${COOKBOOK_STAGE}"/usr/bin/pipes [package] dependencies = [ "bash", - "ncurses", + "ncursesw", ] diff --git a/recipes/wip/text/emacs-nox/recipe.toml b/recipes/wip/text/emacs-nox/recipe.toml index c6b9117af..28a27f5d7 100644 --- a/recipes/wip/text/emacs-nox/recipe.toml +++ b/recipes/wip/text/emacs-nox/recipe.toml @@ -14,7 +14,7 @@ dependencies = [ "sqlite3", "libxml2", "zlib", - "ncurses", + "ncursesw", ] script = """ export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses" diff --git a/recipes/wip/text/emacs-pgtk/recipe.toml b/recipes/wip/text/emacs-pgtk/recipe.toml index 825fa2e33..9ee1f81d7 100644 --- a/recipes/wip/text/emacs-pgtk/recipe.toml +++ b/recipes/wip/text/emacs-pgtk/recipe.toml @@ -14,7 +14,7 @@ dependencies = [ "sqlite3", "libxml2", "zlib", - "ncurses", + "ncursesw", "cairo", "fontconfig", "freetype2", diff --git a/recipes/wip/tui/finch/recipe.toml b/recipes/wip/tui/finch/recipe.toml index c7a578540..4f63137f7 100644 --- a/recipes/wip/tui/finch/recipe.toml +++ b/recipes/wip/tui/finch/recipe.toml @@ -4,7 +4,7 @@ tar = "https://sourceforge.net/projects/pidgin/files/Pidgin/2.14.12/pidgin-2.14. [build] template = "custom" dependencies = [ - "ncurses", + "ncursesw", ] script = """ COOKBOOK_CONFIGURE_FLAGS+=(