Package Details: caffeine-ng 4.2.0-1

Git Clone URL: https://aur.archlinux.org/caffeine-ng.git (read-only, click to copy)
Package Base: caffeine-ng
Description: Status bar application able to temporarily inhibit the screensaver and sleep mode.
Upstream URL: https://codeberg.org/WhyNotHugo/caffeine-ng
Keywords: caffeine powersaving screensaver
Licenses: GPL-3.0-or-later
Conflicts: caffeine, caffeine-bzr, caffeine-oneclick, caffeine-systray
Provides: caffeine, caffeine-bzr, caffeine-oneclick, caffeine-systray
Replaces: caffeine-oneclick, caffeine-systray
Submitter: whynothugo
Maintainer: whynothugo (darose)
Last Packager: whynothugo
Votes: 120
Popularity: 0.87
First Submitted: 2014-10-19 05:26 (UTC)
Last Updated: 2023-05-08 10:23 (UTC)

Pinned Comments

whynothugo commented on 2023-05-05 09:34 (UTC)

After an upgrade to Python 3.11, you need to rebuild this package (and all Python packages in the AUR).

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 24 Next › Last »

Senk42 commented on 2023-05-19 18:21 (UTC)

@whynothugo

The above command issues a bunch of output similar to what's shown below, the important part being the version of python shown (3.10) compared to the actual python version installed (Python 3.11.3). I've tried removing and reinstalling python-pulsectl using "yay". The result remains the same.

"python-pulsectl /usr/lib/python3.10/site-packages/pulsectl/tests/test_with_dummy_instance.py"

whynothugo commented on 2023-05-19 10:04 (UTC)

@Senk42: Sounds like you're missing python-pulsectl. Can you check pacman -Ql python-pulsectl, and make sure that the package is built for python 3.11?

Senk42 commented on 2023-05-19 03:30 (UTC)

I'm getting the following during installation:

"Program python3 (click, ewmh, setproctitle, pulsectl) found: NO modules: click, ewmh, setproctitle

meson.build:24:15: ERROR: python3 is missing modules: pulsectl"

whynothugo commented on 2023-05-17 17:07 (UTC)

I've updated this package to 4.2.0, which had some build system changes upstream. I re-did a lot of dependencies for that.

Lemme know if your encounter any pending dependency oddities.

yochananmarqos commented on 2023-05-05 19:57 (UTC)

@powwu: libappindicator-gtk3 is already an optional dependency. However, it should depend on libayatana-appindicator as it will use that first.

powwu commented on 2023-05-05 19:56 (UTC)

Seems to require libappindicator-gtk3 (community).

gavincc commented on 2023-05-05 11:04 (UTC) (edited on 2023-05-05 20:19 (UTC) by gavincc)

cheers for that @whynothugo, I didn't manually clean build the python deps before (list from pkgbuild), and now i have a lovely steaming coffee cup! just for the sake of it, if anyone is struggling, just do the following and choose to clean build all when prompted: yay -S python-gobject python-xdg python-dbus python-click python-ewmh gtk3 libnotify python-setproctitle python-wheel python-pulsectl libindicator-gtk3 caffeine-ng

Rhinoceros commented on 2023-05-05 10:54 (UTC)

@Anarconda check which packages need to be rebuilt with

pacman -Qoq /usr/lib/python3.10/site-packages

if you use a AUR helper like yay, then something like

yay -S $(pacman -Qoq /usr/lib/python3.10/site-packages | tr '\n' ' ')

whynothugo commented on 2023-05-05 10:51 (UTC) (edited on 2023-05-05 10:51 (UTC) by whynothugo)

You need to rebuild python-pulsectl too. You need to rebuild all Python packages that you've installed from the AUR.