mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
De-Lint recipes.
* idutils Remove "." from SUMMARY. Minor cosmetics. * im Remove "." from SUMMARY. Minor cosmetics. Sorted _devel block to the top. * iozone Improved DESCRIPTION. Minor cosmetics. * isl Remove "." from SUMMARY. Minor cosmetics. Sorted _devel block to the top. * iup Remove "." from SUMMARY. Minor cosmetics. Sorted _devel block to the top. * joyce Remove "." from SUMMARY. Improved DESCRIPTION. Updated HOMEPAGE URL. Minor cosmetics. As it compiled without any changes, added recipe for latest v2.2.7 * kdelibs4 Remove "." from SUMMARY. Sorted _devel block to the top.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Librares that help developers build software on top of Qt."
|
||||
SUMMARY="Librares that help developers build software on top of Qt"
|
||||
DESCRIPTION="KDE (the K Desktop Environment) is a powerful, open-source \
|
||||
graphical desktop environment. It combines ease of use, contemporary \
|
||||
functionality, and outstanding graphical design."
|
||||
@@ -19,8 +19,6 @@ else
|
||||
fi
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PATCHES="kdelibs4-4.13.2.patch"
|
||||
|
||||
PROVIDES="
|
||||
kdelibs4$secondaryArchSuffix = $portVersion compat >= 4.13
|
||||
cmd:kbuildsycoca4$secondaryArchSuffix = $portVersion compat >= 4.13
|
||||
@@ -67,67 +65,6 @@ PROVIDES="
|
||||
lib:libsolid$secondaryArchSuffix = $portVersion compat >= 4.13
|
||||
lib:libthreadweaver$secondaryArchSuffix = $portVersion compat >= 4.13
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
libqt4$secondaryArchSuffix >= 4.8
|
||||
lib:libz$secondaryArchSuffix
|
||||
lib:libbz2$secondaryArchSuffix
|
||||
lib:liblzma$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
lib:libqca$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libpcre$secondaryArchSuffix
|
||||
lib:libgif$secondaryArchSuffix
|
||||
lib:libpng$secondaryArchSuffix
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libjasper$secondaryArchSuffix
|
||||
lib:libattica$secondaryArchSuffix
|
||||
lib:libdbusmenu_qt$secondaryArchSuffix
|
||||
shared_mime_info$secondaryArchSuffix
|
||||
strigi$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
libqt4${secondaryArchSuffix}_devel >= 4.8
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libbz2$secondaryArchSuffix
|
||||
devel:liblzma$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libcrypto$secondaryArchSuffix
|
||||
devel:libqca$secondaryArchSuffix
|
||||
devel:libintl$secondaryArchSuffix
|
||||
devel:libpcre$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
devel:libxslt$secondaryArchSuffix
|
||||
devel:libexslt$secondaryArchSuffix
|
||||
devel:libgif$secondaryArchSuffix
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libjasper$secondaryArchSuffix
|
||||
devel:libattica$secondaryArchSuffix
|
||||
devel:libdbusmenu_qt$secondaryArchSuffix
|
||||
docbook_xml_dtd
|
||||
docbook_xsl_stylesheets
|
||||
shared_mime_info$secondaryArchSuffix
|
||||
strigi${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:cmake
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:automoc4
|
||||
cmd:perl
|
||||
cmd:flex
|
||||
cmd:bison$secondaryArchSuffix
|
||||
cmd:xmllint
|
||||
cmd:ninja
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:find
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
kdelibs4${secondaryArchSuffix}_devel = $portVersion compat >= 4.13
|
||||
cmd:checkXML$secondaryArchSuffix = $portVersion compat >= 4.13
|
||||
@@ -164,7 +101,26 @@ PROVIDES_devel="
|
||||
devel:libsolid$secondaryArchSuffix = $portVersion compat >= 4.13
|
||||
devel:libthreadweaver$secondaryArchSuffix = $portVersion compat >= 4.13
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
libqt4$secondaryArchSuffix >= 4.8
|
||||
lib:libz$secondaryArchSuffix
|
||||
lib:libbz2$secondaryArchSuffix
|
||||
lib:liblzma$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
lib:libqca$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libpcre$secondaryArchSuffix
|
||||
lib:libgif$secondaryArchSuffix
|
||||
lib:libpng$secondaryArchSuffix
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libjasper$secondaryArchSuffix
|
||||
lib:libattica$secondaryArchSuffix
|
||||
lib:libdbusmenu_qt$secondaryArchSuffix
|
||||
shared_mime_info$secondaryArchSuffix
|
||||
strigi$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
libqt4${secondaryArchSuffix}_devel >= 4.8
|
||||
@@ -173,6 +129,45 @@ REQUIRES_devel="
|
||||
lib:libxslt$secondaryArchSuffix
|
||||
lib:libexslt$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
libqt4${secondaryArchSuffix}_devel >= 4.8
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libbz2$secondaryArchSuffix
|
||||
devel:liblzma$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libcrypto$secondaryArchSuffix
|
||||
devel:libqca$secondaryArchSuffix
|
||||
devel:libintl$secondaryArchSuffix
|
||||
devel:libpcre$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
devel:libxslt$secondaryArchSuffix
|
||||
devel:libexslt$secondaryArchSuffix
|
||||
devel:libgif$secondaryArchSuffix
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libjasper$secondaryArchSuffix
|
||||
devel:libattica$secondaryArchSuffix
|
||||
devel:libdbusmenu_qt$secondaryArchSuffix
|
||||
docbook_xml_dtd
|
||||
docbook_xsl_stylesheets
|
||||
shared_mime_info$secondaryArchSuffix
|
||||
strigi${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:cmake
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:automoc4
|
||||
cmd:perl
|
||||
cmd:flex
|
||||
cmd:bison$secondaryArchSuffix
|
||||
cmd:xmllint
|
||||
cmd:ninja
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:find
|
||||
"
|
||||
|
||||
PATCHES="kdelibs4-4.13.2.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user