De-Lint recipes.

*	netpbm
	Re-arranged copright madness.

*	pygame
	Re-ordering blocks.
	Re-formatted patch properly.
	Added formerly undeclared patch. Doesn't build with or without.

*	python3_mako, python_mako
	Removed "." from SUMMARY.
	Re-ordering blocks.

*	python3_setuptools, python_setuptools
	Removed "." from SUMMARY.
	Re-ordering blocks.

*	qemu
	Removed "." from SUMMARY.
	Re-ordering blocks.

*	quassel
	Removed "." from SUMMARY.
	Re-ordering blocks.

*	qupzilla
	Removed "." from SUMMARY.
	Re-ordering blocks.
This commit is contained in:
Humdinger
2015-07-23 06:40:31 +02:00
parent 0817519846
commit b82c8008b6
17 changed files with 361 additions and 392 deletions

View File

@@ -1,16 +1,15 @@
SUMMARY="QEMU is a generic and open source machine emulator and virtualizer."
DESCRIPTION="
QEMU is a generic and open source machine emulator and virtualizer.
SUMMARY="A generic and open source machine emulator and virtualizer"
DESCRIPTION="QEMU is a generic and open source machine emulator and virtualizer.
QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a \
different machine (e.g. your own PC). By using dynamic translation, it \
achieves very good performance.
"
achieves very good performance."
HOMEPAGE="http://wiki.qemu.org/"
SOURCE_URI="git+https://github.com/mmlr/qemu-haiku.git#4444401842251c18147f83c7d960ec3a82f2b9cb"
COPYRIGHT="2003-2014 Fabrice Bellard"
LICENSE="GNU GPL v2"
REVISION="3"
SOURCE_URI="git+https://github.com/mmlr/qemu-haiku.git#4444401842251c18147f83c7d960ec3a82f2b9cb"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
@@ -52,7 +51,6 @@ PROVIDES="
cmd:qemu_system_xtensa$secondaryArchSuffix = $portVersion
cmd:qemu_system_xtensaeb$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libz$secondaryArchSuffix
@@ -68,7 +66,6 @@ BUILD_REQUIRES="
devel:libglib_2.0$secondaryArchSuffix >= 0.38
devel:libpixman_1${secondaryArchSuffix}
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:awk