On 12/24/2011 01:19 PM, L0ner sh4dou wrote:
2011/12/24 Baho
Utot<baho-utot(a)columbus.rr.com>om>:
For git v3.5.13 repo
I know that the git repo is not ready for prime time but the cmake
subdirectories are missing in tqtinterface and the dbus packages
If you pull from git those are missing but they are there in the tarballs
did you:
git submodule init
git submodule update
?
No built a tarball like this,
git clone
http://scm.trinitydesktop.org/scm/git/${pkgname}
pushd ${pkgname}
git checkout v3.5.13
popd
tar -cvJf ${pkgname}-${pkgver}.tar.xz ${pkgname}/*
Would be great if thos directories would come over with just the above
git submodule init
git submodule update
Does pull them ;(