Removed patch from TakeNotes

This commit is contained in:
Nav
2014-12-23 17:44:48 +02:00
parent 317544cca2
commit a5c3d586ea

View File

@@ -1,6 +1,6 @@
SUMMARY="A note taking application"
DESCRIPTION="
With this application you can:
With TakeNotes you can:
- Write a note
- Edit the font family, color and size
- Change the color of your note
@@ -12,9 +12,10 @@ With this application you can:
COPYRIGHT="Copyright 2009, Ilio Catallo, Stefano Celentano, Eleonora Ciceri, all rights reserved"
LICENSE="GNU GPL v2"
HOMEPAGE="https://github.com/HaikuArchives/TakeNotes"
SRC_URI="git+https://github.com/HaikuArchives/TakeNotes#3ee7d80b53"
REVISION="2"
SRC_URI="git+https://github.com/HaikuArchives/TakeNotes#a8724dadac"
REVISION="3"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SOURCE_DIR="takesnotes-1.0.0/source"
PROVIDES="
takenotes=$portVersion
@@ -36,8 +37,6 @@ BUILD_PREREQUIRES="
cmd:mkdepend
"
PATCHES="takenotes-1.0.0.patchset"
BUILD()
{
make OBJ_DIR=objects \
@@ -49,4 +48,4 @@ INSTALL()
mkdir -p $appsDir
cp objects/TakeNotes $appsDir
addAppDeskbarSymlink $appsDir/TakeNotes
}
}