updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / evolution-tray-git / PKGBUILD
blobe5cdfe68687936a536b7eeab3e311d4321beaebd
1 # Contributor: antzek9 <antze.k9 at googlemail dot com>
2 # Maintainer: antzek9
3 pkgname=evolution-tray-git
4 pkgver=20111010
5 pkgrel=2
6 pkgdesc="This plugin is useful when you want to put evolution in tray (notification area). This is the maybe unstable git 
7 version."
8 arch=('i686' 'x86_64')
9 url="http://gnome.eu.org/evo/index.php/Evolution_Tray"
10 license=('GPL')
11 groups=('office')
12 depends=('evolution>=2.30' 'libgnomeui' 'gconf' 'libnotify')
13 makedepends=('git' 'autoconf>=2.53' 'automake>=1.8' 'libtool>=1.4.3' 'glib2>=2.2.0' 'pkgconfig>=0.14.0' 'intltool>=0.25' 'gnome-common>=2.3.0')
14 provides=('evolution-tray-git')
15 conflicts=('evolution-tray')
16 replaces=()
17 backup=()
18 options=()
19 install=
20 source=()
21 noextract=()
22 md5sums=()
23 _gitroot="git://gnome.eu.org/evolution-tray/"
24 _gitname="evolution-tray"
27 build() {
28   cd ${srcdir}/
30   msg "Connecting to the GIT server...."
31   if [[ -d ${srcdir}/${_gitname} ]] ; then
32       cd ${_gitname}
33       git pull origin
34       msg "The local files are updated..."
35   else
36      git clone ${_gitroot}
37   fi
38     
39   msg "GIT checkout done."
41   msg "Starting make for: ${pkgname}"
43   if [[ -d ${srcdir}/${_gitname}-build ]]; then
44      msg "Cleaning the previous build directory..." 
45      rm -rf ${srcdir}/${_gitname}-build
46   fi
48   git clone ${srcdir}/${_gitname} ${srcdir}/${_gitname}-build
49     
50   cd ${srcdir}/${_gitname}-build
52   msg "Starting configure..."
54   ./autogen.sh --prefix=/usr
55   make || return 1
56   make DESTDIR="$pkgdir" install