Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1be5fd3209e5dba6465b533b3a02d4bb4097be46)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1be5fd3209e5dba6465b533b3a02d4bb4097be46)
  • Date: Tue, 29 Mar 2022 20:14:23 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

utils/btop++/DETAILS | 29 ++++++++++++++++++-----------
utils/btop++/HISTORY | 5 +++++
utils/btop++/INSTALL | 1 +
3 files changed, 24 insertions(+), 11 deletions(-)

New commits:
commit 1be5fd3209e5dba6465b533b3a02d4bb4097be46
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

btop++: Fix installation path

commit 73b2855d2b6f860d0ac214a1734c07dde2a0fce5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

btop++: Fix long description

commit e02ef9c14d06359fc141602cc028b1ca8451551d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

btop++ 1.2.5

diff --git a/utils/btop++/DETAILS b/utils/btop++/DETAILS
index 23b41ba..4cd13b9 100755
--- a/utils/btop++/DETAILS
+++ b/utils/btop++/DETAILS
@@ -1,8 +1,8 @@
SPELL=btop++
- VERSION=1.0.13
+ VERSION=1.2.5
SOURCE="btop-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/aristocratos/btop/archive/refs/tags/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:3147e91b1e17995cd60ee8246524112d1fa9ee4bdef6e2f0c164d2f49781889042dc7bf1e826ecde591792775324b68ccd295f15257a887eb3dbe60b816a74c2
+
SOURCE_HASH=sha512:f881c2f8e85ccf7609ef443b4bec3c20e4f41c9b45171ddc3110a5484bf39cb2c3e4b7eff0a97930fe550d557526cec58b5867d55ed9d75f4a8976f0c92d5d10
SOURCE_DIRECTORY="$BUILD_DIRECTORY/btop-$VERSION"
WEB_SITE="https://github.com/aristocratos/btop";
LICENSE[0]="Apache-2.0"
@@ -15,14 +15,21 @@ network and processes.

C++ version and continuation of bashtop and bpytop.

-Features: * Easy to use, with a game inspired menu system. * Full mouse
-support, all buttons with a highlighted key is clickable and
+Features:
+* Easy to use, with a game inspired menu system.
+* Full mouse support, all buttons with a highlighted key is clickable and
mouse scroll works in process list and menu boxes.
-* Fast and responsive UI with UP, DOWN keys process selection. * Function
for
-showing detailed stats for selected process. * Ability to filter processes.
-* Easy switching between sorting options. * Tree view of processes. *
-Send any signal to selected process. * UI menu for changing all config
-file options. * Auto scaling graph for network usage. * Shows IO activity
-and speeds for disks * Battery meter * Selectable symbols for the graphs *
-Custom presets * And more...
+* Fast and responsive UI with UP, DOWN keys process selection.
+* Function for showing detailed stats for selected process.
+* Ability to filter processes.
+* Easy switching between sorting options.
+* Tree view of processes.
+* Send any signal to selected process.
+* UI menu for changing all config file options.
+* Auto scaling graph for network usage.
+* Shows IO activity and speeds for disks
+* Battery meter
+* Selectable symbols for the graphs
+* Custom presets
+* And more...
EOF
diff --git a/utils/btop++/HISTORY b/utils/btop++/HISTORY
index f38ab86..39c95a4 100644
--- a/utils/btop++/HISTORY
+++ b/utils/btop++/HISTORY
@@ -1,3 +1,8 @@
+2022-03-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.2.5
+ fixed long description
+ * INSTALL: added, fixed installation path
+
2021-10-04 Vlad Glagolev <stealth AT sourcemage.org>
* CONFLICTS: added, conflicts with btop++-bin

diff --git a/utils/btop++/INSTALL b/utils/btop++/INSTALL
new file mode 100755
index 0000000..4774abc
--- /dev/null
+++ b/utils/btop++/INSTALL
@@ -0,0 +1 @@
+${MAKE:-make} install PREFIX="$INSTALL_ROOT"/usr



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1be5fd3209e5dba6465b533b3a02d4bb4097be46), Ismael Luceno, 03/29/2022

Archive powered by MHonArc 2.6.24.

Top of Page