Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/b/bottom/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
13 changes: 7 additions & 6 deletions packages/b/bottom/package.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
9 changes: 5 additions & 4 deletions packages/b/bottom/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@
<Path fileType="data">/usr/share/applications/bottom.desktop</Path>
<Path fileType="data">/usr/share/bash-completion/completions/btm</Path>
<Path fileType="data">/usr/share/fish/vendor_completions.d/btm.fish</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps/bottom.svg</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps/bottom-system-monitor.svg</Path>
<Path fileType="data">/usr/share/licenses/bottom/LICENSE</Path>
<Path fileType="man">/usr/share/man/man1/btm.1.gz</Path>
<Path fileType="data">/usr/share/zsh/site-functions/_btm</Path>
</Files>
</Package>
<History>
<Update release="30">
<Date>2025-11-22</Date>
<Version>0.11.4</Version>
<Update release="31">
<Date>2025-12-27</Date>
<Version>0.12.2</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
Expand Down