Package Details: conky-cli 1.20.0-1

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.001901
First Submitted: 2007-07-02 00:53 (UTC)
Last Updated: 2024-04-17 17:30 (UTC)

Required by (10)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

Strykar commented on 2022-02-21 18:56 (UTC)

Fails to build on a fresh install:

[ 86%] Built target conky_core
[ 87%] Building CXX object src/CMakeFiles/conky.dir/main.cc.o
[ 88%] Linking CXX executable conky
[ 88%] Built target conky
[ 90%] Building CXX object tests/CMakeFiles/test-conky.dir/test-common.cc.o
In file included from /usr/include/signal.h:328,
                 from /home/strykar/.cache/aurutils/sync/conky-cli/src/conky-1.12.2/tests/catch2/catch.hpp:5730,
                 from /home/strykar/.cache/aurutils/sync/conky-cli/src/conky-1.12.2/tests/test-common.cc:32:
/home/strykar/.cache/aurutils/sync/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/strykar/.cache/aurutils/sync/conky-cli/src/conky-1.12.2/tests/catch2/catch.hpp:5730,
                 from /home/strykar/.cache/aurutils/sync/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/strykar/.cache/aurutils/sync/conky-cli/src/conky-1.12.2/tests/test-common.cc:32:
/home/strykar/.cache/aurutils/sync/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] = {};
      |                                         ^~~~~~~~~~~~
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...

peace885 commented on 2020-03-11 18:30 (UTC)

Unfortunately, upstream developer has not created a new release which incorporates the changes. Unless I fork the project and then make my own release, this package will rely on the latest release which has the un-updated code.

peace885 commented on 2020-03-10 13:29 (UTC)

I appreciate you using the package and giving feedback. I will check this today.

robertpartridge commented on 2020-03-09 22:07 (UTC)

I just switched from using conky-git to using conky-cli and I noticed that conky-cli has an issue that I had with the standard conky package before I switched to the conky-git package ... there's a problem where memory use occasionally is reported as a negative value.

https://github.com/brndnmtthws/conky/issues/877

From what I understand, the update for this issue wasn't given a revision and was just put into the latest version of conky (hence why I had to use the git version to resolve it). You might want to look into updating conky-cli to get this update as well.

tbw commented on 2018-02-19 09:53 (UTC)

Updated to 1.10.8

tbw commented on 2017-09-23 15:56 (UTC)

Updated to 1.10.6

rti commented on 2017-04-07 19:32 (UTC)

Package update to 1.10.6 below diff --git a/.SRCINFO b/.SRCINFO index 73e440d..18c3bc3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = conky-cli pkgdesc = Lightweight system monitor for X, without X11 dependencies - pkgver = 1.10.5 + pkgver = 1.10.6 pkgrel = 1 url = https://github.com/brndnmtthws/conky arch = i686 @@ -18,9 +18,9 @@ pkgbase = conky-cli depends = libxml2 provides = conky conflicts = conky - source = https://github.com/brndnmtthws/conky/archive/v1.10.5.tar.gz + source = https://github.com/brndnmtthws/conky/archive/v1.10.6.tar.gz source = lua53.patch - sha1sums = a560c356ce4c3e2918601743b57d19a18fe01a72 + sha1sums = 54cb3322dc3a969f1fda03383012c61d57261345 sha1sums = a3a74542b6524e5663ad37aaba292b48e8bea3b1 pkgname = conky-cli diff --git a/PKGBUILD b/PKGBUILD index 7bd2620..70056f9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ _pkgname=conky pkgname=conky-cli -pkgver=1.10.5 +pkgver=1.10.6 pkgrel=1 pkgdesc="Lightweight system monitor for X, without X11 dependencies" url='https://github.com/brndnmtthws/conky' @@ -18,7 +18,7 @@ depends=('curl' 'lua' 'wireless_tools' 'libxml2') source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz" 'lua53.patch') -sha1sums=('a560c356ce4c3e2918601743b57d19a18fe01a72' +sha1sums=('54cb3322dc3a969f1fda03383012c61d57261345' 'a3a74542b6524e5663ad37aaba292b48e8bea3b1') prepare() {

Archer777 commented on 2016-11-15 17:51 (UTC)

Updated to 1.10.5

belette commented on 2016-11-04 17:44 (UTC)

anyone who has been able to make the refresh looks better? in X it is possible to use double_buffer but in cli it is not. every time I got a refresh my screen is like flickering and it is not so beautiful. I also notice that if I don't put empty lines the next refresh is like adding lines into a cli so I have to put some blank lines for getting all the available space vertically for my information to be on the same place after a refresh. how are you doing on your side guys ?

cjmick commented on 2016-10-07 17:59 (UTC)

Will this be updated soon? Will I be able to use it if its outdated?