mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
De-lint recipes.
* v8 Removed "." from SUMMARY. Re-ordered blocks. * verilator 80-char limit of DESCRIPTION. Re-ordered blocks. * vim Removed "." from SUMMARY. Re-ordered blocks. * virtulbelive Removed "." from SUMMARY. Re-ordered blocks. * vl_gothic Shortened SUMMARY. Re-ordered blocks. * vlc Re-ordered blocks. Changed libgpg-error to libgpg_error. * vncserver Improved COPYRIGHT. Re-ordered blocks. * vwget Removed "." from SUMMARY. Re-ordered blocks. * wesnoth Removed "." from SUMMARY. Re-ordered blocks. * xerces Removed "." from SUMMARY. Re-ordered blocks. * zip Re-ordered blocks. Lint warning of non-declared patch can be ignored, as it doesn't grok: $portName-$portVersion.patchset
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
SUMMARY="Video editing software."
|
||||
DESCRIPTION="
|
||||
VirtualBeLive is a software for video editing. It supports basic transitions, \
|
||||
cutting and a few effects.
|
||||
"
|
||||
SUMMARY="A basic video editing software"
|
||||
DESCRIPTION="VirtualBeLive is a software for video editing. It supports basic \
|
||||
transitions, cutting and a few effects."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/VirtualBeLive"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/VirtualBeLive#23bea51"
|
||||
REVISION="1"
|
||||
LICENSE="Public Domain"
|
||||
COPYRIGHT="Public Domain"
|
||||
LICENSE="Public Domain"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/VirtualBeLive#23bea51"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
@@ -15,11 +13,13 @@ PROVIDES="
|
||||
virtualbelive = $portVersion
|
||||
app:VirtualBeLive = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
@@ -28,10 +28,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:grep
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
|
||||
Reference in New Issue
Block a user