mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
libfm-extra: bump revision after changes to util-macros and xorg-proto (#3168)
This commit is contained in:
committed by
Jérôme Duval
parent
5aaf4826c8
commit
92fb4b438f
@@ -17,12 +17,15 @@ SOURCE_URI="https://github.com/lxde/libfm/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2247e1a19ed24bcd0fcafd989b8c4d29458523399c856798705d6b579fd9565d"
|
||||
SOURCE_DIR="libfm-$portVersion"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion=4.1.1
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
libfm_extra$secondaryArchSuffix = $portVersion
|
||||
lib:libfm_extra$secondaryArchSuffix = $portVersion
|
||||
lib:libfm_extra$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -36,7 +39,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libfm_extra${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libfm_extra$secondaryArchSuffix = $portVersion
|
||||
devel:libfm_extra$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libfm_extra$secondaryArchSuffix == $portVersion base
|
||||
@@ -61,6 +64,9 @@ BUILD_PREREQUIRES="
|
||||
cmd:which
|
||||
"
|
||||
|
||||
defineDebugInfoPackage libfm_extra$secondaryArchSuffix \
|
||||
"$libDir"/libfm-extra.so.$libVersion
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./autogen.sh
|
||||
|
||||
Reference in New Issue
Block a user