updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / parole-media-player-git / PKGBUILD
blob45455fb390b89c1a5a12e5e9a8a43e13da2e429a
1 # Contributor: Jan Jezek <honzin.jezek@gmail.com>
3 pkgname=parole-media-player-git
4 pkgver=20100615
5 pkgrel=1
6 pkgdesc="Parole is a modern simple media player based on the GStreamer framework for the Xfce desktop."
7 arch=('i686' 'x86_64')
8 url="http://goodies.xfce.org/projects/applications/parole"
9 license=('GPL')
10 depends=('gtk2>=2.16' 'glib2>=2.16' 'dbus>=0.60' 'dbus-glib>=0.70' 'libxfcegui4>=4.6.0' 'libxfce4util>=4.6.0' 'exo-git' 'libnotify' 'gstreamer0.10' 'gstreamer0.10-base'  'hicolor-icon-theme')
11 makedepends=('intltool' 'pkgconfig' 'git' 'xfce4-dev-tools-git')
12 provides=('parole-media-player')
13 conflicts=('parole-media-player')
14 source=()
15 md5sums=()
18 _gitroot="git://git.xfce.org/apps/parole"
19 _gitname="parole"
21 build() {
22     
23     cd $srcdir
24     msg "Getting sources..."
25     
26     if [ -d "$srcdir/$_gitname" ] ; then
27          cd $_gitname && git pull origin
28          msg "The local files are updated."
29         else
30          git clone $_gitroot
31         fi
33 msg "GIT checkout done or server timeout"
34 msg "Starting build..."
36         cd $srcdir/$_gitname
38   ./autogen.sh --prefix=/usr --sysconfdir=/etc || return 1
39   make || return 1
40   make DESTDIR="${pkgdir}" install || return 1