diff options
author | root <root@rshg054.dnsready.net> | 2012-06-21 00:01:36 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-21 00:01:36 +0000 |
commit | 6d22541bcebb7236bedfb98a96d5a1292072e86c (patch) | |
tree | 1656959d3d65b061d69d74cef6b740dbc3476683 /extra/zeitgeist | |
parent | 530e6e88786befa5d1bcd569e480f1b9fec5b102 (diff) |
Thu Jun 21 00:01:36 UTC 2012
Diffstat (limited to 'extra/zeitgeist')
-rw-r--r-- | extra/zeitgeist/PKGBUILD | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/extra/zeitgeist/PKGBUILD b/extra/zeitgeist/PKGBUILD index bf4fee2e6..24b8d9fed 100644 --- a/extra/zeitgeist/PKGBUILD +++ b/extra/zeitgeist/PKGBUILD @@ -1,20 +1,21 @@ -# $Id: PKGBUILD 157928 2012-04-30 06:14:53Z eric $ +# $Id: PKGBUILD 162048 2012-06-19 07:36:41Z andrea $ # Maintainer: # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: György Balló <ballogy@freestart.hu> pkgname=zeitgeist -pkgver=0.9.0 +pkgver=0.9.0.1 pkgrel=1 pkgdesc="A service which logs the users's activities and events and makes relevant information available to other applications" arch=('i686' 'x86_64') url="http://zeitgeist-project.com/" license=('GPL') -depends=('dbus-python' 'python2-gobject2' 'pyxdg' 'xapian-core') +depends=('python2-dbus' 'python2-gobject2' 'pyxdg' 'xapian-core') makedepends=('intltool' 'raptor' 'python2-rdflib') -source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc}) -md5sums=('fc2706611f435a027cd520f0da0982d7' - '96e74a5050bf0daa961dd56b0f73fd5d') +checkdepends=('vala') +source=("https://launchpad.net/$pkgname/${pkgver%.*.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2"{,.asc}) +md5sums=('08f2eb384824e8458f18e10db7654965' + '64486b3e6bec080c447c94f3ac2ff8e8') build() { cd "$srcdir/$pkgname-$pkgver" @@ -24,6 +25,11 @@ build() { make } +#check() { +# cd "$srcdir/$pkgname-$pkgver" +# make check +#} + package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" zeitgeistdocdir=/usr/share/doc/zeitgeist install |