mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
texlive, dblatex, lilypond: enable
This commit is contained in:
committed by
Adrien Destugues
parent
e1394a6464
commit
be8a7d4cbb
@@ -10,8 +10,8 @@ SOURCE_URI="https://lilypond.org/download/source/v${portVersion%.*}/lilypond-$po
|
||||
CHECKSUM_SHA256="3cedbe3b92b02569e3a6f2f0674858967b3da278d70aa3e98aef5bdcd7f78b69"
|
||||
PATCHES="lilypond-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="?all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
lilypond$secondaryArchSuffix = $portVersion
|
||||
@@ -51,7 +51,7 @@ PROVIDES_doc="
|
||||
REQUIRES_doc="
|
||||
lilypond$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
ARCHITECTURES_doc="?any"
|
||||
ARCHITECTURES_doc="any"
|
||||
|
||||
languages=(ca cs de es fr hu it ja nl pt zh)
|
||||
languageNames=(Catalan Czech German Spanish French Hungarian Italian Japanese Dutch Portuguese Chinese)
|
||||
@@ -64,7 +64,7 @@ for i in "${!languages[@]}"; do
|
||||
lilypond${secondaryArchSuffix}_doc == $portVersion base\
|
||||
\"; \
|
||||
SUMMARY_doc_${lang}=\"${SUMMARY} (${languageNames[$i]} documentation)\"\
|
||||
ARCHITECTURES_doc_${lang}=\"?any\""
|
||||
ARCHITECTURES_doc_${lang}=\"any\""
|
||||
done
|
||||
|
||||
BUILD_REQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user