From 588e003cc2140ab7ff2c6f75fbdee33c37290219 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Mon, 25 May 2026 09:58:50 +0800 Subject: [PATCH] Revert "btop: Update to 1.4.7" btop 1.4.6+ requires at least GCC 14 to build. This reverts commit 2fd0b421e22cb1fd7e366b106a99bc39ff97af3d. Signed-off-by: Tianling Shen --- admin/btop/Makefile | 6 +++--- admin/btop/patches/001-move-log-to-tmpfs.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/btop/Makefile b/admin/btop/Makefile index d91c180573..98280a0c40 100644 --- a/admin/btop/Makefile +++ b/admin/btop/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=btop -PKG_VERSION:=1.4.7 -PKG_RELEASE:=1 +PKG_VERSION:=1.4.6 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL=https://codeload.github.com/aristocratos/btop/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=933de2e4d1b2211a638be463eb6e8616891bfba73aef5d38060bd8319baeefc6 +PKG_HASH:=4beb90172c6acaac08c1b4a5112fb616772e214a7ef992bcbd461453295a58be PKG_MAINTAINER:=Tianling Shen PKG_LICENSE:=Apache-2.0 diff --git a/admin/btop/patches/001-move-log-to-tmpfs.patch b/admin/btop/patches/001-move-log-to-tmpfs.patch index 7c35642e76..900e136d03 100644 --- a/admin/btop/patches/001-move-log-to-tmpfs.patch +++ b/admin/btop/patches/001-move-log-to-tmpfs.patch @@ -1,6 +1,6 @@ --- a/src/btop_config.cpp +++ b/src/btop_config.cpp -@@ -824,10 +824,7 @@ namespace Config { +@@ -800,10 +800,7 @@ namespace Config { if (xdg_state_home_ptr != nullptr) { xdg_state_home = std::make_optional(fs::path(xdg_state_home_ptr)); } else {