Search Criteria
Package Details: xsysinfo 1.6-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/xsysinfo.git (read-only, click to copy) |
|---|---|
| Package Base: | xsysinfo |
| Description: | An X application to display some kernel parameters in graphical form. It is like a mix of top, free and xload with the values shown as horizontal bar. |
| Upstream URL: | https://sourceforge.net/projects/xsysinfo |
| Licenses: | Other License |
| Submitter: | Geballin |
| Maintainer: | Geballin |
| Last Packager: | Geballin |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-03-30 19:20 (UTC) |
| Last Updated: | 2024-08-19 21:19 (UTC) |
Dependencies (7)
- libx11 (libx11-gitAUR)
- libxaw (xawmAUR)
- libxt
- xorg-server (xorg-server-gitAUR, xorg-server-bug865-issue1578AUR, xorg-server-bug865AUR, xorg-server-tearfreeAUR, xlibre-server-binAUR, xlibre-xserverAUR, xlibre-xserver-bootstrapAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- imake (make)
- make (make-gitAUR, make-staticAUR) (make)
Latest Comments
dreieck commented on 2026-03-03 17:22 (UTC)
Ahoj!,
issues for your package:
PKGBUILDfile,build()fails for me:You need to change the
../../to"${srcdir}"/.etc.
You need to further patch the
Makefileto honour$CFLAGSset by the build environment, and then addto the
build()function.Regards and thanks for maintaining!
simona commented on 2024-08-19 21:21 (UTC)
now perfect
simona commented on 2024-08-10 17:25 (UTC)
sysinfo.c:55:34: error: implicit declaration of function ‘strtol’; did you mean ‘strtok’? [-Wimplicit-function-declaration]
55 | retval = strtol(bufptr + len, &tail, 10);
| ^
~| strtok
make: *** [<incorporato>: sysinfo.o] Error 1