From bfb4d8231778873dae0a71aa66c1248ad0519c28 Mon Sep 17 00:00:00 2001 From: Arnav Bhatt Date: Tue, 11 Dec 2018 18:36:56 +0000 Subject: [PATCH] Updating recipe of bemobile. (#3403) * Updating recipe of bemobile. * Update bemobile-0.9.recipe * enhancing code * Update bemobile-0.9.recipe * Correcting license information --- haiku-apps/bemobile/bemobile-0.9.recipe | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/haiku-apps/bemobile/bemobile-0.9.recipe b/haiku-apps/bemobile/bemobile-0.9.recipe index 599a058ac..b8e2018c9 100644 --- a/haiku-apps/bemobile/bemobile-0.9.recipe +++ b/haiku-apps/bemobile/bemobile-0.9.recipe @@ -3,16 +3,16 @@ DESCRIPTION="BeMobile is a program to manage contacts and messages stored on \ your mobile phone. It has been developed for Motorola C550 and L6 models but \ should work with any phone that supports AT command set." HOMEPAGE="https://github.com/ytmytm/beos-bemobile" -COPYRIGHT="2007 Maciej Witkowia" +COPYRIGHT="2014 Maciej Witkowia" LICENSE="MIT" REVISION="1" -srcGitRev="fea6464ceb5b570f7a533e59b24a68f9fb093006" -SOURCE_URI="https://github.com/ytmytm/beos-mobile/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="2c903363e0725556d896ed5a15f68b77a0461b4512efd0106a2c68d8b30d4e5c" +srcGitRev="5a0dc2b5f06abdd260f8c335f7ff1bb9c1e68586" +SOURCE_URI="https://github.com/ytmytm/beos-bemobile/archive/$srcGitRev.tar.gz" +CHECKSUM_SHA256="b19bf7e161b966116ad8fce559524041334b554adcb9decaa597098af5863c89" SOURCE_FILENAME="beos-bemobile-$portVersion-$srcGitRev.tar.gz" SOURCE_DIR="beos-bemobile-$srcGitRev" -ARCHITECTURES="!x86_gcc2 !x86 !x86_64" +ARCHITECTURES="x86_gcc2 !x86 !x86_64" PROVIDES=" bemobile = $portVersion @@ -20,10 +20,12 @@ PROVIDES=" " REQUIRES=" haiku + lib:libsanta " BUILD_REQUIRES=" haiku_devel + lib:libsanta " BUILD_PREREQUIRES=" @@ -40,6 +42,6 @@ BUILD() INSTALL() { mkdir -p $appsDir - cp objects/BeMobile $appsDir + cp objects/BeMobile $appsDir/BeMobile addAppDeskbarSymlink $appsDir/BeMobile }