Package Details: conky-git 1.21.8.r2.ga0ee703-2

Git Clone URL: https://aur.archlinux.org/conky-git.git (read-only, click to copy)
Package Base: conky-git
Description: Lightweight system monitor for X
Upstream URL: https://github.com/brndnmtthws/conky
Licenses: BSD-3-Clause, GPL-3.0-or-later
Conflicts: conky
Provides: conky
Submitter: Beini
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 15
Popularity: 0.000004
First Submitted: 2015-09-17 10:36 (UTC)
Last Updated: 2024-11-16 10:22 (UTC)

Required by (11)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

simonzack commented on 2021-03-26 10:44 (UTC)

Can -D BUILD_NVIDIA=ON be added back? I had to make my custom local package for this.

merlock commented on 2021-03-24 14:47 (UTC) (edited on 2021-03-24 14:49 (UTC) by merlock)

I'm probably not going to worry too much about this anymore; I've fully transitioned to sway/wayland and conky doesn't play nice.

Surprisingly, I'm not missing it at all - and I've used conky for 8 straight years.

Lantorax commented on 2021-03-24 00:37 (UTC)

Just posting that I had the same issue as merlock when I updated today, yay -Syu caused the same error. Cloning then using makepkg -si did work for me, however

merlock commented on 2021-03-20 01:58 (UTC)

@amoka - I don't know what else I can do to show you.

Chroot attempt:

http://ix.io/2TtT

makepkg -sr attempt:

http://ix.io/2TtU

amoka commented on 2021-03-19 23:23 (UTC)

@merlock Just tested in clean chroot... builds successfully!

merlock commented on 2021-03-19 22:03 (UTC)

Won't build (standard or clean chroot):


==> Retrieving sources...
  -> Updating conky git repo...
Fetching origin
==> Validating source files with sha256sums...
    conky ... Skipped
==> Extracting sources...
  -> Creating working copy of conky git repo...
Cloning into 'conky'...
done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

==> Starting pkgver()...
fatal: Not a valid object name HEAD
==> ERROR: pkgver is not allowed to be empty.
==> ERROR: pkgver() generated an invalid version: 

AlexanderCurl commented on 2020-08-07 06:31 (UTC)

Conky fails to start, due to recent lua upgrade. Install lua53 from the repository solves the problem.

emmanuelux commented on 2020-06-13 10:07 (UTC) (edited on 2020-06-13 10:08 (UTC) by emmanuelux)

to compile it on arm armv7h :

I delete in PKGBUILD :

1) libxnvctrl in depends (nvidia)

I replace ON by OFF :

2) -D BUILD_NVIDIA=OFF \