Package Details: luminance-git 0.1.0.r0.g33a274c-1

Git Clone URL: https://aur.archlinux.org/luminance-git.git (read-only, click to copy)
Package Base: luminance-git
Description: Luminance is a Philips Hue client for Linux written in Python and GTK+
Upstream URL: https://github.com/craigcabrey/luminance
Licenses: GPL2
Conflicts: luminance
Provides: luminance
Submitter: naraesk
Maintainer: None
Last Packager: TheGoliath
Votes: 2
Popularity: 0.21
First Submitted: 2018-04-02 03:17 (UTC)
Last Updated: 2020-05-16 09:23 (UTC)

Latest Comments

vvander commented on 2021-03-29 01:06 (UTC) (edited on 2021-03-29 01:17 (UTC) by vvander)

@naraesk the original project seems to have stalled in an unusable state, I believe this repository is being maintained, though:

https://github.com/BOSSoNe0013/luminance/

andrewb commented on 2019-12-01 18:10 (UTC)

There are some errors in the PKGBUILD:

==> ERROR: conflicts cannot be empty.
==> ERROR: changelog should not be an array
==> ERROR: install should not be an array
==> ERROR: Makepkg failed to compile luminance-git.
  • conflicts=('') should be conflicts=()
  • changelog() and install() can be deleted

naraesk commented on 2019-01-03 17:11 (UTC)

AUR dependencies are only installed automatically if you use an AUR helper (https://wiki.archlinux.org/index.php/AUR_helpers), e.g., aurman. makepkg cannot install AUR dependencies.

yoant commented on 2019-01-03 17:04 (UTC)

I got an error right on buildtime:

makepkg -si     
==> Making package: luminance-git 21-2 (jeu. 03 janv. 2019 17:56:10 CET)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: python-phue

After manually installing https://aur.archlinux.org/packages/python-phue/ it works

Shouldn't it be automatic?

naraesk commented on 2018-10-17 18:33 (UTC)

should work now :)

nebulon commented on 2018-10-11 10:04 (UTC)

I also get the same error on runtime. Basically https://github.com/studioimaginaire/phue is missing.

naraesk commented on 2018-09-19 10:11 (UTC)

Do you get the error on runtime or buildtime?

EnigmaCurry commented on 2018-09-14 22:30 (UTC)

Seems to be missing a dependency for phue

ModuleNotFoundError: No module named 'phue'