View difference between Paste ID: sN6gwFHA and Lc2GfeW9
SHOW: | | - or go back to the newest paste.
1
# Maintainer: Pablo Olmos de Aguilera Corradini AKA:PaBLoX <pablo at glatelier [dot} org>
2
# Contributor: Алексей Гультяев <hokum83 at gmail {dot] com>
3
4
pkgname=gtg
5
pkgver=0.3
6
pkgrel=1
7
pkgdesc="Personal tasks and TODO-list items organizer for the GNOME desktop environment"
8
url="http://gtg.fritalk.com/"
9
license=('GPL3')
10
arch=('i686' 'x86_64')
11
depends=('python2' 'pygtk' 'python2-gobject2' 'python2-configobj' 'python2-xdg'
12-
'python2-dbus' 'xorg-xset' 'hicolor-icon-theme' 'python2-liblarch'
12+
'python2-dbus' 'xorg-xset' 'hicolor-icon-theme' 'python2-liblarch')
13-
'python2-liblarch_gtk')
13+
optdepends=('python2-simplejson: gives full support to RTM plugin')
14-
optdepends=('python-simplejson: gives full support to RTM plugin')
14+
15
source=(http://launchpad.net/gtg/0.3/$pkgver/+download/$pkgname-$pkgver.tar.gz)
16
md5sums=('4b25d10bab4e59f41573daaae19b5a5c')
17
install=gtg.install
18
19
build() {
20
  cd ${srcdir}/$pkgname-$pkgver
21
  python2 setup.py install --root=${pkgdir}
22
}