diff options
author | orbea <orbea@riseup.net> | 2021-01-02 21:49:42 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-09 14:30:38 +0700 |
commit | 6d17d13b06b305a90b86039ecd45e4c971b131aa (patch) | |
tree | 1c90516f5857bc3ddf31ef33aa03a0ee36c8ab7d /desktop | |
parent | f3bcd20f3ceee67592efe2a88121e6792b6591ea (diff) | |
download | slackbuilds-6d17d13b06b305a90b86039ecd45e4c971b131aa.tar.gz |
desktop/caffeine-ng: Add dependency.
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/caffeine-ng/README | 8 | ||||
-rw-r--r-- | desktop/caffeine-ng/caffeine-ng.info | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/caffeine-ng/README b/desktop/caffeine-ng/README index 3e3a614974..c069c054cc 100644 --- a/desktop/caffeine-ng/README +++ b/desktop/caffeine-ng/README @@ -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 diff --git a/desktop/caffeine-ng/caffeine-ng.info b/desktop/caffeine-ng/caffeine-ng.info index 87c6b7aefd..92a49a3e18 100644 --- a/desktop/caffeine-ng/caffeine-ng.info +++ b/desktop/caffeine-ng/caffeine-ng.info @@ -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" |