mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
De-lint recipes.
* gnash Don't start SUMMARY with app name Re-ordered blocks * gophernicus Don't start SUMMARY with app name Re-ordered blocks * harfbuzz Don't start SUMMARY with app name Re-ordered blocks * inconsolata Don't start SUMMARY with app name Re-ordered blocks * indent Don't start SUMMARY with app name Re-ordered blocks Fixed (SECONDARY_)ARCHITECTURES and PROVIDES * inputproto Don't start SUMMARY with app name Improved SUMMARY and DESCRIPTION Re-ordered blocks * jamvm Don't start SUMMARY with app name Removed "DEPEND" Re-ordered blocks * jpeg Don't start SUMMARY with app name Re-ordered blocks * jgmod Don't start SUMMARY with app name Re-ordered blocks * kbproto Don't start SUMMARY with app name Re-ordered blocks * kdiff3 Don't start SUMMARY with app name Re-ordered blocks * libdom Don't start SUMMARY with app name Re-ordered blocks Removed $secondaryArchSuffix as there are no 2nd archs declared * libdvdcss Don't start SUMMARY with app name Re-ordered blocks * libdwarf Don't start SUMMARY with app name Re-ordered blocks * libevent Minor cosmetics Re-ordered blocks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SUMMARY="KDiff3 is a diff and merge program"
|
||||
DESCRIPTION="
|
||||
KDiff3 is a diff and merge program that:
|
||||
SUMMARY="A diff and merge tool"
|
||||
DESCRIPTION="KDiff3 is a diff and merge program that:
|
||||
|
||||
* compares or merges two or three text input files or directories,
|
||||
* shows the differences line by line and character by character (!),
|
||||
* provides an automatic merge-facility and
|
||||
@@ -11,14 +11,15 @@ KDiff3 is a diff and merge program that:
|
||||
* Printing of differences,
|
||||
* Manual alignment of lines,
|
||||
* Automatic merging of version control history ($Log$),
|
||||
* and has an intuitive graphical user interface.
|
||||
"
|
||||
* and has an intuitive graphical user interface."
|
||||
HOMEPAGE="http://kdiff3.sourceforge.net/"
|
||||
SOURCE_URI="http://sourceforge.net/projects/kdiff3/files/kdiff3/0.9.97/kdiff3-0.9.97.tar.gz"
|
||||
CHECKSUM_SHA256="e3b716bb449c814d8c30817ec1ca23fba0ed9eee5a635e766c1f2b90ddb75a2a"
|
||||
COPYRIGHT="2002-2012 by Joachim Eibl"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
PATCHES="kdiff3-0.9.97.patchset"
|
||||
SOURCE_URI="http://sourceforge.net/projects/kdiff3/files/kdiff3/0.9.97/kdiff3-0.9.97.tar.gz"
|
||||
CHECKSUM_SHA256="e3b716bb449c814d8c30817ec1ca23fba0ed9eee5a635e766c1f2b90ddb75a2a"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -26,7 +27,6 @@ PROVIDES="
|
||||
kdiff3$secondaryArchSuffix = $portVersion
|
||||
cmd:kdiff3$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libQtGui$secondaryArchSuffix
|
||||
@@ -36,15 +36,12 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:qmake$secondaryArchSuffix
|
||||
cmd:g++$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="kdiff3-0.9.97.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir build
|
||||
|
||||
Reference in New Issue
Block a user