mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Fix ordering
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user