1 # Contributor: Jan Jezek <honzin.jezek@gmail.com>
3 pkgname=parole-media-player-git
6 pkgdesc="Parole is a modern simple media player based on the GStreamer framework for the Xfce desktop."
8 url="http://goodies.xfce.org/projects/applications/parole"
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')
18 _gitroot="git://git.xfce.org/apps/parole"
24 msg "Getting sources..."
26 if [ -d "$srcdir/$_gitname" ] ; then
27 cd $_gitname && git pull origin
28 msg "The local files are updated."
33 msg "GIT checkout done or server timeout"
34 msg "Starting build..."
38 ./autogen.sh --prefix=/usr --sysconfdir=/etc || return 1
40 make DESTDIR="${pkgdir}" install || return 1