mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Overhaul the haiku-apps directory
* Fixed PROVIDES/*REQUIRES entries * Added vcs hashes to the ports needing it in the SRC_URI * Made single executable apps install to the top level $appsDir * Added patches for gcc4 versions of most apps * Added patches for apps that couldn't build on any arch ( even though they were marked as working :( ) * Other misc fixes that I've forgotten already because I'm sick of looking at this directory
This commit is contained in:
36
haiku-apps/takenotes/patches/takenotes-1.0.0.patchset
Normal file
36
haiku-apps/takenotes/patches/takenotes-1.0.0.patchset
Normal file
@@ -0,0 +1,36 @@
|
||||
From 06e5cb378bf63d5352a90605d2cd80ee5200d456 Mon Sep 17 00:00:00 2001
|
||||
From: Chris Roberts <cpr420@gmail.com>
|
||||
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 <MenuBar.h>
|
||||
#include <MenuItem.h>
|
||||
#include <Message.h>
|
||||
+#include <FilePanel.h>
|
||||
|
||||
/* == DATA STRUCTURE ==
|
||||
* Structure containing all the informations about the current post-it
|
||||
--
|
||||
1.8.3.4
|
||||
|
||||
Reference in New Issue
Block a user