2 # Contributor: Jan Jezek <honzin.jezek@gmail.com>
4 pkgname=libxfcegui4-git
7 pkgdesc="Various gtk widgets for Xfce."
10 url="http://www.xfce.org/"
12 depends=('startup-notification' 'xfconf>=4.6.1' 'libglade>=2.6.4' 'hicolor-icon-theme')
13 makedepends=('git' 'pkgconfig' 'xfce4-dev-tools-git')
14 conflicts=('libxfcegui4')
15 replaces=('libxfcegui4')
16 provides=("libxfcegui4=4.6.1")
21 _gitroot="git://git.xfce.org/xfce/libxfcegui4"
22 _gitname="libxfcegui4"
27 msg "Getting sources..."
29 if [ -d "$srcdir/$_gitname" ] ; then
30 cd $_gitname && git pull origin
31 msg "The local files are updated."
36 msg "GIT checkout done or server timeout"
37 msg "Starting build..."
42 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib\
43 --localstatedir=/var --disable-static --enable-maintainer-mode
45 make DESTDIR=${startdir}/pkg install