Search Criteria
Package Details: conky-lua-nv 1.21.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/conky-lua-nv.git (read-only, click to copy) |
---|---|
Package Base: | conky-lua-nv |
Description: | Lightweight system monitor for X with lua and nvidia enabled |
Upstream URL: | https://github.com/brndnmtthws/conky |
Licenses: | GPL, BSD |
Conflicts: | conky |
Provides: | conky, conky-lua |
Replaces: | conky, torsmo |
Submitter: | Andrwe |
Maintainer: | Foucault |
Last Packager: | Foucault |
Votes: | 130 |
Popularity: | 0.004658 |
First Submitted: | 2010-04-12 04:55 (UTC) |
Last Updated: | 2024-10-20 22:52 (UTC) |
Dependencies (46)
- alsa-lib
- cairo (cairo-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- imlib2
- libcurl.so (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
- libncursesw.so (ncurses-gitAUR, lib32-ncurses, ncurses)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libpulse.so (pulseaudio-dummyAUR, libpulse)
- librsvg (librsvg-gitAUR)
- libsystemd.so (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR, lib32-systemd-gitAUR, lib32-systemd, systemd-libs)
- libx11 (libx11-gitAUR)
- libxdamage
- libxext (libxext-gitAUR)
- libxfixes
- libxft (libxft-gitAUR)
- Show 26 more dependencies...
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
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 13 Next › Last »
Foucault commented on 2022-03-13 11:23 (UTC) (edited on 2022-03-13 11:27 (UTC) by Foucault)
You will have to download the PKGBUILD locally (click Download snapshot and extract it) then edit the PKGBUILD and build the package with
makepkg -rsf
. You can then install it withpacman -U conky-lua-nv-1.12.2-1-x86_64.pkg.tar.zst
. If you install it throughyay
again it will just fetch the package from AUR instead.peat123 commented on 2022-03-13 10:33 (UTC)
I tried changing the maintainer mode to off and made sure it's off before doing yay conky-lua-nv but it's still gives me the same error and after the install when I go to PKGBUILD it say MAINTAINER_MODE=ON so it changed durinig the instalation. What can I do to make sure its' off during the instalation?
Foucault commented on 2022-02-19 14:09 (UTC) (edited on 2022-02-19 14:16 (UTC) by Foucault)
The PKGBUILD for the package in extra also fails with the same error. Maybe related to the new glibc? Not sure. I'm investigating.
Update: Looks like it's related to the test harness. As a quick workaround you can set
MAINTAINER_MODE=off
instead ofon
(line 44 in the PKGBUILD) to skip these.zuzavo commented on 2022-02-19 13:55 (UTC)
Same error here.
robson commented on 2022-02-18 15:07 (UTC)
During the build, this error pops up, and the build is aborted
salamander commented on 2021-03-26 17:38 (UTC)
@foucault: thanks for the answer and the hint.
yes, i thought it has something to do with lua.
the interesting thing: not too long ago i reinstalled conky-lua-archers. lua 5.4 was already out. dependencies are lua and lua51.
so if always the newest lua version is taken as reference, i thought that lua51 makes the difference. but it doesn't, because i installed it next to conky-lua-nv.
it must be something else (tolua?).
somehow this fact makes me confused :)
Foucault commented on 2021-03-26 16:27 (UTC)
This might actually be related to lua. By default the conky Makefile will pick up the highest version of Lua available on the system. In Arch this is 5.4 but you might want to link against 5.3 to see if that makes any difference. You can do that by cloning the conky repository and removing the
lua>=5.3
constraint fromcmake/ConkyPlatformChecks.cmake
. This will force building against 5.3 (you obviously need to havelua53
installed).salamander commented on 2021-03-26 16:13 (UTC)
https://github.com/popindavibe/conky-grapes is the theme of my choice, which i have been running under https://aur.archlinux.org/packages/conky-lua-archers/ without problems, though being outdated for a longer time.
conky-lua-nv on the other hand is up-to-date, but the display of the rings/values is very sluggish and has long dropouts.
any idea why the theme is not running smoothly?
hamelg commented on 2021-03-26 14:31 (UTC)
Thanks, 1.12.1-2 has fixed the issue.
Foucault commented on 2021-03-26 10:21 (UTC)
OK so I searched a bit and I think this is related to the implementation of HSV colour gradients. This is fixed in the latest git snapshot. I'll disable HSV gradients for now until a new release is out.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 13 Next › Last »