updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ubuntuone-client / PKGBUILD
blobc3c1bfcb3928874fc3dddb3b061f1e76a27999a7
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=ubuntuone-client
3 pkgver=2.99.1
4 pkgrel=1
5 pkgdesc="Ubuntu One helps you store, sync and share files. Sync your files, share your work with others or work remotely, all with your Ubuntu computer"
6 arch=('i686' 'x86_64')
7 url="https://launchpad.net/ubuntuone-client"
8 license=('GPL')
9 depends=('python2-configglue' 'ubuntu-sso-client' 'python-notify' 'python2-pyinotify' 'python2-ubuntuone-storageprotocol' 'xdg-utils')
10 makedepends=('intltool' 'imake' 'gobject-introspection' 'vala')
11 options=('!libtool')
12 install=$pkgname.install
13 source=(http://launchpad.net/ubuntuone-client/stable-3-0/$pkgver/+download/$pkgname-$pkgver.tar.gz
14         launchpad-export.tar.gz)
15 md5sums=('607edee0c51a9db7ee8ad92d3a0924e9'
16          '03756a686babcad6fe290f40058b7441')
18 build() {
19   cd "$srcdir/$pkgname-$pkgver"
20   sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/*
21   echo 'ar ast be bg bn bo bs ca ca@valencia ckb cy csb da de el en_AU en_GB eo es et eu fi fo fr ga gd gl gu he hi hr hu hy id is it ja jv ka ko ku ky lo lt lv ml ms my nb nds nl nn oc pa pl pt pt_BR ro ru sd si sk sl sr sv te th tr uk uz vi zh_CN zh_HK zh_TW' >po/LINGUAS
22   rename $pkgname- '' ../po/$pkgname-*.po
23   mv -f -t po ../po/*
25   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
26               --disable-static \
27               PYTHON=python2
28   make
31 package() {
32   cd "$srcdir/$pkgname-$pkgver"
34   make DESTDIR="$pkgdir/" install
36   # We don't have Apport in Arch Linux
37   rm -r "$pkgdir"/{etc/apport,usr/share/apport}