Search Criteria
Package Details: conky-cli 1.11.6-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: | |
Conflicts: | |
Provides: | |
Submitter: | karc |
Maintainer: | peace885 |
Last Packager: | peace885 |
Votes: | 95 |
Popularity: | 0.000000 |
First Submitted: | 2007-07-02 00:53 |
Last Updated: | 2020-08-08 00:44 |
Dependencies (9)
- curl (curl-git, curl-minimal-git)
- libxml2 (libxml2-linenum, libxml2-git)
- lua
- wireless_tools
- cmake (cmake-git) (make)
- docbook-xsl (make)
- docbook2x (make)
- git (git-git) (make)
- man-db (make)
Required by (8)
- barpyrus-git (requires conky) (optional)
- conky-bargile (requires conky)
- conky-colors-git (requires conky)
- conky-manager2-git (requires conky)
- uenv (requires conky) (optional)
- uenv-git (requires conky) (optional)
- xfce4-theme-switcher (requires conky)
- xts-dark-theme (requires conky)
Latest Comments
1 2 3 4 5 6 Next › Last »
peace885 commented on 2020-03-11 18:30
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
I appreciate you using the package and giving feedback. I will check this today.
robertpartridge commented on 2020-03-09 22:07
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
Updated to 1.10.8
tbw commented on 2017-09-23 15:56
Updated to 1.10.6
rti commented on 2017-04-07 19:32
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
Updated to 1.10.5
belette commented on 2016-11-04 17:44
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
Will this be updated soon? Will I be able to use it if its outdated?
sekret commented on 2016-02-05 19:57
Could you please add 'armv7h' to the arch line? It builds just fine on my Raspberry Pi 2 :)
Most probably it builds just fine for armv6h too (e.g. Raspberry Pi 1), but I cannot confirm...