diff --git a/packages/b/bottom/abi_used_symbols b/packages/b/bottom/abi_used_symbols
index 359dd25fefb..b81fed79aef 100644
--- a/packages/b/bottom/abi_used_symbols
+++ b/packages/b/bottom/abi_used_symbols
@@ -17,6 +17,7 @@ libc.so.6:dlclose
libc.so.6:dlerror
libc.so.6:dlopen
libc.so.6:dlsym
+libc.so.6:dup
libc.so.6:dup2
libc.so.6:environ
libc.so.6:epoll_create1
@@ -101,6 +102,7 @@ libc.so.6:setgid
libc.so.6:setgroups
libc.so.6:setpgid
libc.so.6:setrlimit
+libc.so.6:setsid
libc.so.6:setuid
libc.so.6:sigaction
libc.so.6:sigaddset
@@ -114,6 +116,7 @@ libc.so.6:strcpy
libc.so.6:strlen
libc.so.6:syscall
libc.so.6:sysconf
+libc.so.6:sysinfo
libc.so.6:waitid
libc.so.6:waitpid
libc.so.6:write
diff --git a/packages/b/bottom/package.yml b/packages/b/bottom/package.yml
index 25098c6153a..b2f9c1bdcd6 100644
--- a/packages/b/bottom/package.yml
+++ b/packages/b/bottom/package.yml
@@ -1,11 +1,11 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : bottom
-version : 0.11.4
-release : 30
+version : 0.12.2
+release : 31
source :
- - https://github.com/ClementTsang/bottom/archive/refs/tags/0.11.4.tar.gz : 838db91511ff73aab0eeb03f47f77b62bdb78380470078e9785044d75b1139a6
- - https://github.com/ClementTsang/bottom/releases/download/0.11.4/completion.tar.gz : 826024faafde15f207a72740a95f02a72a84fde034dbe18547efada80cf59b9a
- - https://github.com/ClementTsang/bottom/releases/download/0.11.4/manpage.tar.gz : 5feba69af6eabd5a29fd8e3a4dfbca8e0ff0f4888f6beeb1d2532ebf03d7474e
+ - https://github.com/ClementTsang/bottom/archive/refs/tags/0.12.2.tar.gz : dff5064fbe74800f187d9846990be0431786b98c4aa49fdca8ff842efbb319b9
+ - https://github.com/ClementTsang/bottom/releases/download/0.12.2/completion.tar.gz : 21445bf3dc4c0f7d595235b6916a8fce0eef858366214c3fac64b38dd6fdfbc7
+ - https://github.com/ClementTsang/bottom/releases/download/0.12.2/manpage.tar.gz : 939398986cb515bd725ed7aa3aea78768b3deaf3031c1645c54ba38d4c6e6f42
homepage : https://clementtsang.github.io/bottom
license : MIT
component : system.utils
@@ -26,6 +26,7 @@ build : |
%cargo_build --bin btm
install : |
%cargo_install btm
+ %install_license LICENSE
# Completions
install -Dm00644 btm.bash $installdir/usr/share/bash-completion/completions/btm
@@ -38,4 +39,4 @@ install : |
# Desktop
install -Dm00644 desktop/bottom.desktop $installdir/usr/share/applications/bottom.desktop
- install -Dm00644 assets/icons/bottom.svg $installdir/usr/share/icons/hicolor/scalable/apps/bottom.svg
+ install -Dm00644 assets/icons/bottom-system-monitor.svg $installdir/usr/share/icons/hicolor/scalable/apps/bottom-system-monitor.svg
diff --git a/packages/b/bottom/pspec_x86_64.xml b/packages/b/bottom/pspec_x86_64.xml
index 30931d26aad..da64e62fdcf 100644
--- a/packages/b/bottom/pspec_x86_64.xml
+++ b/packages/b/bottom/pspec_x86_64.xml
@@ -24,15 +24,16 @@
/usr/share/applications/bottom.desktop
/usr/share/bash-completion/completions/btm
/usr/share/fish/vendor_completions.d/btm.fish
- /usr/share/icons/hicolor/scalable/apps/bottom.svg
+ /usr/share/icons/hicolor/scalable/apps/bottom-system-monitor.svg
+ /usr/share/licenses/bottom/LICENSE
/usr/share/man/man1/btm.1.gz
/usr/share/zsh/site-functions/_btm
-
- 2025-11-22
- 0.11.4
+
+ 2025-12-27
+ 0.12.2
Packaging update
Evan Maddock
maddock.evan@vivaldi.net