mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
De-Lint recipes.
* libtool Minor cosmetics. Lint warning "patch not referenced" is true, but it nevertheless builds... Maybe those unused patches should be removed? * libzip Removed "." from SUMMARY. Minor cosmetics. * linaro_qemu Removed "." from SUMMARY. Minor cosmetics. * llvm Removed "." from SUMMARY. Minor cosmetics. Uncommented the ARCHITECTURES of llvm-3.0. Hope that's OK... * lm4tools Removed "." from SUMMARY. Minor cosmetics. * love Removed "." and improved SUMMARY/DESCRIPTION. Minor cosmetics. * ltp Removed "." and improved SUMMARY/DESCRIPTION. Minor cosmetics. * lua Removed "." and improved SUMMARY/DESCRIPTION. Minor cosmetics. * luarocks Removed "." from SUMMARY. Minor cosmetics. * lyx Removed "." from SUMMARY. Minor cosmetics.
This commit is contained in:
@@ -1,39 +1,37 @@
|
||||
SUMMARY="A document processor that encourages an approach to writing based \
|
||||
on the structure of your documents and not simply their appearance."
|
||||
SUMMARY="A document processor based on structure rather than appearance"
|
||||
DESCRIPTION="LyX combines the power and flexibility of TeX/LaTeX with the ease \
|
||||
of use of a graphical interface. This results in world-class support for creation \
|
||||
of mathematical content (via a fully integrated equation editor) and structured \
|
||||
documents like academic articles, theses, and books. In addition, staples of \
|
||||
scientific authoring such as reference list and index creation come standard. But \
|
||||
you can also use LyX to create a letter or a novel or a theatre play or film \
|
||||
script. A broad array of ready, well-designed document layouts are built in.\
|
||||
\
|
||||
LyX is for people who want their writing to look great, right out of the box. No \
|
||||
more endless tinkering with formatting details, \"finger painting\" font \
|
||||
attributes or futzing around with page boundaries. You just write. On screen, LyX \
|
||||
looks like any word processor; its printed output - or richly cross-referenced \
|
||||
PDF, just as readily produced - looks like nothing else."
|
||||
script. A broad array of ready, well-designed document layouts are built in.
|
||||
|
||||
LyX is for people who want their writing to look great, right out of the box. \
|
||||
No more endless tinkering with formatting details, \"finger painting\" font \
|
||||
attributes or futzing around with page boundaries. You just write. On screen, \
|
||||
LyX looks like any word processor; its printed output - or richly \
|
||||
cross-referenced PDF, just as readily produced - looks like nothing else."
|
||||
HOMEPAGE="http://www.lyx.org"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="the lyx community"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
SOURCE_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/lyx-2.1.3.tar.gz"
|
||||
CHECKSUM_SHA256="51614a22df749f256aebf768b2066984f1185c1190ce5f7a1b6f9e9bf181846f"
|
||||
|
||||
COPYRIGHT="the lyx community"
|
||||
PATCHES="
|
||||
lyx.patchset
|
||||
icon.patch"
|
||||
|
||||
icon.patch
|
||||
"
|
||||
PROVIDES="
|
||||
lyx = $portVersion
|
||||
app:LyX
|
||||
cmd:lyxclient${secondaryArchSuffix}
|
||||
cmd:tex2lyx${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
"
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
libqt4${secondaryArchSuffix}
|
||||
@@ -42,18 +40,16 @@ REQUIRES="
|
||||
lib:libstdc++${secondaryArchSuffix}
|
||||
lib:libz${secondaryArchSuffix}
|
||||
lib:libiconv${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
"
|
||||
# TODO: add support for hunspell
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
boost${secondaryArchSuffix}_devel
|
||||
libqt4${secondaryArchSuffix}_devel
|
||||
devel:libz${secondaryArchSuffix}
|
||||
devel:libiconv${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:gcc${secondaryArchSuffix}
|
||||
cmd:make
|
||||
cmd:ld${secondaryArchSuffix}
|
||||
@@ -62,7 +58,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:gettext${secondaryArchSuffix}
|
||||
cmd:find
|
||||
cmd:pkg_config${secondaryArchSuffix}
|
||||
"
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user