summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2021-10-30 16:46:35 +0200
committerHugo Osvaldo Barrera2021-10-30 16:46:35 +0200
commit8cfe84fb59ff84eb73ff817d21ae55e2abdd5601 (patch)
treef6942d9006ade5f4add282bb1fa6ecf974d96093
parentf4050d7a467f42f06627e24231bfd3469e4e9fce (diff)
downloadaur-8cfe84fb59ff84eb73ff817d21ae55e2abdd5601.tar.gz
Make libindicator-gtk3 a dependency
See https://github.com/caffeine-ng/caffeine-ng/pull/82
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD18
2 files changed, 16 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 160670838889..ccff256b9584 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = caffeine-ng-git
pkgdesc = Status bar application able to temporarily inhibit the screensaver and sleep mode.
- pkgver = 3.5.1.post25+g683d5dc
+ pkgver = 3.5.1.post52+g7b193de
pkgrel = 1
url = https://github.com/caffeine-ng/caffeine-ng
arch = any
@@ -17,7 +17,7 @@ pkgbase = caffeine-ng-git
depends = python-setproctitle
depends = python-wheel
depends = python-pulsectl
- optdepends = libindicator-gtk3: AppIndictor support.
+ depends = libindicator-gtk3
provides = caffeine
provides = caffeine-bzr
provides = caffeine-oneclick
@@ -32,4 +32,3 @@ pkgbase = caffeine-ng-git
sha256sums = SKIP
pkgname = caffeine-ng-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7144de959bdb..4a571da08a47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,25 @@
pkgname=caffeine-ng-git
_pkgname=caffeine-ng
-pkgver=3.5.1.post25+g683d5dc
+pkgver=3.5.1.post52+g7b193de
pkgrel=1
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-click python-ewmh gtk3
- libnotify python-setproctitle python-wheel python-pulsectl)
-optdepends=("libindicator-gtk3: AppIndictor support.")
+depends=(
+ python-gobject
+ python-xdg
+ python-dbus
+ python-click
+ python-ewmh
+ gtk3
+ libnotify
+ python-setproctitle
+ python-wheel
+ python-pulsectl
+ libindicator-gtk3
+)
makedepends=(git python-setuptools-scm)
conflicts=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)
provides=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)