# $Id: PKGBUILD 92682 2013-06-12 04:38:43Z bgyorgy $ # Maintainer: Balló György # Contributor: Ner0 pkgname=activity-log-manager pkgver=0.9.5 pkgrel=1 pkgdesc="A graphical user interface which lets you easily control what gets logged by Zeitgeist" arch=('i686' 'x86_64') url="https://launchpad.net/activity-log-manager" license=('GPL2') depends=('gtk3' 'libgee06' 'libzeitgeist' 'zeitgeist' 'hicolor-icon-theme' 'xdg-utils') makedepends=('vala' 'intltool') install=$pkgname.install source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20121021.tar.gz) md5sums=('460b4439798badbf4ba4b76b31cc1d03' '6167df74ce44659aa94a89f31ff4d351') build() { cd "$srcdir/$pkgname-$pkgver" # Install language files rename $pkgname- '' ../po/$pkgname-*.po mv -f -t po ../po/* printf "%s\n" po/*.po | sed -e 's/po\///g' -e 's/\.po//g' >po/LINGUAS ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install }