1 # Contributor: David Virgilio <drvirgilio@gmail.com>
2 # Contributor: David Zaragoza <david@zaragoza.com.ve>
3 # Maintainer: Clément Démoulins <clement@archivel.fr>
8 pkgdesc="A LilyPond sheet music editor for KDE4. It aims to be powerful, yet lightweight and easy to use."
10 url="http://www.frescobaldi.org/"
12 depends=('lilypond' 'poppler' 'python2>=2.6.0' 'python2-poppler-qt' 'python2-pyqt' 'qt')
14 makedepends=('automoc4' 'cmake' 'docbook-xsl')
16 source=(https://github.com/downloads/wbsoft/frescobaldi/$pkgname-$pkgver.tar.gz)
17 md5sums=('6fe3128286354f816038f89ee8940c9b')
20 cd $srcdir/$pkgname-$pkgver
21 python2 setup.py install --root="$pkgdir/" --optimize=1