From d33a96555745c66537f4b78a2a9d165f0944cd04 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 18 Sep 2022 13:16:06 +0300 Subject: [PATCH] caffeine-ng: add libappindicator as a runtime dependency. --- srcpkgs/caffeine-ng/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template index 1c150749e6d..a1c05470097 100644 --- a/srcpkgs/caffeine-ng/template +++ b/srcpkgs/caffeine-ng/template @@ -1,13 +1,13 @@ # Template file for 'caffeine-ng' pkgname=caffeine-ng version=4.0.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools_scm" depends="desktop-file-utils gtk+3 hicolor-icon-theme libnotify python3-dbus python3-click python3-ewmh python3-gobject python3-setproctitle python3-setuptools python3-xdg - python3-pulsectl" + python3-pulsectl libappindicator" short_desc="Temporarily inhibits the screensaver and sleep mode" maintainer="Orphaned " license="GPL-3.0-or-later"