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

@@ -27,6 +27,12 @@ REVISION="6"
SOURCE_URI="http://downloads.sourceforge.net/project/lame/lame/3.99/lame-$portVersion.tar.gz"
CHECKSUM_SHA256="24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff"
PATCHES="lame-$portVersion.patch"
ADDITIONAL_FILES="
gtk.m4
lib-link.m4
lib-ld.m4
lib-prefix.m4
"
ARCHITECTURES="x86 x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"

View File

@@ -10,6 +10,7 @@ SOURCE_URI="https://github.com/LMMS/lmms/archive/07e422c66defdde88b3a8686ae1f0e6
CHECKSUM_SHA256="4a55299cf388c06d996e152353b1898cab457597d10cbbc77ce97777ae516d29"
SOURCE_DIR="lmms-07e422c66defdde88b3a8686ae1f0e6011fe387f"
PATCHES="lmms-1.2.0.patch"
ADDITIONAL_FILES="LMMS.rdef"
REVISION="1"
LICENSE="GNU GPL v2"
COPYRIGHT="2004-2014 Tobias Doerffel et al."