Search Criteria
Package Details: conky-cli 1.21.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/conky-cli.git (read-only, click to copy) |
---|---|
Package Base: | conky-cli |
Description: | Lightweight system monitor for X, without X11 dependencies |
Upstream URL: | https://github.com/brndnmtthws/conky |
Keywords: | conky |
Licenses: | GPL, BSD |
Conflicts: | conky |
Provides: | conky |
Submitter: | karc |
Maintainer: | eddie_vs |
Last Packager: | eddie_vs |
Votes: | 95 |
Popularity: | 0.000025 |
First Submitted: | 2007-07-02 00:53 (UTC) |
Last Updated: | 2024-09-06 19:37 (UTC) |
Dependencies (15)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- lua
- wireless_tools
- catch2 (catch2-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- docbook-xsl (make)
- docbook2x (make)
- git (git-gitAUR, git-glAUR) (make)
- gperf (gperf-gitAUR) (make)
- libx11 (libx11-gitAUR) (make)
- man-db (make)
- python-jinja (make)
- python-yaml (python-yaml-gitAUR) (make)
- xorgproto (xorgproto-gitAUR) (make)
Required by (11)
- barpyrus-git (requires conky) (optional)
- conky-bargile (requires conky)
- conky-colors-git (requires conky)
- conky-manager2 (requires conky)
- conky-manager2-git (requires conky)
- sxmo-utils-git (requires conky)
- uenv (requires conky) (optional)
- uenv-git (requires conky) (optional)
- xfce4-theme-switcher (requires conky)
- xts-arcolinux-theme (requires conky)
- xts-dark-theme (requires conky)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
sekret commented on 2023-01-05 13:24 (UTC) (edited on 2023-01-05 13:25 (UTC) by sekret)
xorgproto is really required as a makedependency!
The same is true for libx11 (output after I've added xorgproto)
sekret commented on 2023-01-02 17:19 (UTC) (edited on 2023-01-02 17:20 (UTC) by sekret)
About the options: I know what they are doing. What I meant to ask ist: Why do you include them? For me they only make the build a lot bigger than it needs to be.
I'd say we don't need debug symbols in this package. Or do you have a specific reason to include them?
sekret commented on 2023-01-02 17:15 (UTC) (edited on 2023-01-02 17:17 (UTC) by sekret)
Please add xorgproto and libx11 to makedepends.
It doesn't build without these. Discovered by building in a clean chroot.
eddie_vs commented on 2022-12-31 22:26 (UTC)
@sekret thanks, added 'python-yaml' and 'python-jinja' as makedepends.
As for the options: https://wiki.archlinux.org/title/Debugging/Getting_traces#Compilation_options
Cheers
sekret commented on 2022-12-14 21:35 (UTC)
Question: What's the reason for these two options?
options=('!strip' 'debug')
sekret commented on 2022-12-14 21:34 (UTC)
The build fails in a clean chroot.
Please add 'python-yaml' 'python-jinja' to makedepends. Both are required.
eddie_vs commented on 2022-08-30 16:11 (UTC)
Updated to fix building with latest glibc by unbundling catch2, which is therefore added as a makedepend.
friday13 commented on 2022-04-19 00:09 (UTC) (edited on 2022-04-19 00:40 (UTC) by friday13)
The error is mainly from source files in /build/conky-git/src/conky/tests , one workaround is using -D MAINTAINER_MODE=OFF with cmake. Then it builds fine. However, I don't know what other problems it may cause. https://github.com/brndnmtthws/conky/issues/1179
catman commented on 2022-02-22 02:07 (UTC)
Can't build. See error log below.
In file included from /usr/include/signal.h:328, from /home/catman/conky-cli/src/conky-1.12.2/tests/catch2/catch.hpp:5730, from /home/catman/conky-cli/src/conky-1.12.2/tests/test-common.cc:32: /home/catman/conky-cli/src/conky-1.12.2/tests/catch2/catch.hpp:8351:14: error: call to non-‘constexpr’ function ‘long int sysconf(int)’ 8351 | 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ; | ^~~~~~~~~~~ In file included from /usr/include/bits/sigstksz.h:24, from /usr/include/signal.h:328, from /home/catman/conky-cli/src/conky-1.12.2/tests/catch2/catch.hpp:5730, from /home/catman/conky-cli/src/conky-1.12.2/tests/test-common.cc:32: /usr/include/unistd.h:640:17: note: ‘long int sysconf(int)’ declared here 640 | extern long int sysconf (int __name) __THROW; | ^~~~~~~ In file included from /home/catman/conky-cli/src/conky-1.12.2/tests/test-common.cc:32: /home/catman/conky-cli/src/conky-1.12.2/tests/catch2/catch.hpp:8409:41: error: size of array ‘altStackMem’ is not an integral constant-expression 8409 | char FatalConditionHandler::altStackMem[sigStackSize] = {}; | ^~~~~~~~~~~~ [ 98%] Built target conky make[2]: [tests/CMakeFiles/test-conky.dir/build.make:76: tests/CMakeFiles/test-conky.dir/test-common.cc.o] Error 1 make[1]: [CMakeFiles/Makefile2:1108: tests/CMakeFiles/test-conky.dir/all] Error 2 make: *** [Makefile:166: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
1 2 3 4 5 6 7 Next › Last »