2 # Contributor: Jan Jezek <honzin.jezek@gmail.com>
7 pkgdesc=" A New Configuration Storage System for Xfce"
10 url="http://www.xfce.org/"
12 depends=('glib2>=2.6.0' 'libxfce4util-git')
13 makedepends=('subversion' 'pkgconfig' 'xfce4-dev-tools-git')
16 provides=("xfconf=4.7")
21 _gitroot="git://git.xfce.org/xfce/xfconf"
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 ./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
43 --localstatedir=/var --disable-static
45 make DESTDIR=${startdir}/pkg install