# vim: set sts=4 ts=4: # Maintainer: Pablo Olmos de Aguilera Corradini AKA:PaBLoX # Contributor: Алексей Гультяев pkgname=gtg pkgver=0.2.4 pkgrel=4 pkgdesc="Getting Things GNOME! is a personal organizer for the GNOME desktop environment. Allows GTD workflow among others." url="http://gtg.fritalk.com/" license=('GPL3') arch=('i686' 'x86_64') depends=('python2' 'pygtk' 'pygobject' 'python-configobj' 'pyxdg' 'dbus-python' 'xorg-server-utils' 'hicolor-icon-theme') optdepends=('python-simplejson: gives full support to RTM plugin') conflicts=('gtg-bzr') source=(http://launchpad.net/gtg/0.2/$pkgver/+download/$pkgname-$pkgver.tar.gz https://bugs.launchpad.net/gtg/+bug/620313/+attachment/1706801/+files/full-gtg.patch) install=gtg.install md5sums=('d8051f3f70d10f7614e3af2a66d96df5' 'ec32b0870c726f3ac43523691eccad48') build() { cd ${srcdir}/$pkgname-$pkgver patch GTG/plugins/hamster/hamster.py < ${startdir}/full-gtg.patch python2 setup.py install --root=${pkgdir} }