mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Improved SUMMARY/DESCRIPTION of qutIM.
This commit is contained in:
@@ -1,22 +1,24 @@
|
||||
SUMMARY="Qt4-based multi-protocol instant messenger"
|
||||
DESCRIPTION="qutIM — is firstly Open source and free multiprotocol Instant \
|
||||
Messaging client. With qutIM you can send and receive messages, participate \
|
||||
in group conferences, make video and audio calls (It appears to come in 0.4) \
|
||||
and write to different microblogs and social networks.
|
||||
SUMMARY="A multi-protocol instant messenger"
|
||||
DESCRIPTION="qutIM is an open source and free multiprotocol instant \
|
||||
messaging client based on Qt. It currently supports the protocols for \
|
||||
ICQ, Jabber, Mail.Ru, IRC and VKontakte. With qutIM you can send and receive \
|
||||
messages, participate in group conferences, make video and audio calls and \
|
||||
write to different microblogs and social networks.
|
||||
|
||||
qutIM — Extremely extendible client. The suitable API and good documented \
|
||||
code makes it easy to write plugins in C++/Qt or Javascript."
|
||||
qutIM is extremely extendible. The suitable API and well documented code \
|
||||
makes it easy to write plugins in C++/Qt or Javascript."
|
||||
HOMEPAGE="http://www.qutim.org"
|
||||
COPYRIGHT="2008-2015 by qutim.org team"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/euroelessar/qutim.git#4f4a252"
|
||||
SOURCE_URI_2="git+https://github.com/euroelessar/k8json.git"
|
||||
SOURCE_URI_3="git+https://github.com/euroelessar/q-xdg.git"
|
||||
SOURCE_URI_4="git+https://github.com/euroelessar/jreen.git"
|
||||
SOURCE_URI_5="git+https://github.com/euroelessar/qutim-translations.git"
|
||||
SOURCE_URI_6="git+https://github.com/gorthauer/artwork.git"
|
||||
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="2008-2015 by qutim.org team"
|
||||
PATCHES="qutim_x86-0.3.3.patchset"
|
||||
PATCHES_3="xdg.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86 !x86_gcc2"
|
||||
@@ -36,6 +38,7 @@ REQUIRES="
|
||||
lib:libqca$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
libqt4${secondaryArchSuffix}_devel >= 4.8
|
||||
@@ -55,9 +58,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PATCHES="qutim_x86-0.3.3.patchset"
|
||||
PATCHES_3="xdg.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# prepare the directory structure
|
||||
|
||||
Reference in New Issue
Block a user