2011-12-21 01:03:02 +08:00
|
|
|
#
|
|
|
|
# Platform Packages for Chakra, part of chakra-project.org
|
|
|
|
#
|
2012-04-27 07:34:57 +08:00
|
|
|
# maintainer abveritas@chakra-project.org
|
2011-12-21 01:03:02 +08:00
|
|
|
|
|
|
|
pkgname=zeitgeist
|
2012-04-27 07:34:57 +08:00
|
|
|
pkgver=0.9.0
|
2012-11-11 06:53:31 +08:00
|
|
|
pkgrel=3
|
2011-12-21 01:03:02 +08:00
|
|
|
pkgdesc="A service which logs the users's activities and events and makes relevant information available to other applications"
|
2012-04-27 07:34:57 +08:00
|
|
|
arch=('i686' 'x86_64')
|
2011-12-21 01:03:02 +08:00
|
|
|
url="http://zeitgeist-project.com/"
|
|
|
|
license=('GPL')
|
2012-11-11 06:53:31 +08:00
|
|
|
depends=('dbus-python' 'python2-gobject' 'pyxdg' 'xapian-core')
|
2012-06-03 22:01:12 +08:00
|
|
|
makedepends=('intltool' 'raptor' 'python2-rdflib')
|
2012-04-27 07:34:57 +08:00
|
|
|
source=("http://launchpad.net/$pkgname/0.9/$pkgver/+download/$pkgname-$pkgver.tar.bz2")
|
|
|
|
md5sums=('fc2706611f435a027cd520f0da0982d7')
|
2011-12-21 01:03:02 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd "$srcdir/$pkgname-$pkgver"
|
|
|
|
|
2012-04-27 07:34:57 +08:00
|
|
|
PYTHON=/usr/bin/python2 LIBS+="-lgmodule-2.0" ./configure --prefix=/usr \
|
2011-12-21 01:03:02 +08:00
|
|
|
--sysconfdir=/etc \
|
|
|
|
--localstatedir=/var
|
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "$srcdir/$pkgname-$pkgver"
|
2012-04-27 07:34:57 +08:00
|
|
|
make DESTDIR="$pkgdir" zeitgeistdocdir=/usr/share/doc/zeitgeist install
|
|
|
|
install -D -m644 data/zeitgeist-daemon.bash_completion "$pkgdir/usr/share/bash-completion/completions/zeitgeist-daemon"
|
2011-12-21 01:03:02 +08:00
|
|
|
}
|