Merged in TheNavigator/haikuports (pull request #386)

Updated BAfx and TakeNotes
This commit is contained in:
Scott McCreary
2014-12-23 08:14:11 -08:00
3 changed files with 11 additions and 35 deletions

View File

@@ -1,12 +1,13 @@
SUMMARY="A file manager for Haiku."
DESCRIPTION="
BAfx is a file manager for Haiku.
"
DESCRIPTION="BAfx is a file manager for BeOS/Haiku. It uses a single window \
with two panes for source and destination folder. \
The file manager is still in early stages of development. \
A built-in text and image viewer are planned for future releases."
HOMEPAGE="https://github.com/marbocub/BAfx"
SRC_URI="git+https://github.com/marbocub/BAfx#4b14a8ba4c"
SRC_URI="git+https://github.com/marbocub/BAfx#ebd3db8a22"
COPYRIGHT="2012 @marbocub"
LICENSE="MIT"
REVISION="2"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
PROVIDES="
@@ -25,8 +26,6 @@ BUILD_PREREQUIRES="
cmd:mkdepend
"
PATCHES="bafx-0.0.1.patchset"
BUILD()
{
make OBJ_DIR=objects \

View File

@@ -1,22 +0,0 @@
From 7c5605074b639c6daa54275d1ced9720555da3d1 Mon Sep 17 00:00:00 2001
From: Chris Roberts <cpr420@gmail.com>
Date: Mon, 2 Dec 2013 17:37:11 -0700
Subject: Fix makefile stdc++ libs
diff --git a/Makefile b/Makefile
index 6f14782..50893a9 100755
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ RSRCS=
# naming scheme you need to specify the path to the library
# and it's name
# library: my_lib.a entry: my_lib.a or path/my_lib.a
-LIBS= be
+LIBS= be $(STDCPPLIBS)
# specify additional paths to directories following the standard
# libXXX.so or libXXX.a naming scheme. You can specify full paths
--
1.8.3.4

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#7f84d8f50e"
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
}
}