mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28: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,13 +1,14 @@
|
||||
SUMMARY="A nonlinear presentation software."
|
||||
SUMMARY="A nonlinear presentation software"
|
||||
DESCRIPTION="MultiTalk is an SDL based presentation program with slides laid \
|
||||
on a grid instead of linearly. Slides can have any size (bigger or smaller \
|
||||
than the screen, and you can move in both directions between them. Hyperlinks \
|
||||
are also possible."
|
||||
are also possible.
|
||||
"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="
|
||||
2006-2008 David Ingram
|
||||
2010 Johannes Buchner
|
||||
"
|
||||
"
|
||||
HOMEPAGE="https://github.com/JohannesBuchner/multitalk"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
@@ -20,8 +21,7 @@ PATCHES="multitalk-$portVersion.patchset"
|
||||
PROVIDES="
|
||||
multitalk = $portVersion
|
||||
cmd:multitalk
|
||||
"
|
||||
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
sdl_gfx
|
||||
@@ -29,20 +29,18 @@ REQUIRES="
|
||||
sdl_ttf
|
||||
libsdl
|
||||
lib:libstdc++
|
||||
"
|
||||
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
devel:sdl_gfx
|
||||
devel:sdl_image
|
||||
devel:sdl_ttf
|
||||
"
|
||||
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:g++
|
||||
cmd:make
|
||||
cmd:sdl_config
|
||||
"
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user