From 7fc15f7e39c766d2cb8df4d219fc2eaf1d00fb17 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 29 Nov 2015 14:51:15 +0000 Subject: [PATCH] libidl: bump version. --- ...bidl-0.6.8.recipe => libidl-0.8.14.recipe} | 37 ++++++++++--------- ...-0.6.8.patchset => libidl-0.8.14.patchset} | 0 2 files changed, 19 insertions(+), 18 deletions(-) rename dev-libs/libidl/{libidl-0.6.8.recipe => libidl-0.8.14.recipe} (60%) rename dev-libs/libidl/patches/{libidl-0.6.8.patchset => libidl-0.8.14.patchset} (100%) diff --git a/dev-libs/libidl/libidl-0.6.8.recipe b/dev-libs/libidl/libidl-0.8.14.recipe similarity index 60% rename from dev-libs/libidl/libidl-0.6.8.recipe rename to dev-libs/libidl/libidl-0.8.14.recipe index 4256e1e63..c7c55168d 100644 --- a/dev-libs/libidl/libidl-0.6.8.recipe +++ b/dev-libs/libidl/libidl-0.8.14.recipe @@ -6,29 +6,29 @@ was initially written for ORBit (the ORB from the GNOME project, and the \ primary means of libIDL distribution). However, the functionality was designed \ to be as reusable and portable as possible. " -HOMEPAGE="http://andrewtv.org/libIDL/" -SOURCE_URI="http://andrewtv.org/libIDL/libIDL-0.6.8.tar.gz" -CHECKSUM_SHA256="50e8f7674815e42a6e8be32610838d9b7da91b3043784d2b69d17b79c7203e7b" +HOMEPAGE="http://github.com/GNOME/libIDL/" +SOURCE_URI="http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-$portVersion.tar.gz" +CHECKSUM_SHA256="bca99570f1ab453e11ae627b209561019cde5aaa98f71f43cc6da048d3bc7e72" COPYRIGHT="1998-1999 Andrew T. Veliath" LICENSE="GNU LGPL v2" REVISION="1" -ARCHITECTURES="x86_gcc2 x86" +ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" libidl$secondaryArchSuffix = $portVersion - lib:libIDL$secondaryArchSuffix = $portVersion compat = 0.4.4 - lib:libIDL_0.6$secondaryArchSuffix = $portVersion compat = 0.4.4 + lib:libIDL_2$secondaryArchSuffix = 0.0.0 compat >= 0 " REQUIRES=" haiku$secondaryArchSuffix - lib:libglib$secondaryArchSuffix + lib:libglib_2.0$secondaryArchSuffix + lib:libintl$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libglib$secondaryArchSuffix + devel:libglib_2.0$secondaryArchSuffix " BUILD_PREREQUIRES=" @@ -38,13 +38,13 @@ BUILD_PREREQUIRES=" cmd:autoconf cmd:flex cmd:bison + cmd:pkg_config$secondaryArchSuffix " PROVIDES_devel=" libidl${secondaryArchSuffix}_devel = $portVersion - cmd:libIDL_config = $portVersion - devel:libIDL$secondaryArchSuffix = $portVersion - devel:libIDL_0.6$secondaryArchSuffix = $portVersion + cmd:libIDL_config_2 = $portVersion + devel:libIDL_2$secondaryArchSuffix = 0.0.0 compat >= 0 " REQUIRES_devel=" @@ -53,7 +53,7 @@ REQUIRES_devel=" SOURCE_DIR="libIDL-$portVersion" -PATCHES="libidl-0.6.8.patchset" +#PATCHES="libidl-$portVersion.patchset" BUILD() { @@ -67,14 +67,15 @@ BUILD() INSTALL() { make install + + # remove libtool files + rm $libDir/*.la - prepareInstalledDevelLibs libIDL libIDL-0.6 + prepareInstalledDevelLibs libIDL-2 + fixPkgconfig - fixDevelopLibDirReferences $binDir/libIDL-config \ - $libDir/libIDLConf.sh + fixDevelopLibDirReferences $binDir/libIDL-config-2 packageEntries devel \ - $developDir $binDir \ - $dataDir $infoDir \ - $libDir/libIDLConf.sh + $developDir $binDir $infoDir } diff --git a/dev-libs/libidl/patches/libidl-0.6.8.patchset b/dev-libs/libidl/patches/libidl-0.8.14.patchset similarity index 100% rename from dev-libs/libidl/patches/libidl-0.6.8.patchset rename to dev-libs/libidl/patches/libidl-0.8.14.patchset