mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
Fix ordering on new recipes
This commit is contained in:
@@ -26,7 +26,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libspectrum_devel = $portVersion
|
||||
devel:libspectrum = 8.1.0 compat >= 8
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libspectrum == $portVersion base
|
||||
"
|
||||
|
||||
@@ -46,7 +46,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
xmlroff${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libfo_0.6$secondaryArchSuffix = 0.602.0 compat = 0
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
xmlroff$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -25,7 +25,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
mxml${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:mxml$secondaryArchSuffix = 1.4 compat >= 1
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
mxml$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -66,6 +66,8 @@ PROVIDES_devel="
|
||||
devel:libILLink = $portVersion compat >= 0
|
||||
devel:libILSupport = $portVersion compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
|
||||
@@ -30,7 +30,7 @@ PROVIDES_devel="
|
||||
devel:libfifechan = $portVersion
|
||||
devel:libfifechan_opengl = $portVersion
|
||||
devel:libfifechan_sdl = $portVersion
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
fifechan == $portVersion
|
||||
"
|
||||
|
||||
@@ -42,7 +42,9 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
devel:libtcc
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:gcc
|
||||
|
||||
@@ -26,6 +26,8 @@ PROVIDES_devel="
|
||||
libcss${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcss$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -27,6 +27,8 @@ PROVIDES_devel="
|
||||
libcss${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcss$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -25,6 +25,8 @@ PROVIDES_devel="
|
||||
libcss${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcss$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -23,7 +23,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
devel:libmaxminddb$secondaryArchSuffix = 0.0.7 compat = 0
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libmaxminddb$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -24,6 +24,8 @@ PROVIDES_devel="
|
||||
libnsutils${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libnsutils$secondaryArchSuffix = 0.0.1 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -23,6 +23,8 @@ PROVIDES_devel="
|
||||
libnsutils${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libnsutils$secondaryArchSuffix = 0.0.1 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -23,7 +23,9 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libparserutils${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libparserutils$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -23,7 +23,9 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libparserutils${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libparserutils$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
SUMMARY="A library for building efficient parsers"
|
||||
DESCRIPTION="LibParserUtils is a library for building efficient parsers."
|
||||
HOMEPAGE="http://www.netsurf-browser.org/projects/libparserutils/"
|
||||
COPYRIGHT="2007-2016 J-M Bell"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/libparserutils-$portVersion-src.tar.gz"
|
||||
CHECKSUM_SHA256="c5d93fb41b9c006ba392b32d724a7239238d656aa81cd45804ddd0b794a6ff05"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2007-2016 J-M Bell"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -14,19 +14,23 @@ PROVIDES="
|
||||
libparserutils$secondaryArchSuffix = $portVersion
|
||||
lib:libparserutils$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libiconv${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libparserutils${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libparserutils$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libiconv${secondaryArchSuffix}
|
||||
|
||||
lib:libiconv${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
netsurf_buildsystem >= 1.1
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
@@ -64,8 +68,3 @@ TEST()
|
||||
make PREFIX=$prefix NSSHARED=/system/data/netsurf-buildsystem \
|
||||
LDFLAGS=-liconv test
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libparserutils${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libparserutils$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
@@ -26,7 +26,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libsigc++${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libsigc_1.2$secondaryArchSuffix = 0.0.0 compat = 0
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libsigc++$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -20,13 +20,13 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libutf8proc$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
PROVIDES_devel="
|
||||
libutf8proc${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libutf8proc$secondaryArchSuffix = 1.1.6 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libutf8proc$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -24,7 +24,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libuv${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libuv$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libuv$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
@@ -20,13 +20,13 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libwapcaplet$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
PROVIDES_devel="
|
||||
libwapcaplet${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libwapcaplet$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libwapcaplet$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -1,20 +1,18 @@
|
||||
SUMMARY="NetSurf build framework"
|
||||
DESCRIPTION="
|
||||
NetSurf build framework for compiling some of their libraries.
|
||||
"
|
||||
DESCRIPTION="NetSurf build framework for compiling some of their libraries."
|
||||
HOMEPAGE="http://git.netsurf-browser.org/buildsystem.git/"
|
||||
COPYRIGHT="2009-2016 The NetSurf Browser project"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://download.netsurf-browser.org/libs/releases/buildsystem-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="dbc6afc639f6987b704e6ff4427668787ee7efba77e1bbf76b614699b5daaf71"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2009-2016 The NetSurf Browser project"
|
||||
SOURCE_DIR="buildsystem-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
netsurf_buildsystem = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -22,12 +20,10 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="buildsystem-$portVersion"
|
||||
BUILD()
|
||||
{
|
||||
# no-op
|
||||
|
||||
@@ -62,7 +62,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
radare2${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libr2$secondaryArchSuffix = 0.9.9
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
radare2${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
@@ -71,8 +71,7 @@ PROVIDES_devel="
|
||||
devel:libosgViewer$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||
devel:libosgVolume$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||
devel:libosgWidget$secondaryArchSuffix = 3.2.1 compat >= 3
|
||||
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
openscenegraph$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
@@ -72,8 +72,7 @@ PROVIDES_devel="
|
||||
devel:libosgVolume$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||
devel:libosgWidget$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||
devel:libosgUI$secondaryArchSuffix = 3.3.4 compat >= 3
|
||||
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
openscenegraph$secondaryArchSuffix == 3.3.4
|
||||
"
|
||||
|
||||
@@ -40,7 +40,7 @@ PROVIDES_devel="
|
||||
devel:libGraphicsMagick++$secondaryArchSuffix
|
||||
devel:libGraphicsMagick$secondaryArchSuffix
|
||||
devel:libGraphicsMagickWand$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
graphicsmagick$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
@@ -51,8 +51,9 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
audiofile${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libaudiofile$secondaryArchSuffix
|
||||
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -31,6 +31,8 @@ PROVIDES_devel="
|
||||
libbpg${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libbpg$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -25,7 +25,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libcddb${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcddb$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libcddb$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -24,7 +24,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libcuefile${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcuefile$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libcuefile$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -23,7 +23,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libfpx$_devel=$portVersion
|
||||
devel:libfpx=$portVersion
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libfpx == $portVersion base
|
||||
"
|
||||
|
||||
@@ -49,7 +49,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
vcdimager${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libvcdinfo$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
vcdimager$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,13 +1,10 @@
|
||||
SUMMARY="Portable and multi-interface IRC client"
|
||||
DESCRIPTION="WeeChat (Wee Enhanced Environment for Chat) is a free chat \
|
||||
client, fast and light, designed for many operating systems.
|
||||
It is highly customizable and extensible with scripts.
|
||||
"
|
||||
client, fast and light, designed for many operating systems. \
|
||||
It is highly customizable and extensible with scripts."
|
||||
HOMEPAGE="http://weechat.org"
|
||||
COPYRIGHT="2003-2016 Sébastien Helleu"
|
||||
LICENSE="
|
||||
GNU GPL v3
|
||||
"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://weechat.org/files/src/weechat-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="e06d9949ccececdd9692c95c41304c2f7fe9ec47b5eedd0d0a8529f6a3c1ddd4"
|
||||
@@ -32,6 +29,13 @@ REQUIRES="
|
||||
lib:libgpg_error$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
weechat${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
weechat$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libcurl$secondaryArchSuffix
|
||||
@@ -46,12 +50,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:pkg_config${secondaryArchSuffix}
|
||||
"
|
||||
PROVIDES_devel="
|
||||
weechat${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
weechat$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -25,7 +25,7 @@ PROVIDES_devel="
|
||||
libatomic_ops$secondaryArchSuffix_devel = $portVersion
|
||||
devel:libatomic_ops$secondaryArchSuffix = 1.0.3 compat >= 1
|
||||
devel:libatomic_ops_gpl$secondaryArchSuffix = 1.0.3 compat >= 1
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libatomic_ops$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user