- Update to version 1.3.2+git20240805.00c9088: * fix: include missed out utility header. * Switch macos continuous build from gcc to clang * Add fix for disk used and free percent #791 * Beautify command line error output and help message * Disable STATIC build for cmake. * Fix the pkg_add command in README. * Bump NetBSD to 10.0 in CI. * Update README.md with NetBSD details. * Ignore netbsd folder in other builds. * Use kvm and ifaddr defs from shared.hpp. * Simplify the CI command. * Add support for reading thermal stats. * Add support for reading battery stats. * Get the 64 bit value of physmem. * Add CMake build support for NetBSD. * Attempt to fix the CI. * Fix some of the memory stats. * Add build files for NetBSD. * Add NetBSD Support. - Update to version 1.3.2+git20240624.e4f69cd: * Updated soon to be deprecated actions to latest versions * Removed macos-14 for now due to XCode bug when compiling with gcc * Removed deprecated macos-11 and add macos-13 and macos-14 * Update spacing * fix io_graph_speeds parsing * fix divide 0 error when caculating disk usage percentage (#791) OBS-URL: https://build.opensuse.org/package/show/Base:System/btop?expand=0&rev=58
12 lines
668 B
Diff
12 lines
668 B
Diff
--- Makefile.smb 2024-01-07 17:53:29.277539396 -0500
|
|
+++ Makefile 2024-01-07 17:53:57.784497347 -0500
|
|
@@ -281,7 +281,7 @@
|
|
@chmod 755 $(DESTDIR)$(PREFIX)/bin/btop
|
|
@printf "\033[1;92mInstalling doc to: \033[1;97m$(DESTDIR)$(PREFIX)/share/btop\n"
|
|
@mkdir -p $(DESTDIR)$(PREFIX)/share/btop
|
|
- @cp -p README.md $(DESTDIR)$(PREFIX)/share/btop
|
|
+ @cp -p README.md $(DESTDIR)$(PREFIX)/share/doc/packages/btop
|
|
@printf "\033[1;92mInstalling themes to: \033[1;97m$(DESTDIR)$(PREFIX)/share/btop/themes\033[0m\n"
|
|
@cp -pr themes $(DESTDIR)$(PREFIX)/share/btop
|
|
@printf "\033[1;92mInstalling desktop entry to: \033[1;97m$(DESTDIR)$(PREFIX)/share/applications/btop.desktop\n"
|