Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
3229e8eb
Commit
3229e8eb
authored
Jun 11, 2011
by
Neo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitorious.org:chakra-packages/apps
parents
711906cf
83caf547
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
lilypond/PKGBUILD
lilypond/PKGBUILD
+5
-7
No files found.
lilypond/PKGBUILD
View file @
3229e8eb
...
...
@@ -7,8 +7,8 @@
source
../_buildscripts/
${
current_repo
}
-
${
_arch
}
-cfg
.conf
pkgname
=
lilypond
pkgver
=
2.1
2.3
pkgrel
=
2
pkgver
=
2.1
4.0
pkgrel
=
1
pkgdesc
=
"A music engraving program, devoted to producing the highest-quality sheet music possible."
arch
=(
'i686'
'x86_64'
)
url
=
"http://lilypond.org/"
...
...
@@ -24,17 +24,15 @@ optdepends=('netpbm: building HTML documentation'
'rsync: installing HTML documentation'
)
install
=
$pkgname
.install
source
=(
http://download.linuxaudio.org/
${
pkgname
}
/sources/v2.12/
${
pkgname
}
-
${
pkgver
}
.tar.gz
spacing-spanner-fix.patch
)
md5sums
=(
'2303bf5f2ea8d4628f33a68f016f3866'
'a8fb1950f4b4a13eb7e74660e0015756'
)
source
=(
http://download.linuxaudio.org/
${
pkgname
}
/sources/v2.14/
${
pkgname
}
-
${
pkgver
}
.tar.gz
)
md5sums
=(
'6c08f7246ce79934ec8a41ae7bea05d9'
)
build
()
{
cd
"
$srcdir
/lilypond-
$pkgver
"
# Applying patch to spacing-spanner.cc
patch
-Np1
-i
${
srcdir
}
/spacing-spanner-fix.patch
#
patch -Np1 -i ${srcdir}/spacing-spanner-fix.patch
# python2 fix
for
file
in
$(
find
.
-name
'*.py'
-print
)
;
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment