]> git.99rst.org Git - openwrt-packages.git/commitdiff
procs: bump to 0.14.12
authorFacundo Acevedo <redacted>
Fri, 17 Jul 2026 14:24:18 +0000 (11:24 -0300)
committerJosef Schlehofer <redacted>
Mon, 20 Jul 2026 06:17:44 +0000 (08:17 +0200)
Updated procs package to 0.14.12
Updated procs.toml (config file) to match  default config file from upstream

Signed-off-by: Facundo Acevedo <redacted>
utils/procs/Makefile
utils/procs/files/etc/procs/procs.toml

index bb8c6398ec8f9357dd991266784c3be4aa697410..e50837cd933b4d5cf1c497b3f148c175e997bb4f 100644 (file)
@@ -1,16 +1,16 @@
 # SPDX-License-Identifier: GPL-3.0-only
 #
-# Copyright (C) 2023 Facundo Acevedo
+# Copyright (C) 2026 Facundo Acevedo
 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=procs
-PKG_VERSION:=0.14.3
+PKG_VERSION:=0.14.12
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/dalance/procs/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=a3012bba984faddcf8da2a72d21eb9a7e9be8d5d86a387d321987743b0080a8c
+PKG_HASH:=f2fab583fe98a9ae9505c5eecf4f3d9d4ad9bcb5d478a8222d52c87aa1ac602e
 
 PKG_MAINTAINER:=Facundo Acevedo <facevedo@disroot.org>
 PKG_LICENSE:=MIT
@@ -26,13 +26,13 @@ define Package/procs
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=Procs is feature-rich alternative to the 'ps'
-  DEPENDS:=$(RUST_ARCH_DEPENDS) 
+  DEPENDS:=$(RUST_ARCH_DEPENDS)
   URL:=https://github.com/dalance/procs/
 endef
 
 define Package/procs/description
-  Procs is a 'ps' command replacement written in Rust, offering 
-  enhanced usability and information display. 
+  Procs is a 'ps' command replacement written in Rust, offering
+  enhanced usability and information display.
   Features include color-coded output, theme auto-detection, advanced
   search, and extended process details
   (TCP/UDP ports, Docker names, I/O throughput).
index ee25012f2582e1d4c37150dcc4764308540c510e..e32dc92f6ab90cd3c4a1b984f244cef93328904d 100644 (file)
@@ -47,13 +47,6 @@ numeric_search = false
 nonnumeric_search = false
 align = "Left"
 
-[[columns]]
-kind = "MultiSlot"
-style = "ByUnit"
-numeric_search = false
-nonnumeric_search = false
-align = "Right"
-
 [[columns]]
 kind = "Separator"
 style = "White|BrightBlack"
@@ -103,16 +96,9 @@ color_x = "BrightBlue|Blue"
 numeric_search = "Exact"
 nonnumeric_search = "Partial"
 logic = "And"
-case = "Smart"
 
 [display]
 show_self = false
-show_thread = false
-show_thread_in_tree = true
-show_parent_in_tree = true
-show_children_in_tree = true
-show_header = true
-show_footer = false
 cut_to_terminal = true
 cut_to_pager = false
 cut_to_pipe = false
@@ -122,7 +108,6 @@ ascending = "▲"
 descending = "▼"
 tree_symbols = ["│", "─", "┬", "├", "└"]
 abbr_sid = true
-theme = "Auto"
 
 [sort]
 column = 0
@@ -132,7 +117,4 @@ order = "Ascending"
 path = "unix:///var/run/docker.sock"
 
 [pager]
-mode = "Disable" # OpenWrt's less doen't support the flags '-SR', if needed install the full less pacakge
-detect_width = false
-use_builtin = false
-
+mode = "Disable" # Install the full "less" package before enabling this flag.
git clone https://git.99rst.org/PROJECT