# Maintainer: Elio Esteves Duarte pkgname=tomate-gtk pkgver=0.18.0 pkgrel=2 pkgdesc="A timer for the Pomodoro Technique" arch=("any") url="https://github.com/eliostvs/tomate-gtk" license=("GPL") depends=("desktop-file-utils" "gnome-icon-theme" "gtk-update-icon-cache" "gtk3" "hicolor-icon-theme" "python" "python-blinker" "python-dbus" "python-gobject" "python-pyxdg" "python-venusian" "python-wiring" "python-wrapt" "python-yapsy") optdependes=("tomate-alarm-plugin: Plays alarm at session end" "tomate-indicator-plugin: Shows session progress in tray area" "tomate-notify-plugin: Plugin that shows screen notifications" "tomate-exec-plugin: Run commands when timer starts, stops or finishes" "tomate-statusicon-plugin: Plugin that shows the session progress in the notification area") makedepends=("python-setuptools") options=(!emptydirs) source=("https://github.com/eliostvs/$pkgname/archive/$pkgver.tar.gz") md5sums=('92349f5e0acc3debd1532dc4871a036c') install=tomate-gtk.install package() { cd "$srcdir/$pkgname-$pkgver" python setup.py install --root="$pkgdir/" --optimize=1 install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE" } # vim:set ts=2 sw=2 et: