Search Criteria
Package Details: conky-cairo 1.11.3-1
Git Clone URL: | https://aur.archlinux.org/conky-cairo.git (read-only, click to copy) |
---|---|
Package Base: | conky-cairo |
Description: | conky - built for nvidia - Just change one variable to build the git version - defaults to release version. |
Upstream URL: | https://github.com/brndnmtthws/conky |
Keywords: | conky network weather |
Licenses: | GPL3, BSD |
Conflicts: | conky |
Provides: | conky |
Replaces: | conky, torsmo |
Submitter: | paramvir |
Maintainer: | paramvir |
Last Packager: | paramvir |
Votes: | 8 |
Popularity: | 0.000123 |
First Submitted: | 2016-12-28 03:22 (UTC) |
Last Updated: | 2020-08-15 03:20 (UTC) |
Dependencies (15)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta)
- cairo (cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin, cairo-ubuntu)
- curl (curl-minimal-git, curl-git)
- glib2 (glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- imlib2
- librsvg (librsvg-minimal-git, librsvg-og, librsvg-git)
- libxdamage
- libxft (libxft-bgra, libxft-bgra-git)
- libxinerama (libxinerama-randr-git)
- libxml2 (libxml2-git)
- libxnvctrl (libxnvctrl-beta-gtk2, libxnvctrl-430xx, libxnvctrl-340xx, libxnvctrl-470xx, libxnvctrl-390xx, libxnvctrl-510xx)
- lua
- wireless_tools
- cmake (cmake-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
Required by (10)
- barpyrus-git (requires conky) (optional)
- conky-bargile (requires conky)
- conky-colors-git (requires conky)
- conky-manager2-git (requires conky)
- corky
- uenv (requires conky) (optional)
- uenv-git (requires conky) (optional)
- unityx (requires conky)
- xfce4-theme-switcher (requires conky)
- xts-dark-theme (requires conky)
Latest Comments
paramvir commented on 2020-08-14 14:28 (UTC) (edited on 2020-08-14 14:28 (UTC) by paramvir)
Yes - for some it does not work - and we need to investigate - I have changed the version number and it has all passed. For the git version - I need to add some adjustment for it to work - as that bug is still there - but the correction is known.
Perhaps if you can tell me what error messages you get on the terminal window - also are you migrating from 0.9x version or are using 1.10x version.
Many variables that need to be looked at...
cheers
adiser commented on 2020-08-14 13:37 (UTC)
installed lua 5.4 ,recompiled conky-cairo...but still not working, if you have any suggestions... thanks
paramvir commented on 2020-08-07 14:30 (UTC)
LUA has been updated to LUA 5.4 - simply install LUA 5.4 and recompile conky-cairo and all will work fine.
cheers
paramvir commented on 2019-08-19 12:24 (UTC) (edited on 2019-08-19 12:25 (UTC) by paramvir)
There are some major issues still present which I missed pointing out in my last message - https://github.com/brndnmtthws/conky/issues/870 - points to a bug filed by me - exec calls with time intervals are not executed properly - please review the bug. You will also see issues related to negative ram.
To test the bug just change 'pkgver=1.11.5' to install the release build.
I am holding on to the version 1.11.3 as that is the best version so far which does not adversely affect conky.
paramvir commented on 2019-08-18 00:57 (UTC)
OK the latest build 1.11.5 is a better build and shall update in a few days - in the mean time just change 'pkgver=1.11.5' to install the release build.
paramvir commented on 2019-06-25 03:14 (UTC) (edited on 2019-08-12 00:45 (UTC) by paramvir)
Conky version 1.11.4 has been released - it has memory display related bugs - it will show incorrect memory percent etc.
There are some memory leaks - which have been addressed.
You can edit this pkgbuild to test conky by using the github version - just change the variable '_myopts=0'.
paramvir commented on 2018-12-17 05:22 (UTC)
conky has another update - nvidia is now working and this version conky-cairo still working fine with lua 5.3 - you do need to install https://aur.archlinux.org/packages/tolua%2B%2B_5.3/ package
paramvir commented on 2018-12-02 22:36 (UTC)
conky-cairo updated to 1.11.0 - thanks lasers ;-)) for the bump.
paramvir commented on 2018-08-13 07:34 (UTC)
next conky may not support nvidia - we can use nvidia-smi to get nvidia information.
paramvir commented on 2018-06-13 15:19 (UTC)
Great - I got what you mean - let me check this in my morning and then update this pesky thing ;-))
Thanks
wuestengecko commented on 2018-06-13 13:00 (UTC)
It probably builds fine for you because you already have git and xinerama installed on your build host (check
pacman -Q git libxinerama
), and thus cmake finds and uses them. As I'm building in a clean chroot however that is not the case for my build environment, which means building fails due to unsatisfied dependencies during cmake: https://gist.github.com/Wuestengecko/f9dc90b7b176389ad88eea4310efdc16 (the same error occurs for xinerama once I add git to makedepends)paramvir commented on 2018-06-12 23:52 (UTC)
Hi
I feel we can leave the things as they are - I have tested and I have no issues with cmake and do not require the additions as you have suggested.
There is an issue with nvidia as I have had to switch to older support nivdia drivers and conky cannot handle that in the git version - it is working on the release version though.
I have kept this version light and left out the docs as the docbook add to the bulk...
From the static I am picking up from the conky github thing - 1.10.9 will have some issues - let's wait for that release :-)
I must thank you for the tips n support ;-))
cheers
wuestengecko commented on 2018-06-05 16:30 (UTC)
Take a look at this patch I made: https://gist.github.com/Wuestengecko/2fadee7c62cef085f04d562e56f358e1 Builds fine in a clean chroot. Also builds documentation now (cmake switch MAINTAINER_MODE). Set pkgrel back to 1 for release ;)
Cheers :)
paramvir commented on 2018-06-04 16:07 (UTC)
Yeah sure - need to change to the newer version - shall look into this as well.
cheers
wuestengecko commented on 2018-06-04 15:49 (UTC)
Please add libxinerama to
depends
and git to themakedepends
for the release version - for some reason cmake wants to have it.paramvir commented on 2017-07-11 11:32 (UTC)