From 430c984cd9b1d93e67d00dfd184f66af6b003785 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 23 Jan 2024 08:47:53 +0800 Subject: [PATCH] btop: upgrade 1.2.13 -> 1.3.0 Changelog: =========== * Added Gpu Support Linux * Added platform support for OpenBSD * Enable macos clang * Fix Apple Silicon CPUs misprinted * Cmake support for MacOS * Elementarish theme: color update according to Elementary palette * Add alternative key codes for Delete, Insert, Home, End * Fix scrollbar not clearing sometimes. * Add keybind for toggling memory display mode in PROC box * Minor string initialization improvement * Made disks statvfs logic asynchronous. * Fix signal list on non-linux/weird linux platforms * Add option to accumulate a child's resources in parent in tree-view * Add CMake support for Linux * Horizon theme * Fix short conversion of 1000-1023 *iB * Fix integer overflows in btop_collect.cpp * Support compiling with LLVM * Fix getting zfs pool name with '.' char in freebsd * [macos/freebsd] support gcc13 * FreeBSD swap info * Create adwaita.theme * Try get terminal size of "/dev/tty" if stdout fails * Refresh rate program argument * Improved error handling when determining the config directory * Use native POSIX polling syscalls to read input * Conditional compile on Big Sur and up Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/btop/{btop_1.2.13.bb => btop_1.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/btop/{btop_1.2.13.bb => btop_1.3.0.bb} (93%) diff --git a/meta-oe/recipes-support/btop/btop_1.2.13.bb b/meta-oe/recipes-support/btop/btop_1.3.0.bb similarity index 93% rename from meta-oe/recipes-support/btop/btop_1.2.13.bb rename to meta-oe/recipes-support/btop/btop_1.3.0.bb index a944fe7b51..f20d1a8ec4 100644 --- a/meta-oe/recipes-support/btop/btop_1.2.13.bb +++ b/meta-oe/recipes-support/btop/btop_1.3.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SECTION = "console/utils" SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main" -SRCREV = "9edbf27f1b6d5844a97325fcda732762ba086a99" +SRCREV = "36842a3bccfb78f5c27642435bff387b42f7d13b" S = "${WORKDIR}/git"