# Maintainer: Hugo Osvaldo Barrera pkgname=caffeine-ng pkgver=3.5.1 pkgrel=3 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) optdepends=("libappindicator-gtk3: AppIndicator support (eg: Plasma, Unity).") makedepends=( git python-setuptools-scm python-build python-installer ) conflicts=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray) provides=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray) replaces=(caffeine-oneclick caffeine-systray) source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('c56988059680bcd25525480f8688f81e') build() { cd "$srcdir"/caffeine-ng-${pkgver} python -m build --wheel --no-isolation } package() { cd "$srcdir"/caffeine-ng-${pkgver} python -m installer --destdir="$pkgdir" dist/*.whl }