2 pkgname=exitx-polkit-git
5 pkgdesc="GTK logout dialog for Openbox with PolicyKit support"
7 url="http://www.linuxsir.com/bbs/lastpostinthread350740.html"
9 depends=('gtk2' 'gettext' 'pm-utils')
11 _gitroot=https://github.com/z0id/exitx-polkit
16 msg "Connecting to GIT server...."
18 if [ -d ${_gitname} ] ; then
19 cd ${_gitname} && git pull origin
20 msg "The local files are updated."
22 git clone ${_gitroot} ${_gitname}
25 msg "GIT checkout done or server timeout"
33 install -Dm755 ${srcdir}/${_gitname}/exitx ${pkgdir}/usr/bin/exitx