mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libfm: bump revision after changes to util-macros and xorg-proto (#2874)
* libfm, add libVersion(Compat), add defineDebugInfoPackage * libfm, add libVersion(Compat) and defineDebugInfoPackage
This commit is contained in:
committed by
Jérôme Duval
parent
4f13adbb41
commit
30177b6cf4
@@ -12,20 +12,23 @@ COPYRIGHT="
|
||||
Andriy Grytsenko (LStranger)
|
||||
"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://github.com/lxde/libfm/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2247e1a19ed24bcd0fcafd989b8c4d29458523399c856798705d6b579fd9565d"
|
||||
|
||||
ARCHITECTURES="x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion=4.1.1
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/xdg/libfm/libfm.conf keep-old
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
libfm$secondaryArchSuffix = $portVersion
|
||||
lib:libfm$secondaryArchSuffix = $portVersion
|
||||
lib:libfm$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -40,10 +43,13 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libfm${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libfm$secondaryArchSuffix = $portVersion
|
||||
devel:libfm$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libfm$secondaryArchSuffix == $portVersion base
|
||||
devel:libgio_2.0$secondaryArchSuffix
|
||||
devel:libglib_2.0$secondaryArchSuffix
|
||||
devel:libgthread_2.0$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -66,6 +72,9 @@ BUILD_PREREQUIRES="
|
||||
cmd:which
|
||||
"
|
||||
|
||||
defineDebugInfoPackage libfm$secondaryArchSuffix \
|
||||
$libDir/libfm.so.$libVersion
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./autogen.sh
|
||||
|
||||
Reference in New Issue
Block a user