fixing set of recipes to ensure secure download

remove trailing whitespace

fix trailing whitespace

Another trailing whitespace
This commit is contained in:
Abogical
2016-01-10 21:09:26 +00:00
parent 1c82474e56
commit 71ba8d09f2
14 changed files with 74 additions and 106 deletions

View File

@@ -9,19 +9,20 @@ With TakeNotes you can:
- Tag your note for easy search
- Set an alarm to reminds you date, appointments and so on
"
HOMEPAGE="https://github.com/HaikuArchives/TakeNotes"
COPYRIGHT="2009 Ilio Catallo, Stefano Celentano, Eleonora Ciceri"
LICENSE="GNU GPL v2"
HOMEPAGE="https://github.com/HaikuArchives/TakeNotes"
SOURCE_URI="git+https://github.com/HaikuArchives/TakeNotes#7f84d8f50e"
REVISION="4"
REVISION="5"
SOURCE_URI="https://github.com/HaikuArchives/TakeNotes/archive/7f84d8f50e.tar.gz"
CHECKSUM_SHA256="6236158c21f3aed723a552693bdb1d576024ddaca5a5669f713e9ea4dbb4ae98"
SOURCE_DIR="TakeNotes-7f84d8f50eca3f507692dc6e59874818ec21195b/source"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SOURCE_DIR="takesnotes-1.0.0/source"
PROVIDES="
takenotes=$portVersion
app:TakeNotes=$portVersion
"
REQUIRES="
haiku
"
@@ -29,7 +30,6 @@ REQUIRES="
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
@@ -47,4 +47,4 @@ INSTALL()
mkdir -p $appsDir
cp objects/TakeNotes $appsDir
addAppDeskbarSymlink $appsDir/TakeNotes
}
}