updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / unity-lens-applications / PKGBUILD
blob1d5173f07e4544e36fff6825e70a08bb3cc90d77
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=unity-lens-applications
3 pkgver=5.0.0
4 pkgrel=1
5 pkgdesc="A daemon that exposes you applications with their usage statistics and status to Unity"
6 arch=('i686' 'x86_64')
7 url="https://launchpad.net/unity-lens-applications"
8 license=('GPL')
9 depends=('libzeitgeist' 'libunity' 'gnome-menus2' 'zeitgeist-extensions' 'dconf')
10 makedepends=('vala' 'intltool' 'gconf')
11 install=$pkgname.install
12 source=(http://launchpad.net/$pkgname/5.0/$pkgver/+download/$pkgname-$pkgver.tar.gz
13         launchpad-export.tar.gz
14         no-db4.8.patch)
15 md5sums=('9f23fa8a64ddf87f32d7d03638eed25c'
16          '4bc072c6980172b7fb8b584b6401e295'
17          '3e1713c082c00642dbd6d80b33d63708')
19 build() {
20   cd "$srcdir/$pkgname-$pkgver"
21   patch -Np1 -i "$srcdir/no-db4.8.patch"
23   # Install language files
24   echo 'af am an ar ast az be bg bn bo bs ca ca@valencia cy cs da de el en_AU en_GB eo es et eu fi fil fr fy gd gl gu he hi hr hu id it ja kk km ko ku lb lt lv mg mhr ms nb nl nn oc pa pl ps pt pt_BR ro ru sd si sk sl sq sr sv ta te th ti tr ug uk uz vi zh_CN zh_HK zh_TW' >po/LINGUAS
25   rename $pkgname- '' ../po/$pkgname-*.po
26   mv -f -t po ../po/*
28   autoreconf -fi
29   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
30               --disable-static --disable-schemas-compile
31   make
34 package() {
35   cd "$srcdir/$pkgname-$pkgver"
37   make DESTDIR="$pkgdir/" install