From 08449b083b2183dc33e0497d59a5e1f56bc40e42 Mon Sep 17 00:00:00 2001 From: Jim Date: Sun, 7 Dec 2014 08:32:54 -0800 Subject: [PATCH] change HOMEPAGE for DigiClock --- haiku-apps/digiclock/digiclock-1.0.recipe | 26 +++++++++++++---------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/haiku-apps/digiclock/digiclock-1.0.recipe b/haiku-apps/digiclock/digiclock-1.0.recipe index ca0b5e730..a4f72a619 100644 --- a/haiku-apps/digiclock/digiclock-1.0.recipe +++ b/haiku-apps/digiclock/digiclock-1.0.recipe @@ -1,30 +1,34 @@ SUMMARY="DigiClock Screensaver" -DESCRIPTION="Based on BinaryClock by David Enderson. DigiClock uses filled rectangles and random colors." - -HOMEPAGE="https://github.com/bbjimmy/DigiClock" -SRC_URI="git+https://github.com/bbjimmy/DigiClock.git#7c49eb1ec29b1eb1046f9d7911646e2d5f5e6def" +DESCRIPTION="Based on BinaryClock by David Enderson. DigiClock uses filled rectangles and\ + random colors." +HOMEPAGE="http://www.fatelk.com" +SRC_URI="https://github.com/bbjimmy/DigiClock/archive/1.0.tar.gz" +CHECKSUM_SHA512="24ab1ed06a4b13d63fbca87708a9e98b53b5737d12fee22663549132e6434b61e789326231e0168447f46f609eb4a296497f98418db41874cc712756f118daa8" +SOURCE_DIR="DigiClock-1.0" LICENSE="GNU GPL v2" COPYRIGHT="2012 Jim Saxton, Fat Elk Software" +REVISION="2" + ARCHITECTURES="x86_gcc2 x86 ?x86_64" PROVIDES=" digiclock = $portVersion - app:digiclock = $portVersion" - -REVISION="1" + app:digiclock = $portVersion + " REQUIRES=" - haiku$secondaryArchSuffix >= $haikuVersion" + haiku >= $haikuVersion" BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel >= $haikuVersion" + haiku_devel >= $haikuVersion" BUILD_PREREQUIRES=" - cmd:gcc$secondaryArchSuffix + cmd:gcc cmd:make - makefile_engine" + makefile_engine + " BUILD() {