mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user