Skip to content
Snippets Groups Projects
Commit 666e478d authored by Sergej Pupykin's avatar Sergej Pupykin
Browse files

upd

parent f17b8bda
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
pkgname=lilypond pkgname=lilypond
pkgver=2.14.2 pkgver=2.14.2
pkgrel=2 pkgrel=3
pkgdesc="An automated music engraving system" pkgdesc="An automated music engraving system"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://lilypond.org" url="http://lilypond.org"
...@@ -16,10 +16,8 @@ makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils' ...@@ -16,10 +16,8 @@ makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
options=('emptydirs') options=('emptydirs')
install=lilypond.install install=lilypond.install
source=(http://download.linuxaudio.org/lilypond/sources/v2.14/$pkgname-$pkgver.tar.gz source=(http://download.linuxaudio.org/lilypond/sources/v2.14/$pkgname-$pkgver.tar.gz
http://arch.p5n.pp.ru/~sergej/dl/lilypond-fonts.tar.bz2
texlive-workaround.patch) texlive-workaround.patch)
md5sums=('4053a19e03181021893981280feb9aaa' md5sums=('4053a19e03181021893981280feb9aaa'
'2a0e18e5de17d740ada3861bf4d787ea'
'ff32863f3eed67ac744e50bc4fc67a87') 'ff32863f3eed67ac744e50bc4fc67a87')
build() { build() {
...@@ -41,5 +39,4 @@ build() { ...@@ -41,5 +39,4 @@ build() {
package() { package() {
cd "$srcdir/$pkgname-$pkgver" cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
# cp -a $srcdir/lilypond-fonts/usr/share/lilypond/current/fonts/* $pkgdir/usr/share/lilypond/$pkgver/fonts/
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment