From 847f9cd42b54210b31ecf6dad20797734b7aed74 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sun, 14 Feb 2016 15:23:57 +0100 Subject: [PATCH] Updated PonpokoDiff recipe * Improved description * Ordered blocks * Download from save source * Build from latest commit --- .../ponpokodiff/ponpokodiff-0.2.0.recipe | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/haiku-apps/ponpokodiff/ponpokodiff-0.2.0.recipe b/haiku-apps/ponpokodiff/ponpokodiff-0.2.0.recipe index 4a5e5f026..c1516ea4b 100644 --- a/haiku-apps/ponpokodiff/ponpokodiff-0.2.0.recipe +++ b/haiku-apps/ponpokodiff/ponpokodiff-0.2.0.recipe @@ -1,16 +1,16 @@ SUMMARY="A GUI-based diff application" -DESCRIPTION=" -PonpokoDiff is a graphical file comparison utility. \ +DESCRIPTION="PonpokoDiff is a graphical file comparison utility. \ It can compare two files and show its differences graphically. \ -Currently, the comparison of folders is not supported. \ -You can also use it as an extenal diff command of Subversion (--diff-cmd). -" - +Currently, there's only minimal support for the comparison of folders. +PonpokoDiff can also be used as an external diff command of Subversion \ +(--diff-cmd)." HOMEPAGE="https://code.google.com/p/ponpokodiff/" -SOURCE_URI="git+https://github.com/HaikuArchives/PonpokoDiff#f68f59d8f359ddbaeec89e2c8a72da93142c139d" -REVISION="1" -LICENSE="MIT" COPYRIGHT="2008 PonpokoDiff Project Contributors" +LICENSE="MIT" +REVISION="2" +SOURCE_URI="https://github.com/HaikuArchives/PonpokoDiff/archive/ca95f7a820d54ec54d9ae4b3ca1a1d8a48dd7f44.tar.gz" +CHECKSUM_SHA256="f2716c94007030fd92ee54429ac5b1830ac89301687b3614955c7d649bfda657" +SOURCE_DIR="PonpokoDiff-ca95f7a820d54ec54d9ae4b3ca1a1d8a48dd7f44/source" ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" @@ -21,6 +21,7 @@ PROVIDES=" REQUIRES=" haiku " + BUILD_REQUIRES=" haiku_devel "