1 # Contributor: feufochmar <feufochmar@d-20.fr>
2 pkgname=panache-translations-git
5 pkgdesc="Translations for the Panache Desktop Environment"
7 url="http://www.logram-project.org/"
9 depends=('panache-lbase-git')
15 _gitroot="git://gitorious.org/logram/desktop.git"
20 msg "Connecting to GIT server...."
22 if [ -d $_gitname ] ; then
23 cd $_gitname && git pull origin
24 msg "The local files are updated."
29 msg "GIT checkout done or server timeout"
30 msg "Starting make..."
44 install -d -m755 $pkgdir/usr/share/logram/translations
45 #install -m644 releases/*.qm $pkgdir/usr/share/logram/translations #broken
46 install -m644 *.qm $pkgdir/usr/share/logram/translations