mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 04:58:52 +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,6 +1,8 @@
|
||||
SUMMARY="pixman"
|
||||
SUMMARY="A pixel-manipulation library for X and cairo"
|
||||
DESCRIPTION="
|
||||
Pixman - The pixel-manipulation library for X and cairo.
|
||||
Pixman is a low-level software library for pixel manipulation, providing \
|
||||
features such as image compositing and trapezoid rasterization. Important \
|
||||
users of pixman are the cairo graphics library and the X server.
|
||||
"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/pixman/"
|
||||
SRC_URI="http://cairographics.org/releases/pixman-$portVersion.tar.gz"
|
||||
@@ -22,23 +24,19 @@ PROVIDES="
|
||||
pixman$secondaryArchSuffix = $portVersion
|
||||
lib:libpixman_1$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
pixman${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libpixman_1$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
pixman$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:aclocal
|
||||
|
||||
Reference in New Issue
Block a user