1 # Contributor: feufochmar <feufochmar@d-20.fr>
2 pkgname=panache-llibs-git
5 pkgdesc="Libraries for the Panache Desktop Environment"
7 url="http://www.logram-project.org/"
9 depends=('qt' 'phonon')
13 md5sums=('d93494736281a8c5ab829c1b7c611bf8')
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..."
32 # because <phonon> does not exists
33 cp $startdir/phonon $srcdir/desktop/llibs/plugins/panache/desktop/ghetto
34 sed s/\<phonon\>/\"phonon\"/ < $srcdir/desktop/llibs/plugins/panache/desktop/ghetto/ghetto.h > $srcdir/desktop/llibs/plugins/panache/desktop/ghetto/ghetto.h.new
35 cp $srcdir/desktop/llibs/plugins/panache/desktop/ghetto/ghetto.h.new $srcdir/desktop/llibs/plugins/panache/desktop/ghetto/ghetto.h
48 make DESTDIR="$pkgdir" install || return 1