summaryrefslogtreecommitdiff
path: root/extra/zeitgeist/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/zeitgeist/PKGBUILD')
-rw-r--r--extra/zeitgeist/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/extra/zeitgeist/PKGBUILD b/extra/zeitgeist/PKGBUILD
index 0fa260fa5..d1b42a8e8 100644
--- a/extra/zeitgeist/PKGBUILD
+++ b/extra/zeitgeist/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 183481 2013-04-21 22:21:01Z heftig $
+# $Id: PKGBUILD 191639 2013-07-28 19:42:13Z eric $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: György Balló <ballogy@freestart.hu>
pkgname=zeitgeist
-pkgver=0.9.12
+pkgver=0.9.14
pkgrel=1
pkgdesc="Service logging user activities and events"
arch=(i686 x86_64 mips64el)
url="http://zeitgeist-project.com/"
license=(GPL2 LGPL2.1)
-depends=(sqlite json-glib telepathy-glib gtk3)
+depends=(json-glib telepathy-glib gtk3)
makedepends=(intltool gobject-introspection vala raptor python2-rdflib)
provides=(zeitgeist-datahub)
conflicts=(zeitgeist-datahub)
replaces=(zeitgeist-datahub)
options=('!libtool')
source=("https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz")
-sha256sums=('f9b1b656dcd4da57438289316d44f8960ce0ee4773ea2fbab4bce165330f41cd')
+sha256sums=('769b5abfe67ef632414efa1d35a1462c5cd86c8792bb4635b4c3d93a5f15f061')
prepare() {
cd $pkgname-$pkgver
@@ -41,6 +41,5 @@ check() {
package() {
cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install #zeitgeistdocdir=/usr/share/doc/zeitgeist install
- #install -D -m644 data/zeitgeist-daemon.bash_completion "$pkgdir/usr/share/bash-completion/completions/zeitgeist-daemon"
+ make DESTDIR="$pkgdir" install
}