edit Mr.Peeps port a little bit

This commit is contained in:
Gleb Posobin
2013-12-02 23:38:15 +04:00
parent 9fe58496ec
commit bb139026da
2 changed files with 26 additions and 13 deletions

View File

@@ -4,11 +4,12 @@ DESCRIPTION="MrPeeps is an app for managing People files that has more
HOMEPAGE="https://github.com/HaikuArchives/MrPeeps"
SRC_URI="git+https://github.com/HaikuArchives/MrPeeps#ce2e65"
LICENSE="MIT"
COPYRIGHT="2003 DarkWyrm"
REVISION="1"
ARCHITECTURES="x86 x86_gcc2 x86_64"
PROVIDES="
MrPeeps = $portVersion
app:MrPeeps = $portVersion
cmd:MrPeeps = $portVersion
"
REQUIRES="
haiku >= $haikuVersion
@@ -17,7 +18,6 @@ BUILD_REQUIRES="
haiku_devel >= $haikuVersion
cmd:gcc
"
ARCHITECTURES="x86 x86_gcc2 x86_64"
PATCHES="MrPeeps-1.2_beta.patch"
BUILD()
@@ -40,5 +40,3 @@ INSTALL()
ln -sfn $mrPeepsDir/MrPeeps $binDir/
addAppDeskbarSymlink $mrPeepsDir/MrPeeps
}
COPYRIGHT="2003 DarkWyrm"

View File

@@ -1,26 +1,41 @@
diff -Naur -x .git /boot/home/MrPeeps/src/ListData.h ./src/ListData.h
--- /boot/home/MrPeeps/src/ListData.h 2013-12-01 19:17:49.441188352 +0400
+++ ./src/ListData.h 2013-12-01 20:25:27.129236992 +0400
@@ -2,6 +2,7 @@
#define LIST_DATA
+++ ./src/ListData.h 2013-12-02 23:31:26.658767872 +0400
@@ -3,6 +3,7 @@
#include <Entry.h>
+#include <Node.h>
#include <List.h>
+#include <Node.h>
#include <String.h>
#include "BStringList.h"
#include <Bitmap.h>
diff -Naur -x .git /boot/home/MrPeeps/src/PeepsWindow.h ./src/PeepsWindow.h
--- /boot/home/MrPeeps/src/PeepsWindow.h 2013-12-01 19:17:49.467927040 +0400
+++ ./src/PeepsWindow.h 2013-12-01 20:24:59.028573696 +0400
@@ -8,6 +8,8 @@
+++ ./src/PeepsWindow.h 2013-12-02 23:32:59.641990656 +0400
@@ -1,16 +1,18 @@
#ifndef PEEPSWINDOW_H
#define PEEPSWINDOW_H
-#include <Window.h>
-#include <View.h>
-#include <TextControl.h>
-#include <PopUpMenu.h>
#include <Button.h>
+#include <Entry.h>
+#include <ListItem.h>
#include <Menu.h>
#include <MenuItem.h>
+#include <ListItem.h>
+#include <Entry.h>
#include "NewTextControl.h"
-#include "NewTextControl.h"
#include <Messenger.h>
+#include <PopUpMenu.h>
+#include <TextControl.h>
+#include <View.h>
+#include <Window.h>
#include "LocaleRoster.h"
+#include "NewTextControl.h"
class PeopleList;
class PeepsListItem;
@@ -117,4 +119,4 @@
#define TRANSLATE(x) gCurrentLocale->Translate(x).String()