Search Criteria
Package Details: caffeine 2.9.4-2
Git Clone URL: | https://aur.archlinux.org/caffeine.git (read-only) |
---|---|
Package Base: | caffeine |
Description: | Prevents the desktop becoming idle in full-screen mode. |
Upstream URL: | https://launchpad.net/caffeine |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | Stephen304 |
Maintainer: | Toasty |
Last Packager: | Toasty |
Votes: | 7 |
Popularity: | 0.701201 |
First Submitted: | 2017-09-29 14:33 |
Last Updated: | 2017-11-05 21:23 |
Dependencies (6)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-optional-csd, gtk3-ubuntu, gtk3-adwaita-3-32-git, gtk3-typeahead, gtk3-mushrooms, gtk3-patched-filechooser-icon-view)
- python-ewmh
- python-gobject (python-gobject-git)
- python-setuptools
- python-xlib
- libappindicator-gtk3 (libappindicator-gtk3-ubuntu) (optional) – caffeine-indicator (tray applet) support
Latest Comments
Pulec commented on 2018-08-08 08:20
I needed to install setuptools_scm for sucessfull build
pacman -S python-setuptools-scm
Seems like this is missing dependency? Worth a update of PKGBUILD?
Might be just my issue: Things broke for me probably after the big python update few days ago and this probably some problem on my part, but the PKGBUILD didn't mentioned I am missing python-ewmh, if that helps anyone.
Stephen304 commented on 2017-10-31 20:49
@tkh23 The developers haven't released a tarball in ages, so this is very out of date. And I think it would be wrong of me to make my own tarball. Since I don't understand bzr that much, I've only been able to successfully make the caffeine-bzr package. Which works if you want to use that one instead.
Anyone is welcome to take over this package if they want to fix it.
tkh23 commented on 2017-10-31 18:39
/usr/lib/python3.6/site-packages/caffeine/__init__.py:22: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
Traceback (most recent call last):
File "/usr/bin/caffeine", line 40, in <module>
import caffeine
File "/usr/lib/python3.6/site-packages/caffeine/__init__.py", line 55, in <module>
import __builtin__
ModuleNotFoundError: No module named '__builtin__'