mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
De-Lint recipes.
* fastdep Removed "." from SUMMARY. Minor cosmetics. * ffmpeg Removed "." from SUMMARY. * fheroes Removed "." from SUMMARY. * filecropper Removed "." and improved SUMMARY. Use g++ instead of gcc. * flex Removed "." from SUMMARY. Moved haiku_devel into BUILD_REQUIRES. Minor cosmetics. * fontforge Removed "." from SUMMARY. Minor cosmetics. * fossil Shortened and improved SUMMARY/DESCRIPTION. * fpc Use same SUMMARY/DESCRIPTION in the non-BEP recipes. * freetype Minor cosmetics. (The PATCHES is commented out on purpose, enabling subpixel rendering and hinting) * ftgl Removed "." from SUMMARY. Sorted _devel block to the top.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
SUMMARY="Truncates files of any kind."
|
||||
DESCRIPTION="
|
||||
FileCropper is a GUI app which truncates files of any kind. It Cuts off \
|
||||
everything from a given offset (bytes) to the end of the file.
|
||||
"
|
||||
SUMMARY="A tool to truncate files of any kind"
|
||||
DESCRIPTION="FileCropper is a GUI app which truncates files of any kind. It \
|
||||
cuts off everything from a given offset (bytes) to the end of the file."
|
||||
COPYRIGHT="2002 Maurice Michalski"
|
||||
LICENSE="MIT"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/FileCropper"
|
||||
@@ -15,17 +13,14 @@ PROVIDES="
|
||||
filecropper = $portVersion
|
||||
app:FileCropper = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:g++
|
||||
cmd:xres
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user