mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Fix ordering
This commit is contained in:
@@ -3,12 +3,14 @@ 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."
|
||||
HOMEPAGE="http://www.kde.org"
|
||||
COPYRIGHT="2014 KDE e.V."
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.kde.org/stable/4.13.2/src/kdelibs-4.13.2.tar.xz"
|
||||
CHECKSUM_SHA256="559809c602b80ff1091a4fb67e8c98b0ebb91c3cd437d1583068ddde19efda0e"
|
||||
SOURCE_DIR="kdelibs-4.13.2"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2014 KDE e.V."
|
||||
REVISION="1"
|
||||
PATCHES="kdelibs4-4.13.2.patch"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -78,6 +80,7 @@ REQUIRES="
|
||||
shared_mime_info$secondaryArchSuffix
|
||||
strigi$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
kdelibs4${secondaryArchSuffix}_devel = $portVersion compat >= 4.13
|
||||
cmd:checkXML$secondaryArchSuffix = $portVersion compat >= 4.13
|
||||
@@ -122,6 +125,7 @@ REQUIRES_devel="
|
||||
lib:libxslt$secondaryArchSuffix
|
||||
lib:libexslt$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
libqt4${secondaryArchSuffix}_devel >= 4.8
|
||||
devel:libz$secondaryArchSuffix
|
||||
@@ -160,8 +164,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:find
|
||||
"
|
||||
|
||||
PATCHES="kdelibs4-4.13.2.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p build
|
||||
|
||||
Reference in New Issue
Block a user