mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libxkbfile, use correct REQUIRES_devel
This commit is contained in:
@@ -4,59 +4,60 @@ description files for XKB, the X11 keyboard configuration extension."
|
||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/lib/"
|
||||
COPYRIGHT="1994-1996 Silicon Graphics Computer Systems, Inc."
|
||||
LICENSE="MIT (no promotion)"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="51817e0530961975d9513b773960b4edd275f7d5c72293d5a151ed4f42aeb16a"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion=1.0.2
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
libxkbfile$secondaryArchSuffix = $portVersion
|
||||
lib:libxkbfile$secondaryArchSuffix = 1.0.2 compat >= 1
|
||||
lib:libxkbfile$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libx11$secondaryArchSuffix
|
||||
lib:libxau$secondaryArchSuffix
|
||||
lib:libxcb$secondaryArchSuffix
|
||||
lib:libxdmcp$secondaryArchSuffix
|
||||
lib:libX11$secondaryArchSuffix
|
||||
lib:libXau$secondaryArchSuffix
|
||||
lib:libXcb$secondaryArchSuffix
|
||||
lib:libXdmcp$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libxkbfile${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libxkbfile$secondaryArchSuffix = 1.0.2 compat >= 1
|
||||
devel:libxkbfile$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libxkbfile$secondaryArchSuffix == $portVersion base
|
||||
devel:kbproto
|
||||
devel:libX11$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:kbproto
|
||||
devel:libpthread_stubs
|
||||
devel:libx11$secondaryArchSuffix
|
||||
devel:libxau$secondaryArchSuffix
|
||||
devel:libxcb$secondaryArchSuffix
|
||||
devel:libxdmcp$secondaryArchSuffix
|
||||
devel:libX11$secondaryArchSuffix
|
||||
devel:libXau$secondaryArchSuffix
|
||||
devel:libXcb$secondaryArchSuffix
|
||||
devel:libXdmcp$secondaryArchSuffix
|
||||
devel:util_macros
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
defineDebugInfoPackage libxkbfile$secondaryArchSuffix \
|
||||
"$libDir"/libxkbfile.so.1.0.2
|
||||
"$libDir"/libxkbfile.so.$libVersion
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -vfi
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user