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,23 +1,22 @@
SUMMARY="Quassel IRC."
DESCRIPTION="
Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that \
one (or multiple) client(s) can attach to and detach from a central core -- \
much like the popular combination of screen and a text-based IRC client such \
as WeeChat, but graphical. In addition to this unique feature, we aim to bring \
a pleasurable, comfortable chatting experience to all major platforms \
(including Linux, Windows, and MacOS X as well as Android smartphones), making \
communication with your peers not only convenient, but also ubiquitous \
available.
"
SUMMARY="A distributed IRC client"
DESCRIPTION="Quassel IRC is a modern, cross-platform, distributed IRC client, \
meaning that one (or multiple) client(s) can attach to and detach from a \
central core -- much like the popular combination of screen and a text-based \
IRC client such as WeeChat, but graphical.
In addition to this unique feature, it aims to bring a pleasurable, \
comfortable chatting experience to all major platforms (including Linux, \
Windows, and Mac OS X as well as Android smartphones), making communication \
with your peers not only convenient, but also easily available."
HOMEPAGE="http://quassel-irc.org"
SOURCE_URI="http://quassel-irc.org/pub/quassel-0.9.2.tar.bz2"
CHECKSUM_SHA256="f04d01602509c1d950602502e5f51aba47d99c73a9c70e77c563bb7749fc53c0"
REVISION="3"
COPYRIGHT="2005-2009 The Quassel IRC Team"
LICENSE="
GNU GPL v2
GNU GPL v3
"
COPYRIGHT="2005-2009, the Quassel IRC Team"
REVISION="3"
SOURCE_URI="http://quassel-irc.org/pub/quassel-0.9.2.tar.bz2"
CHECKSUM_SHA256="f04d01602509c1d950602502e5f51aba47d99c73a9c70e77c563bb7749fc53c0"
ARCHITECTURES="x86"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
@@ -34,7 +33,6 @@ PROVIDES="
cmd:quasselcore${secondaryArchSuffix}
cmd:quasselclient${secondaryArchSuffix}
"
REQUIRES="
haiku${secondaryArchSuffix}
lib:libQtCore$secondaryArchSuffix >= 4.8
@@ -49,7 +47,6 @@ BUILD_PREREQUIRES="
cmd:moc$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libQtCore$secondaryArchSuffix >= 4.8