mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Changes in SUMMARY, DESCRIPTION and whitespace.
Removed the full-stop and repeating package name in SUMMARY. Removed hard line breaks, broke up some very long paragraphs and use bullet lists where possible. All done by browsing through HaikuDepot. There may be (many) more left in the whole haikuports repo... Included 10 extended desriptions done by soyoye14 for GCI 2014 (https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632) Removed/insert whitespace where it seems to be the custom in recipes. Sometimes rearranged elements of a recipe (moving license and copyright up, for example).
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
SUMMARY="QJson is a Qt-based library that maps JSON data to QVariant objects."
|
||||
SUMMARY="A Qt-based library that maps JSON data to QVariant objects"
|
||||
DESCRIPTION="JSON (JavaScript Object Notation) is a lightweight data-\
|
||||
interchange format. It can represents integer, real number, string, an \
|
||||
ordered sequence of value, and a collection of name/value pairs.
|
||||
|
||||
QJson is a Qt-based library that maps JSON data to QVariant objects. \
|
||||
JSON arrays will be mapped to QVariantList instances, while JSON's objects \
|
||||
will be mapped to QVariantMap."
|
||||
will be mapped to QVariantMap.
|
||||
"
|
||||
HOMEPAGE="http://qjson.sourceforge.net/"
|
||||
SRC_URI="https://github.com/flavio/qjson/archive/0.8.1.tar.gz"
|
||||
CHECKSUM_SHA256="920c94166cb91b1cf11c7d2745bdbcc8c0ea82411ca7b3732ce0b00ee2d56e98"
|
||||
@@ -26,28 +27,23 @@ PROVIDES="
|
||||
qjson${secondaryArchSuffix} = $portVersion
|
||||
lib:libqjson$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
libqt4${secondaryArchSuffix} >= 4.8
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
cmd:g++${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
libqt4${secondaryArchSuffix}_devel >= 4.8
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
qjson${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libqjson$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libqt4${secondaryArchSuffix}_devel >= 4.8
|
||||
qjson${secondaryArchSuffix} == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user