mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
desktop/caffeine-ng: Add dependency.
Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f3bcd20f3c
commit
6d17d13b06
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
Caffeine is a little daemon that sits in your systray, and prevents the
|
||||
screensaver from showing up, or the system from going to sleep. It does
|
||||
so when an application is fullscreened (eg: youtube), or when you click
|
||||
on the systray icon (which you can do, when, eg: reading).
|
||||
Caffeine is a little daemon that sits in your systray, and prevents
|
||||
the screensaver from showing up, or the system from going to sleep. It
|
||||
does so when an application is fullscreened (eg: youtube), or when
|
||||
you click on the systray icon (which you can do, when, eg: reading).
|
||||
|
||||
This is a fork of Caffeine 2.4, since later versions dropped support
|
||||
for the systray icon in favour of automatic detection of fullscreen
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/caffeine-ng/caffeine-ng/releases/download/v3.4.2/ca
|
|||
MD5SUM="f8a8504541585b499c66a53478c738c9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="dbus-python3 docopt pyewmh pygobject3-python3 pyxdg setproctitle wheel"
|
||||
REQUIRES="dbus-python3 docopt pyewmh pygobject3-python3 python3-six pyxdg setproctitle wheel"
|
||||
MAINTAINER="Hunter Sezen"
|
||||
EMAIL="orbea@riseup.net"
|
||||
|
|
Loading…
Reference in a new issue