mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Some more changes to Mr.Peeps recipe
This commit is contained in:
@@ -16,6 +16,8 @@ REQUIRES="
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
"
|
||||
PATCHES="MrPeeps-1.2_beta.patch"
|
||||
@@ -33,10 +35,6 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mrPeepsDir=$appsDir/MrPeeps
|
||||
mkdir -p $mrPeepsDir
|
||||
[ -h $binDir ] || mkdir -p $binDir
|
||||
cp -f ./MrPeeps $mrPeepsDir
|
||||
ln -sfn $mrPeepsDir/MrPeeps $binDir/
|
||||
addAppDeskbarSymlink $mrPeepsDir/MrPeeps
|
||||
cp -f ./MrPeeps $appsDir
|
||||
addAppDeskbarSymlink $appsDir/MrPeeps
|
||||
}
|
||||
|
||||
@@ -1,17 +1,22 @@
|
||||
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-02 23:31:26.658767872 +0400
|
||||
@@ -3,6 +3,7 @@
|
||||
+++ ./src/ListData.h 2013-12-09 19:07:33.235667456 +0400
|
||||
@@ -3,10 +3,11 @@
|
||||
|
||||
#include <Entry.h>
|
||||
#include <List.h>
|
||||
+#include <Node.h>
|
||||
#include <String.h>
|
||||
#include "BStringList.h"
|
||||
-#include "BStringList.h"
|
||||
#include <Bitmap.h>
|
||||
#include "BitmapDump.h"
|
||||
+#include "BStringList.h"
|
||||
|
||||
class PeepsListItem;
|
||||
class GroupItem;
|
||||
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-02 23:32:59.641990656 +0400
|
||||
+++ ./src/PeepsWindow.h 2013-12-09 19:07:59.108789760 +0400
|
||||
@@ -1,16 +1,18 @@
|
||||
#ifndef PEEPSWINDOW_H
|
||||
#define PEEPSWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user