diff --git a/haiku-apps/fortuna/Fortuna b/haiku-apps/fortuna/Fortuna new file mode 160000 index 000000000..51052ccef --- /dev/null +++ b/haiku-apps/fortuna/Fortuna @@ -0,0 +1 @@ +Subproject commit 51052ccef4643aef97f8a76b311c1aca0dc935bf diff --git a/haiku-apps/takenotes/patches/takenotes-1.0.0.patchset b/haiku-apps/takenotes/patches/takenotes-1.0.0.patchset deleted file mode 100644 index 42bc9ba6e..000000000 --- a/haiku-apps/takenotes/patches/takenotes-1.0.0.patchset +++ /dev/null @@ -1,36 +0,0 @@ -From 06e5cb378bf63d5352a90605d2cd80ee5200d456 Mon Sep 17 00:00:00 2001 -From: Chris Roberts -Date: Mon, 2 Dec 2013 19:59:47 -0700 -Subject: Misc gcc4 fixes - - -diff --git a/ChoiceView.cpp b/ChoiceView.cpp -index f33aa88..4293e22 100644 ---- a/ChoiceView.cpp -+++ b/ChoiceView.cpp -@@ -31,8 +31,8 @@ - #define BUTTON_UNDO 'btun' - - // Constructor --ChoiceView :: ChoiceView(BRect rect, char *name,BHandler *handler) -- : BView(rect, name, B_FOLLOW_ALL, B_WILL_DRAW | B_FRAME_EVENTS | B_FULL_UPDATE_ON_RESIZE){ -+ChoiceView :: ChoiceView(BRect rect, char *vname,BHandler *handler) -+ : BView(rect, vname, B_FOLLOW_ALL, B_WILL_DRAW | B_FRAME_EVENTS | B_FULL_UPDATE_ON_RESIZE){ - - // Variables - BStringView *instructions; -diff --git a/NoteWindow.h b/NoteWindow.h -index a07ffe7..38e7ce3 100644 ---- a/NoteWindow.h -+++ b/NoteWindow.h -@@ -31,6 +31,7 @@ - #include - #include - #include -+#include - - /* == DATA STRUCTURE == - * Structure containing all the informations about the current post-it --- -1.8.3.4 - diff --git a/haiku-apps/takenotes/takenotes-1.0.0.recipe b/haiku-apps/takenotes/takenotes-1.0.0.recipe index 05df96c52..04e4ee196 100644 --- a/haiku-apps/takenotes/takenotes-1.0.0.recipe +++ b/haiku-apps/takenotes/takenotes-1.0.0.recipe @@ -9,11 +9,11 @@ With TakeNotes you can: - Tag your note for easy search - Set an alarm to reminds you date, appointments and so on " -COPYRIGHT="Copyright 2009, Ilio Catallo, Stefano Celentano, Eleonora Ciceri, all rights reserved" +COPYRIGHT="2009 Ilio Catallo, Stefano Celentano, Eleonora Ciceri" LICENSE="GNU GPL v2" HOMEPAGE="https://github.com/HaikuArchives/TakeNotes" SRC_URI="git+https://github.com/HaikuArchives/TakeNotes#7f84d8f50e" -REVISION="3" +REVISION="4" ARCHITECTURES="x86_gcc2 x86 ?x86_64" SOURCE_DIR="takesnotes-1.0.0/source"