From cb5e31d8d633c26209b38f707f53f9db8ded22f7 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Mon, 3 Aug 2015 17:10:14 +0200 Subject: [PATCH] Improved cmake_haiku. Improved SUMMARY. Download tar.gz archive. Add CHECKSUM_SHA256 and SOURCE_DIR Thanks waddlesplash. --- haiku-apps/cmake_haiku/cmake_haiku-git.recipe | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/haiku-apps/cmake_haiku/cmake_haiku-git.recipe b/haiku-apps/cmake_haiku/cmake_haiku-git.recipe index cddaf8eb2..277fd74b1 100644 --- a/haiku-apps/cmake_haiku/cmake_haiku-git.recipe +++ b/haiku-apps/cmake_haiku/cmake_haiku-git.recipe @@ -1,13 +1,15 @@ -SUMMARY="A cmake GUI with Haiku native widgets" -DESCRIPTION="cmake_haiku is a native GUI frontend for Cmake with features \ +SUMMARY="A native GUI for Cmake" +DESCRIPTION="This is a native GUI frontend for Cmake with features \ like configuring a project and generating files for other build systems like \ Makefiles, Ninja etc." HOMEPAGE="https://github.com/AdrianArroyoCalle/cmake-haiku" COPYRIGHT="2012-2013 Adrián Arroyo Calle" LICENSE="BSD (3-clause)" -REVISION="1" -SOURCE_URI="git+https://github.com/AdrianArroyoCalle/cmake-haiku.git#a42d55b" - +REVISION="2" +archive=a42d55b93d8d7c1e3b19a31f4ee85f63441c4975 +SOURCE_URI="https://github.com/AdrianArroyoCalle/cmake-haiku/archive/$archive.tar.gz" +CHECKSUM_SHA256="79839f164f0d1655369d5252cf31bdff14282312352c13db037bbdd6d8e68ee6" +SOURCE_DIR="cmake-haiku-$archive" ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 ?x86"