1 # Contributor: David Virgilio <drvirgilio@gmail.com>
2 # Contributor: David Zaragoza <david@zaragoza.com.ve>
7 pkgdesc="A LilyPond sheet music editor for KDE4. It aims to be powerful, yet lightweight and easy to use."
9 url="http://www.frescobaldi.org/"
11 depends=('lilypond' 'poppler' 'python2>=2.4.0' 'python2-poppler-qt' 'python2-pyqt' 'qt')
14 makedepends=('automoc4' 'cmake' 'docbook-xsl')
15 source=(https://github.com/downloads/wbsoft/frescobaldi/$pkgname-$pkgver.tar.gz)
16 md5sums=('90541f174239722ffb2e8bc158a6f1d6')
19 cd $startdir/src/$pkgname-$pkgver
20 python2 setup.py install --root="$pkgdir/" --optimize=1