Date: Sunday, July 28, 2013 @ 21:41:44 Author: eric Revision: 191638 upgpkg: zeitgeist 0.9.14-1
Upstream update, Clean up PKGBUILD Modified: zeitgeist/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-07-28 18:26:46 UTC (rev 191637) +++ PKGBUILD 2013-07-28 19:41:44 UTC (rev 191638) @@ -4,20 +4,20 @@ # Contributor: György Balló <ball...@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 @@ 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 }