You can put me down as a co-maintainer if no one else volunteers. I might need to ask you some packaging questions from time to time though.
Search Criteria
Package Details: caffeine-ng 4.2.0-1
Package Actions
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: | 117 |
Popularity: | 0.114714 |
First Submitted: | 2014-10-19 05:26 (UTC) |
Last Updated: | 2023-05-08 10:23 (UTC) |
Dependencies (16)
- gtk3 (gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic, gtk3-classic-xfce)
- libayatana-appindicator
- libindicator-gtk3
- libnotify (libnotify-gtk2, libnotify-git)
- python-click
- python-dbus (dbus-python)
- python-ewmh
- python-gobject (python-gobject-git)
- python-pulsectl
- python-setproctitle
- python-wheel
- python-xdg (python-pyxdg)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- meson (meson-git) (make)
- scdoc (scdoc-git) (make)
- xfconf (xfconf-gtk2, xfconf-git, xfconf-devel) (optional) – Support for Xfce presentation mode.
Required by (1)
- pyload-ng (requires caffeine) (optional)
Sources (1)
darose commented on 2023-08-15 21:48 (UTC)
whynothugo commented on 2023-08-15 14:39 (UTC)
I'm not actively using this package on Arch. If somebody wants to (co)-maintain it, the help is appreciated.
MarsSeed commented on 2023-06-18 20:25 (UTC)
Please remove python-xdg dependency; it is not used.
paths.py gets the users config dir path via os.environ.get
.
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).
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).