Package Details: caffeine-ng-git v4.0.2.r28.g5c7e1b5-1

Git Clone URL: https://aur.archlinux.org/caffeine-ng-git.git (read-only, click to copy)
Package Base: caffeine-ng-git
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: GPL3
Conflicts: caffeine, caffeine-bzr, caffeine-ng, caffeine-oneclick, caffeine-systray
Provides: caffeine, caffeine-bzr, caffeine-ng, caffeine-oneclick, caffeine-systray
Replaces: caffeine-oneclick, caffeine-systray
Submitter: whynothugo
Maintainer: None
Last Packager: whynothugo
Votes: 14
Popularity: 0.000002
First Submitted: 2015-03-29 17:57 (UTC)
Last Updated: 2022-10-25 12:21 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

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.

Rhinoceros commented on 2022-07-13 02:58 (UTC)

Could you please make this package provide caffeine-ng as well? Thank you.

michaelwtm commented on 2021-11-08 00:13 (UTC)

whynothugo: that was it, thanks for the help on that

whynothugo commented on 2021-11-01 07:53 (UTC)

niazuma: looks like an issue with your AUR helpers cache. Try clearing it's cache or report the issue with the aur helper.

michaelwtm commented on 2021-11-01 01:48 (UTC)

I'm getting the following error trying to update this package:

:: (0/1) Downloaded PKGBUILD: caffeine-ng-git -> error fetching caffeine-ng-git: error: Your local changes to the following files would be overwritten by merge: PKGBUILD Please commit your changes or stash them before you merge. Aborting context: exit status 1

adrianinsaval commented on 2021-03-26 02:42 (UTC)

python-docopt is no longer a dependency, it was replaced with python-click: https://github.com/caffeine-ng/caffeine-ng/blob/main/CHANGELOG.rst

C0rn3j commented on 2021-01-22 23:49 (UTC)

python-pulse-control was just merged into python-pulsectl, you may want to update the dependency

yochananmarqos commented on 2021-01-17 02:35 (UTC)

git and python-setuptools-scm are missing from makedepends().

The options() array is not necessary, neither apply here.

The install file is not necessary, pacman has been taking care of those tasks for quite some time now.

Sesese9 commented on 2021-01-02 19:41 (UTC)

python-pulsectl is a runtime dependency now. Had to install for caffeine to run.

Traceback (most recent call last):
  File "/usr/bin/caffeine", line 33, in <module>
    sys.exit(load_entry_point('caffeine-ng==3.5.0.post2+gac736cd', 'gui_scripts', 'caffeine')())
  File "/usr/bin/caffeine", line 25, in importlib_load_entry_point
    return next(matches).load()
  File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 790, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/usr/lib/python3.9/site-packages/caffeine/main.py", line 54, in <module>
    from .core import Caffeine  # noqa: E402
  File "/usr/lib/python3.9/site-packages/caffeine/core.py", line 26, in <module>
    from pulsectl import Pulse
ModuleNotFoundError: No module named 'pulsectl'

whynothugo commented on 2019-10-10 19:17 (UTC)

Added new dependency.