From 44b67310cd94c0e55dbaadc6d43f9862608d0cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Arroyo=20Calle?= Date: Thu, 7 Jan 2016 18:41:57 +0000 Subject: [PATCH] gnome_common 3.18 --- .../gnome_common/gnome_common-2.28.recipe | 24 ---------- .../gnome_common/gnome_common-3.18.0.recipe | 45 +++++++++++++++++++ 2 files changed, 45 insertions(+), 24 deletions(-) delete mode 100644 gnome-base/gnome_common/gnome_common-2.28.recipe create mode 100644 gnome-base/gnome_common/gnome_common-3.18.0.recipe diff --git a/gnome-base/gnome_common/gnome_common-2.28.recipe b/gnome-base/gnome_common/gnome_common-2.28.recipe deleted file mode 100644 index 7492f3e20..000000000 --- a/gnome-base/gnome_common/gnome_common-2.28.recipe +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION=" -A module that is required only when building GNOME from the repository. -" -HOMEPAGE="http://git.gnome.org/browse/gnome-common/" -SOURCE_URI="git+git://git.gnome.org/gnome-common" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -BUILD() -{ - cd gnome-common-2.28 - ./autogen.sh - ./configure --prefix=`finddir B_COMMON_DIRECTORY` - make -} - -INSTALL() -{ - cd gnome-common-2.28 - make install -} - -LICENSE="GNU GPL v3" -COPYRIGHT="1999-2010 Martin Baulig" diff --git a/gnome-base/gnome_common/gnome_common-3.18.0.recipe b/gnome-base/gnome_common/gnome_common-3.18.0.recipe new file mode 100644 index 000000000..6e5cdc77c --- /dev/null +++ b/gnome-base/gnome_common/gnome_common-3.18.0.recipe @@ -0,0 +1,45 @@ +SUMMARY="A module that is required only when building GNOME from the repository" +DESCRIPTION="This module contains various files needed to bootstrap GNOME \ +modules built from git." +HOMEPAGE="http://git.gnome.org/browse/gnome-common/" +COPYRIGHT="1999-2010 Martin Baulig" +LICENSE="GNU GPL v3" +REVISION="1" +SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/gnome-common/3.18/gnome-common-3.18.0.tar.xz" +CHECKSUM_SHA256="22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf" +SOURCE_DIR="gnome-common-3.18.0" + +ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86" + +PROVIDES=" + gnome_common$secondaryArchSuffix = $portVersion + cmd:gnome_autogen.sh$secondaryArchSuffix = $portVersion + " +REQUIRES=" + haiku$secondaryArchSuffix + " + +BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel + " +BUILD_PREREQUIRES=" + cmd:make + cmd:automake + cmd:autoconf + cmd:autoreconf + " + +BUILD() +{ + ./autogen.sh + runConfigure ./configure + make +} + +INSTALL() +{ + make install +} + +