From 0f22bc80220515bd3035a929194e3d64c3b705cc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 30 Sep 2024 15:42:27 +0800 Subject: btop: upgrade 1.3.2 -> 1.4.0 Changelog: ========== - NetBSD Support - Intel GPU support - Added warnings when toggling boxes and terminal size is to small - Fix missing core percentages - Various fixes for drawing GPU related information - fix divide 0 error when caculating disk usage percentage - fix io_graph_speeds parsing - V1 of Phoenix Night theme - Fixed missing CPU core temps when too small to show core temp graphs - Fixed missing IO graphs in IO mode - fix zero temp - Fix comments (parsing) in theme files - Add regex filtering - Fix typo in file existences check for voltage_now - Show time in days when remaining battery exceeds an estimation of 24h - (AMD Gpu) fix pwr_usage not being defined correctly during rsmi collection - macOS: fix crash if there exists a uid not associated with any user - Fix rsmi device name buffer size - Add gruvbox_light theme - Create man page for btop in Markdown - Include metadata in binary version output 'btop --version' - collect: Fix reading of battery power draw on Linux Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/btop/btop_1.3.2.bb | 23 ----------------------- meta-oe/recipes-support/btop/btop_1.4.0.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-support/btop/btop_1.3.2.bb create mode 100644 meta-oe/recipes-support/btop/btop_1.4.0.bb diff --git a/meta-oe/recipes-support/btop/btop_1.3.2.bb b/meta-oe/recipes-support/btop/btop_1.3.2.bb deleted file mode 100644 index c473bf0a35..0000000000 --- a/meta-oe/recipes-support/btop/btop_1.3.2.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes." -HOMEPAGE = "https://github.com/aristocratos/btop" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SECTION = "console/utils" - -SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main" -SRCREV = "fd2a2acdad6fbaad76846cb5e802cf2ae022d670" - -S = "${WORKDIR}/git" - -inherit cmake - -FILES:${PN} += " \ - ${datadir}/icons \ - ${datadir}/icons/hicolor \ - ${datadir}/icons/hicolor/48x48 \ - ${datadir}/icons/hicolor/scalable \ - ${datadir}/icons/hicolor/48x48/apps \ - ${datadir}/icons/hicolor/48x48/apps/btop.png \ - ${datadir}/icons/hicolor/scalable/apps \ - ${datadir}/icons/hicolor/scalable/apps/btop.svg \ -" diff --git a/meta-oe/recipes-support/btop/btop_1.4.0.bb b/meta-oe/recipes-support/btop/btop_1.4.0.bb new file mode 100644 index 0000000000..adfb2418b0 --- /dev/null +++ b/meta-oe/recipes-support/btop/btop_1.4.0.bb @@ -0,0 +1,23 @@ +SUMMARY = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes." +HOMEPAGE = "https://github.com/aristocratos/btop" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" +SECTION = "console/utils" + +SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main" +SRCREV = "6c0cedd8912785f0f353af389e72a0ffc69984a2" + +S = "${WORKDIR}/git" + +inherit cmake + +FILES:${PN} += " \ + ${datadir}/icons \ + ${datadir}/icons/hicolor \ + ${datadir}/icons/hicolor/48x48 \ + ${datadir}/icons/hicolor/scalable \ + ${datadir}/icons/hicolor/48x48/apps \ + ${datadir}/icons/hicolor/48x48/apps/btop.png \ + ${datadir}/icons/hicolor/scalable/apps \ + ${datadir}/icons/hicolor/scalable/apps/btop.svg \ +" -- cgit v1.2.3-54-g00ecf