summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2022-07-12 20:24:52 +0200
committerHugo Osvaldo Barrera2022-07-12 20:24:52 +0200
commit239975fd65e038d0293063b64c34a6ffd041f7b5 (patch)
tree8732a20e146d640071a2edba5685e03231d54b34
parent09587316888d237d8394a844a3c7c4069c4b9df7 (diff)
downloadaur-239975fd65e038d0293063b64c34a6ffd041f7b5.tar.gz
Copy dependencies from caffeine-ng-git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD18
2 files changed, 17 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f8b95274b00..4b16bfa08331 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = caffeine-ng
pkgdesc = Status bar application able to temporarily inhibit the screensaver and sleep mode.
pkgver = 4.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/caffeine-ng/caffeine-ng
arch = any
license = GPL3
@@ -12,14 +12,14 @@ pkgbase = caffeine-ng
depends = python-gobject
depends = python-xdg
depends = python-dbus
- depends = python-docopt
+ depends = python-click
depends = python-ewmh
depends = gtk3
depends = libnotify
depends = python-setproctitle
- depends = python-setuptools
depends = python-wheel
depends = python-pulsectl
+ depends = libindicator-gtk3
optdepends = libappindicator-gtk3: AppIndicator support (eg: Plasma, Unity).
provides = caffeine
provides = caffeine-bzr
diff --git a/PKGBUILD b/PKGBUILD
index ad5e346985ab..6c20b28c3d95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,24 @@
pkgname=caffeine-ng
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Status bar application able to temporarily inhibit the screensaver and sleep mode."
arch=(any)
url="https://github.com/caffeine-ng/caffeine-ng"
license=(GPL3)
-depends=(python-gobject python-xdg python-dbus python-docopt python-ewmh gtk3
- libnotify python-setproctitle python-setuptools python-wheel
- python-pulsectl)
+depends=(
+ python-gobject
+ python-xdg
+ python-dbus
+ python-click
+ python-ewmh
+ gtk3
+ libnotify
+ python-setproctitle
+ python-wheel
+ python-pulsectl
+ libindicator-gtk3
+)
optdepends=("libappindicator-gtk3: AppIndicator support (eg: Plasma, Unity).")
makedepends=(
git