1 pkgname=gnome-shell-extension-mediaplayer-dbus-git
4 pkgdesc="Mediaplayer indicator extension for gnome-shell (with dbus integration)"
6 url="https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer"
8 depends=('gnome-shell' 'gnome-common')
9 makedepends=('git' 'intltool')
10 provides=("gnome-shell-extension-mediaplayer-dbus-git")
12 _gitroot="https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer.git"
13 _gitname="gnome-shell-extension-mediaplayer-dbus"
17 msg "Connecting to the GIT server..."
18 if [[ -d ${srcdir}/${_gitname} ]] ; then
21 msg "The local files are updated..."
23 git clone ${_gitroot} ${_gitname}
25 msg "GIT checkout done."
27 cd ${srcdir}/${_gitname}
28 ./autogen.sh --prefix="/usr"
33 cd ${srcdir}/${_gitname}
34 make DESTDIR=${pkgdir} install