summaryrefslogtreecommitdiff
path: root/extra/zeitgeist
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-29 01:32:18 -0700
committerroot <root@rshg054.dnsready.net>2013-07-29 01:32:18 -0700
commita1444f1dc2bd37f6980a4d1c341303aeb0684920 (patch)
tree2ef80bda60236bfac6d095ba7a86d441dfd0dca7 /extra/zeitgeist
parent756c28ed533221b910dd7fbbe356cb9eb4fc9111 (diff)
Mon Jul 29 01:31:45 PDT 2013
Diffstat (limited to 'extra/zeitgeist')
-rw-r--r--extra/zeitgeist/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/extra/zeitgeist/PKGBUILD b/extra/zeitgeist/PKGBUILD
index 50457ccbe..65ef96291 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)
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
}