Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -3,14 +3,14 @@ DESCRIPTION="This library provides a Qt implementation of the DBusMenu \
protocol. The DBusMenu protocol makes it possible for applications to \
export and import their menus over DBus."
HOMEPAGE="https://launchpad.net/libdbusmenu-qt"
COPYRIGHT="2009 Canonical"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="https://launchpad.net/libdbusmenu-qt/trunk/0.9.2/+download/libdbusmenu-qt-0.9.2.tar.bz2"
CHECKSUM_SHA256="ae6c1cb6da3c683aefed39df3e859537a31d80caa04f3023315ff09e5e8919ec"
SOURCE_DIR="libdbusmenu-qt-$portVersion"
REVISION="1"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2009 Canonical"
ARCHITECTURES="!x86_gcc2 x86"
ARCHITECTURES="!x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
@@ -23,18 +23,6 @@ REQUIRES="
lib:libqjson$secondaryArchSuffix
lib:libdbus_1$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake
cmd:pkg_config$secondaryArchSuffix
cmd:make
cmd:g++${secondaryArchSuffix}
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
libqt4${secondaryArchSuffix}_devel >= 4.8
devel:libqjson$secondaryArchSuffix
devel:libdbus_1$secondaryArchSuffix
"
PROVIDES_devel="
libdbusmenu_qt${secondaryArchSuffix}_devel = $portVersion
@@ -45,6 +33,19 @@ REQUIRES_devel="
libdbusmenu_qt${secondaryArchSuffix} == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
libqt4${secondaryArchSuffix}_devel >= 4.8
devel:libqjson$secondaryArchSuffix
devel:libdbus_1$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:cmake
cmd:pkg_config$secondaryArchSuffix
cmd:make
cmd:g++${secondaryArchSuffix}
"
BUILD()
{
cmake -DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_BUILD_TYPE=Release \