AUR (en) - polychromatic

lah7 commented on 2024-04-21 19:16 (UTC)

Roken commented on 2024-04-21 16:38 (UTC)

python-colour 1.5-13 breaks this. Downgrade to 1.5-12 fixes. Rebuilding the package didn't help.

lah7 commented on 2023-08-31 19:12 (UTC)

@polyzen Dependencies updated. It was around v0.7.0 when 'python-openrazer' became optional as the project prepared to be more vendor-agnostic. Makes sense to put it back as a hard dependency until such development is done.

The software can still start without 'python-openrazer' present, although those scenarios may be less likely now that OpenRazer packages are in the official Arch repos!

polyzen commented on 2023-08-31 03:58 (UTC)

Seems python-openrazer should be a hard dep and not just an optdep.

lah7 commented on 2023-05-21 20:38 (UTC)

@patri9ck Python has been recently updated in the repositories (3.10 => 3.11). You must perform a clean rebuild of the package so it installs inside the correct Python modules folder.

Repeat this for any other Python-based AUR packages (like OpenRazer):

pacman -Qo /usr/lib/python3.10

patri9ck commented on 2023-05-21 18:47 (UTC)

Getting this when launching polychromatic-cli or polychromatic-controller:

$ polychromatic-cli           
Traceback (most recent call last):
  File "/usr/bin/polychromatic-cli", line 30, in <module>
    import polychromatic.base as base_class
ModuleNotFoundError: No module named 'polychromatic'

Installed via paru, reinstalling did not help.

lah7 commented on 2023-02-08 19:58 (UTC)

Yamashiro commented on 2023-02-07 19:18 (UTC)

There is an issue with the checksum in the PKGBUILD.

==> Validating source files with sha512sums...
polychromatic-v0.8.0.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'polychromatic-0.8.0-1':
error: packages failed to build: polychromatic-0.8.0-1

lah7 commented on 2022-11-16 21:17 (UTC)

@kawazoe Nope, you'll have to contact the distro you're using (or whoever runs the mirror) to fix that. Packages from the AUR are usually built locally, so in the meantime you could "Download snapshot", change the PKGBUILD's "pkgrel" to "2" and run "makepkg -s".

kawazoe commented on 2022-11-15 22:14 (UTC)

The mirrors have picked up a new build of this package listed as "polychromatic-0.7.3-1.1-any" with a size of 0B and it's completely breaking updates for me. Anyone else is experiencing this?