Explicitly reference all additional files.

Not referencing them caused them to be missing from the source packages.

This also moves all files that were in different dirs under the common
additional-files dir.
This commit is contained in:
Michael Lotz
2015-12-20 18:24:53 +01:00
parent 947c7b0ce2
commit a43c394c4d
47 changed files with 80 additions and 60 deletions

View File

@@ -11,7 +11,7 @@ LICENSE="BSD (3-clause)"
SOURCE_URI="https://github.com/fontforge/fontforge/releases/download/$portVersion/fontforge-2014-11-26-Unix-Source.tar.gz"
SOURCE_FILENAME="fontforge-$portVersion.tar.gz"
CHECKSUM_SHA256="853d52c36d2da8a80c64def2483ddd9f79a028ec8fcea41ae46a7df2cc2cd38f"
#PATCHES="fontforge-$portVersion.patchset"
ADDITIONAL_FILES="fontforge-$portVersion.patchset"
REVISION="1"
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
SECONDARY_ARCHITECTURES="!x86"
@@ -73,7 +73,8 @@ BUILD_PREREQUIRES="
BUILD()
{
patch -p1 -N < $portDir/patches/fontforge-$portVersion.patchset || true
patch -p1 -N < $portDir/additional-files/fontforge-$portVersion.patchset \
|| true
./bootstrap --skip-git
runConfigure ./configure
make $jobArgs